Searched refs:tracecmd_read_cpu_first (Results 1 – 5 of 5) sorted by relevance
/external/trace-cmd/Documentation/libtracecmd/ |
D | libtracecmd-record.txt | 6 tracecmd_read_cpu_first, tracecmd_read_data, tracecmd_read_at, 15 struct tep_record pass:[*]*tracecmd_read_cpu_first*(struct tracecmd_input pass:[*]_handle_, int _cp… 74 rec = tracecmd_read_cpu_first(handle, cpu);
|
D | libtracecmd.txt | 22 …struct tep_record pass:[*]*tracecmd_read_cpu_first*(struct tracecmd_input pass:[*]_handle_, int _c…
|
/external/trace-cmd/include/trace-cmd/ |
D | trace-cmd.h | 31 tracecmd_read_cpu_first(struct tracecmd_input *handle, int cpu);
|
/external/trace-cmd/tracecmd/ |
D | trace-read.c | 292 record = tracecmd_read_cpu_first(handle, cpu); in show_test() 1938 if (tracecmd_read_cpu_first(handle, i)) in trace_report()
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-input.c | 2040 tracecmd_read_cpu_first(struct tracecmd_input *handle, int cpu) in tracecmd_read_cpu_first() function
|