Searched refs:options_start (Results 1 – 2 of 2) sorted by relevance
/external/trace-cmd/lib/trace-cmd/ |
D | trace-output.c | 70 unsigned long long options_start; member 1656 handle->options_start = do_lseek(handle, 0, SEEK_CUR); in output_write_init() 1833 handle->options_start = do_lseek(handle, 0, SEEK_CUR); in write_options_v6() 1862 if (do_lseek(handle, handle->options_start, SEEK_SET) == (off_t)-1) in update_options_start() 1891 if (!handle->options_start) in tracecmd_prepare_options() 1936 handle->options_start = 0; in write_options_start() 1940 if (handle->options_start) { in write_options_start() 1965 handle->options_start = do_lseek(handle, 0, SEEK_CUR); in write_options_end() 2856 handle->options_start = get_last_option_offset(ihandle); in tracecmd_get_output_handle_fd() 2992 if (!handle->options_start) in out_save_options_offset() [all …]
|
D | trace-input.c | 238 unsigned long long options_start; member 1234 if (!handle->options_start) in read_headers() 1237 if (lseek(handle->fd, handle->options_start, SEEK_SET) == (off_t)-1) { in read_headers() 1238 tracecmd_warning("Filed to goto options offset %lld", handle->options_start); in read_headers() 4024 handle->options_start = lseek(handle->fd, 0, SEEK_CUR); in handle_options() 4997 if (read8(handle, &(handle->options_start))) { in tracecmd_alloc_fd() 5929 if (!in_handle->options_start) in tracecmd_copy_options() 5932 if (lseek(in_handle->fd, in_handle->options_start, SEEK_SET) == (off_t)-1) in tracecmd_copy_options() 6386 return handle->options_start; in tracecmd_get_options_offset()
|