Home
last modified time | relevance | path

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

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