Searched refs:process_sample_event (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | intel-tpebs.c | 121 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 170 tool.sample = process_sample_event; in __sample_reader()
|
D | data-convert-json.c | 149 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 330 c.tool.sample = process_sample_event; in bt_convert__perf2json()
|
D | data-convert-bt.c | 795 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1615 c.tool.sample = process_sample_event; in bt_convert__perf2ctf()
|
/linux-6.12.1/tools/perf/tests/ |
D | switch-tracking.c | 125 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()
|
D | code-reading.c | 384 static int process_sample_event(struct machine *machine, in process_sample_event() function 412 return process_sample_event(machine, evlist, event, state); in process_event()
|
/linux-6.12.1/tools/perf/ |
D | builtin-mem.c | 251 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 277 mem->tool.sample = process_sample_event; in report_raw_events()
|
D | builtin-annotate.c | 283 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 860 annotate.tool.sample = process_sample_event; in cmd_annotate()
|
D | builtin-kvm.c | 1190 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1613 kvm->tool.sample = process_sample_event; in read_events() 1921 kvm->tool.sample = process_sample_event; in kvm_events_live()
|
D | builtin-lock.c | 1523 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 1946 eops.sample = process_sample_event; in __cmd_report() 2097 eops.sample = process_sample_event; in __cmd_contention()
|
D | builtin-report.c | 266 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1561 report.tool.sample = process_sample_event; in cmd_report()
|
D | builtin-kmem.c | 958 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 1994 perf_kmem.sample = process_sample_event; in cmd_kmem()
|
D | builtin-timechart.c | 574 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1616 tchart->tool.sample = process_sample_event; in __cmd_timechart()
|
D | builtin-c2c.c | 276 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 3056 c2c.tool.sample = process_sample_event; in perf_c2c__report()
|
D | builtin-record.c | 1429 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 2395 tool->sample = process_sample_event; in __cmd_record()
|
D | builtin-script.c | 2459 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 4327 script.tool.sample = process_sample_event; in cmd_script()
|