Searched refs:tracecmd_write_cpu_data (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-output.c | 2540 int tracecmd_write_cpu_data(struct tracecmd_output *handle, in tracecmd_write_cpu_data() function 2600 return tracecmd_write_cpu_data(handle, cpus, cpu_data_files, NULL); in tracecmd_append_cpu_data() 2606 return tracecmd_write_cpu_data(handle, cpus, cpu_data_files, name); in tracecmd_append_buffer_cpu_data()
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/include/private/ |
H A D | trace-cmd-private.h | 345 int tracecmd_write_cpu_data(struct tracecmd_output *handle,
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-listen.c | 675 ret = tracecmd_write_cpu_data(handle, cpus, temp_files, NULL); in put_together_file()
|
H A D | trace-record.c | 4548 if (tracecmd_write_cpu_data(handle, cpu_count, temp_files, NULL) < 0) in write_guest_file()
|