Searched refs:tracecmd_read_headers (Results 1 – 8 of 8) sorted by relevance
/external/trace-cmd/tracecmd/ |
D | trace-restore.c | 146 if (tracecmd_read_headers(ihandle, TRACECMD_FILE_CMD_LINES) < 0) in trace_restore()
|
D | trace-stream.c | 61 if (tracecmd_read_headers(trace_input, TRACECMD_FILE_PRINTK) < 0) in trace_stream_init()
|
D | trace-mem.c | 556 ret = tracecmd_read_headers(handle, 0); in trace_mem()
|
D | trace-hist.c | 1045 ret = tracecmd_read_headers(handle, 0); in trace_hist()
|
D | trace-read.c | 1883 ret = tracecmd_read_headers(handle, 0); in trace_report()
|
/external/trace-cmd/lib/trace-cmd/include/private/ |
D | trace-cmd-private.h | 195 int tracecmd_read_headers(struct tracecmd_input *handle,
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-input.c | 1267 int tracecmd_read_headers(struct tracecmd_input *handle, in tracecmd_read_headers() function 5057 if (tracecmd_read_headers(handle, 0) < 0) in tracecmd_open_fd() 5105 if (tracecmd_read_headers(handle, 0) < 0) in tracecmd_open_head() 5694 ret = tracecmd_read_headers(in_handle, start_state - 1); in tracecmd_copy_headers()
|
D | trace-output.c | 2836 tracecmd_read_headers(ihandle, 0); in tracecmd_get_output_handle_fd()
|