Home
last modified time | relevance | path

Searched refs:tracecmd_read_data (Results 1 – 11 of 11) sorted by relevance

/external/trace-cmd/Documentation/libtracecmd/
Dlibtracecmd-record.txt6 tracecmd_read_cpu_first, tracecmd_read_data, tracecmd_read_at,
16 struct tep_record pass:[*]*tracecmd_read_data*(struct tracecmd_input pass:[*]_handle_, int _cpu_);
83 rec = tracecmd_read_data(handle, cpu);
Dlibtracecmd.txt23 struct tep_record pass:[*]*tracecmd_read_data*(struct tracecmd_input pass:[*]_handle_, int _cpu_);
/external/trace-cmd/include/trace-cmd/
Dtrace-cmd.h33 tracecmd_read_data(struct tracecmd_input *handle, int cpu);
/external/trace-cmd/python/
Devent-viewer.py69 rec = tracecmd_read_data(self.trace._handle, cpu)
75 rec = tracecmd_read_data(self.trace._handle, cpu)
Dtracecmd.py204 rec = tracecmd_read_data(self._handle, cpu)
/external/trace-cmd/tracecmd/
Dtrace-stream.c107 pid->record = tracecmd_read_data(pid->instance->handle, pid->cpu); in trace_stream_read()
Dtrace-split.c159 return tracecmd_read_data(handle, *cpu); in read_record()
Dtrace-read.c258 record = tracecmd_read_data(handle, cpu); in show_test()
1124 record = tracecmd_read_data(handles->handle, next_cpu); in get_next_record()
Dtrace-hist.c979 record = tracecmd_read_data(handle, cpu); in do_trace_hist()
/external/trace-cmd/lib/trace-cmd/
Dtrace-ftrace.c114 return tracecmd_read_data(tracecmd_curr_thread_handle, cpu); in get_return_for_leaf()
Dtrace-input.c1898 record = tracecmd_read_data(handle, cpu); in read_event()
1943 record = tracecmd_read_data(handle, cpu); in find_and_read_event()
2060 return tracecmd_read_data(handle, cpu); in tracecmd_read_cpu_first()
2096 record = tracecmd_read_data(handle, cpu); in tracecmd_read_cpu_last()
2471 tracecmd_read_data(struct tracecmd_input *handle, int cpu) in tracecmd_read_data() function
2519 return tracecmd_read_data(handle, next_cpu); in tracecmd_read_next_data()
2613 record = tracecmd_read_data(handle, cpu); in tracecmd_read_prev()
2648 record = tracecmd_read_data(handle, cpu); in tracecmd_read_prev()