Searched refs:process_sample_event (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/tools/perf/ |
D | builtin-mem.c | 233 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 393 .sample = process_sample_event, in cmd_mem()
|
D | builtin-annotate.c | 261 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 477 .sample = process_sample_event, in cmd_annotate()
|
D | builtin-lock.c | 813 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function 864 .sample = process_sample_event, in __cmd_report()
|
D | builtin-kvm.c | 678 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 1084 .sample = process_sample_event, in read_events() 1386 kvm->tool.sample = process_sample_event; in kvm_events_live()
|
D | builtin-report.c | 236 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 1039 .sample = process_sample_event, in cmd_report()
|
D | builtin-kmem.c | 941 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function 973 .sample = process_sample_event,
|
D | builtin-timechart.c | 552 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 1923 .sample = process_sample_event, in cmd_timechart()
|
D | builtin-record.c | 821 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 2085 .sample = process_sample_event,
|
D | builtin-c2c.c | 256 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() function 361 .sample = process_sample_event,
|
D | builtin-script.c | 1992 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 3419 .sample = process_sample_event, in cmd_script()
|
/Linux-v5.4/tools/perf/tests/ |
D | switch-tracking.c | 121 static int process_sample_event(struct evlist *evlist, in process_sample_event() function 175 return process_sample_event(evlist, event, switch_tracking); in process_event()
|
D | code-reading.c | 372 static int process_sample_event(struct machine *machine, in process_sample_event() function 400 return process_sample_event(machine, evlist, event, state); in process_event()
|
/Linux-v5.4/tools/perf/util/ |
D | data-convert-bt.c | 786 static int process_sample_event(struct perf_tool *tool, in process_sample_event() function 1587 .sample = process_sample_event, in bt_convert__perf2ctf()
|