Searched refs:process_sample_event (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/util/ |
H A 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()
|
/linux/tools/perf/tests/ |
H A 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()
|
H A D | code-reading.c | 474 static int process_sample_event(struct machine *machine, in do_sort_something() 502 return process_sample_event(machine, evlist, event, state); in fs_something() 384 static int process_sample_event(struct machine *machine, process_sample_event() function
|
/linux/tools/perf/ |
H A D | builtin-mem.c | 252 static int process_sample_event(const struct perf_tool *tool, in process_sample_event() 278 mem->tool.sample = process_sample_event; in report_raw_events() 251 static int process_sample_event(const struct perf_tool *tool, process_sample_event() function
|
H A D | builtin-lock.c | 1416 static int process_sample_event(const struct perf_tool *tool __maybe_unused, in print_result() 1837 eops.sample = process_sample_event; in print_footer_stdio() 1988 eops.sample = process_sample_event; in __cmd_report() 1523 static int process_sample_event(const struct perf_tool *tool __maybe_unused, process_sample_event() function
|
H A 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()
|