Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Ddata-convert-json.c143 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
287 .sample = process_sample_event, in bt_convert__perf2json()
Ddata-convert-bt.c791 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1608 .sample = process_sample_event, in bt_convert__perf2ctf()
/Linux-v6.1/tools/perf/
Dbuiltin-mem.c261 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
449 .sample = process_sample_event, in cmd_mem()
Dbuiltin-annotate.c264 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
493 .sample = process_sample_event, in cmd_annotate()
Dbuiltin-kvm.c679 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1085 .sample = process_sample_event, in read_events()
1386 kvm->tool.sample = process_sample_event; in kvm_events_live()
Dbuiltin-lock.c1395 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
1565 .sample = process_sample_event, in __cmd_report()
1635 .sample = process_sample_event, in __cmd_contention()
Dbuiltin-report.c255 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1191 .sample = process_sample_event, in cmd_report()
Dbuiltin-kmem.c936 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
968 .sample = process_sample_event,
Dbuiltin-timechart.c570 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1927 .sample = process_sample_event, in cmd_timechart()
Dbuiltin-c2c.c276 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
384 .sample = process_sample_event,
Dbuiltin-record.c1384 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
3312 .sample = process_sample_event,
Dbuiltin-script.c2309 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
3777 .sample = process_sample_event, in cmd_script()
/Linux-v6.1/tools/perf/tests/
Dswitch-tracking.c124 static int process_sample_event(struct evlist *evlist, in process_sample_event() function
178 return process_sample_event(evlist, event, switch_tracking); in process_event()
Dcode-reading.c365 static int process_sample_event(struct machine *machine, in process_sample_event() function
393 return process_sample_event(machine, evlist, event, state); in process_event()