Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/
Dbuiltin-mem.c265 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
453 .sample = process_sample_event, in cmd_mem()
Dbuiltin-annotate.c273 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
507 .sample = process_sample_event, in cmd_annotate()
Dbuiltin-kvm.c1190 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1607 .sample = process_sample_event, in read_events()
1922 kvm->tool.sample = process_sample_event; in kvm_events_live()
Dbuiltin-lock.c1523 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
1924 .sample = process_sample_event, in __cmd_report()
2039 .sample = process_sample_event, in __cmd_contention()
Dbuiltin-report.c264 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1206 .sample = process_sample_event, in cmd_report()
Dbuiltin-kmem.c958 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
990 .sample = process_sample_event,
Dbuiltin-timechart.c574 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1931 .sample = process_sample_event, in cmd_timechart()
Dbuiltin-c2c.c275 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function
389 .sample = process_sample_event,
Dbuiltin-record.c1379 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
3308 .sample = process_sample_event,
Dbuiltin-script.c2348 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
3830 .sample = process_sample_event, in cmd_script()
/linux-6.6.21/tools/perf/util/
Ddata-convert-json.c149 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
320 .sample = process_sample_event, in bt_convert__perf2json()
Ddata-convert-bt.c795 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function
1612 .sample = process_sample_event, in bt_convert__perf2ctf()
/linux-6.6.21/tools/perf/tests/
Dswitch-tracking.c125 static int process_sample_event(struct evlist *evlist, in process_sample_event() function
179 return process_sample_event(evlist, event, switch_tracking); in process_event()
Dcode-reading.c374 static int process_sample_event(struct machine *machine, in process_sample_event() function
402 return process_sample_event(machine, evlist, event, state); in process_event()