Searched refs:process_sample_event (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | data-convert-json.c | 149 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 331 c.tool.sample = process_sample_event; in bt_convert__perf2json()
|
| H A D | intel-tpebs.c | 186 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 240 tool.sample = process_sample_event; in __sample_reader()
|
| H A D | data-convert-bt.c | 796 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1617 c.tool.sample = process_sample_event; in bt_convert__perf2ctf()
|
| /linux/tools/perf/ |
| H A D | builtin-mem.c | 255 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 281 mem->tool.sample = process_sample_event; in report_raw_events()
|
| H A D | builtin-annotate.c | 284 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 864 annotate.tool.sample = process_sample_event; in cmd_annotate()
|
| H A D | builtin-kvm.c | 1129 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1554 kvm->tool.sample = process_sample_event; in read_events() 1860 kvm->tool.sample = process_sample_event; in kvm_events_live()
|
| H A D | builtin-lock.c | 1430 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 1867 eops.sample = process_sample_event; in __cmd_report() 2024 eops.sample = process_sample_event; in __cmd_contention()
|
| H A D | builtin-report.c | 269 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1595 report.tool.sample = process_sample_event; in cmd_report()
|
| H A D | builtin-kmem.c | 960 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 1996 perf_kmem.sample = process_sample_event; in cmd_kmem()
|
| H A D | builtin-timechart.c | 574 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 1615 tchart->tool.sample = process_sample_event; in __cmd_timechart()
|
| H A D | builtin-c2c.c | 314 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in process_sample_event() function 3179 c2c.tool.sample = process_sample_event; in perf_c2c__report()
|
| H A D | builtin-record.c | 1490 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 2466 tool->sample = process_sample_event; in __cmd_record()
|
| H A D | builtin-script.c | 2625 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() function 4396 script.tool.sample = process_sample_event; in cmd_script()
|
| /linux/tools/perf/tests/ |
| H A D | switch-tracking.c | 125 static int process_sample_event(struct evlist *evlist, in process_sample_event() function 185 return process_sample_event(evlist, event, switch_tracking); in process_event()
|
| H A D | code-reading.c | 529 static int process_sample_event(struct machine *machine, struct evlist *evlist, in process_sample_event() function 564 return process_sample_event(machine, evlist, event, in process_event()
|