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