Searched refs:process_sample_event (Results 1 – 14 of 14) sorted by relevance
| /Linux-v6.1/tools/perf/util/ |
| D | data-convert-json.c | 143 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 287 .sample = process_sample_event, in bt_convert__perf2json()
|
| D | data-convert-bt.c | 791 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/ |
| D | builtin-mem.c | 261 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 449 .sample = process_sample_event, in cmd_mem()
|
| D | builtin-annotate.c | 264 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 493 .sample = process_sample_event, in cmd_annotate()
|
| D | builtin-kvm.c | 679 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()
|
| D | builtin-lock.c | 1395 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()
|
| D | builtin-report.c | 255 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 1191 .sample = process_sample_event, in cmd_report()
|
| D | builtin-kmem.c | 936 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function 968 .sample = process_sample_event,
|
| D | builtin-timechart.c | 570 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 1927 .sample = process_sample_event, in cmd_timechart()
|
| D | builtin-c2c.c | 276 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function 384 .sample = process_sample_event,
|
| D | builtin-record.c | 1384 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 3312 .sample = process_sample_event,
|
| D | builtin-script.c | 2309 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/ |
| D | switch-tracking.c | 124 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()
|
| D | code-reading.c | 365 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()
|