Searched defs:process_event (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | flamegraph.py | 84 def process_event(self, event): member in FlameGraphCLI 179 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 | 178 def process_event(param_dict): function
|
D | intel-pt-events.py | 378 def process_event(param_dict): function
|
/linux-6.1.9/tools/perf/tests/ |
D | thread-map.c | 62 static int process_event(struct perf_tool *tool __maybe_unused, in process_event() function
|
D | parse-no-sample-id-all.c | 12 static int process_event(struct evlist **pevlist, union perf_event *event) in process_event() function
|
D | switch-tracking.c | 174 static int process_event(struct evlist *evlist, union perf_event *event, in process_event() function
|
D | code-reading.c | 389 static int process_event(struct machine *machine, struct evlist *evlist, in process_event() function
|
/linux-6.1.9/tools/perf/util/ |
D | trace-event.h | 80 void (*process_event) (union perf_event *event, member
|
D | auxtrace.h | 202 int (*process_event)(struct perf_session *session, member
|
/linux-6.1.9/drivers/infiniband/core/ |
D | iwcm.c | 978 static int process_event(struct iwcm_id_private *cm_id_priv, in process_event() function
|
/linux-6.1.9/drivers/bus/mhi/host/ |
D | internal.h | 205 int (*process_event)(struct mhi_controller *mhi_cntrl, member
|
/linux-6.1.9/tools/lib/traceevent/ |
D | parse-filter.c | 1178 process_event(struct tep_event *event, const char *filter_str, in process_event() function
|
/linux-6.1.9/tools/perf/ |
D | builtin-script.c | 2116 static void process_event(struct perf_script *script, in process_event() function
|