Searched defs:process_event (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | flamegraph.py | 96 def process_event(self, event): member in FlameGraphCLI 242 process_event = cli.process_event variable
|
A D | stackcollapse.py | 71 def process_event(param_dict): function
|
A D | event_analyzing_sample.py | 73 def process_event(param_dict): function
|
A D | mem-phys-addr.py | 92 def process_event(param_dict): function
|
A D | arm-cs-trace-disasm.py | 178 def process_event(param_dict): function
|
A D | intel-pt-events.py | 434 def process_event(param_dict): function
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | thread-map.c | 63 static int process_event(struct perf_tool *tool __maybe_unused, in process_event() function
|
A D | parse-no-sample-id-all.c | 13 static int process_event(struct evlist **pevlist, union perf_event *event) in process_event() function
|
A D | switch-tracking.c | 175 static int process_event(struct evlist *evlist, union perf_event *event, in process_event() function
|
A D | code-reading.c | 389 static int process_event(struct machine *machine, struct evlist *evlist, in process_event() function
|
/linux-6.3-rc2/tools/perf/util/ |
A D | trace-event.h | 89 void (*process_event) (union perf_event *event, member
|
A D | auxtrace.h | 206 int (*process_event)(struct perf_session *session, member
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | iwcm.c | 978 static int process_event(struct iwcm_id_private *cm_id_priv, in process_event() function
|
/linux-6.3-rc2/drivers/bus/mhi/host/ |
A D | internal.h | 205 int (*process_event)(struct mhi_controller *mhi_cntrl, member
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-script.c | 2135 static void process_event(struct perf_script *script, in process_event() function
|
Completed in 27 milliseconds