Home
last modified time | relevance | path

Searched refs:process_sample_event (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-mem.c110 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
264 .sample = process_sample_event, in cmd_mem()
Dbuiltin-annotate.c79 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
275 .sample = process_sample_event, in cmd_annotate()
Dbuiltin-report.c131 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
599 .sample = process_sample_event, in cmd_report()
Dbuiltin-record.c194 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
828 .sample = process_sample_event,
Dbuiltin-lock.c807 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
855 .sample = process_sample_event, in __cmd_report()
Dbuiltin-kvm.c648 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1043 .sample = process_sample_event, in read_events()
1324 kvm->tool.sample = process_sample_event; in kvm_events_live()
Dbuiltin-kmem.c475 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
501 .sample = process_sample_event,
Dbuiltin-script.c545 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
1505 .sample = process_sample_event, in cmd_script()
Dbuiltin-timechart.c553 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1926 .sample = process_sample_event, in cmd_timechart()
/linux-4.1.27/tools/perf/tests/
Dcode-reading.c244 static int process_sample_event(struct machine *machine, in process_sample_event() function
272 return process_sample_event(machine, evlist, event, state); in process_event()
Dswitch-tracking.c113 static int process_sample_event(struct perf_evlist *evlist, in process_sample_event() function
167 return process_sample_event(evlist, event, switch_tracking); in process_event()
/linux-4.1.27/tools/perf/util/
Ddata-convert-bt.c384 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
804 .sample = process_sample_event, in bt_convert__perf2ctf()