Home
last modified time | relevance | path

Searched refs:tracecmd_read_cpu_first (Results 1 – 5 of 5) sorted by relevance

/external/trace-cmd/Documentation/libtracecmd/
Dlibtracecmd-record.txt6 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);
Dlibtracecmd.txt22 …struct tep_record pass:[*]*tracecmd_read_cpu_first*(struct tracecmd_input pass:[*]_handle_, int _c…
/external/trace-cmd/include/trace-cmd/
Dtrace-cmd.h31 tracecmd_read_cpu_first(struct tracecmd_input *handle, int cpu);
/external/trace-cmd/tracecmd/
Dtrace-read.c292 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/
Dtrace-input.c2040 tracecmd_read_cpu_first(struct tracecmd_input *handle, int cpu) in tracecmd_read_cpu_first() function