Searched refs:probe_trace_event (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | probe-event.h | 56 struct probe_trace_event { struct 103 struct probe_trace_event *tevs; 134 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev); 138 char *synthesize_probe_trace_command(struct probe_trace_event *tev); 151 void clear_probe_trace_event(struct probe_trace_event *tev); 184 struct probe_trace_event *tev, struct map *map,
|
D | probe-file.h | 45 int probe_file__add_event(int fd, struct probe_trace_event *tev); 53 struct probe_trace_event **tevs); 58 struct probe_trace_event *tevs, int ntevs);
|
D | probe-event.c | 257 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events() 743 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, in post_process_offline_probe_trace_events() 768 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events() 797 post_process_module_probe_trace_events(struct probe_trace_event *tevs, in post_process_module_probe_trace_events() 836 post_process_kernel_probe_trace_events(struct probe_trace_event *tevs, in post_process_kernel_probe_trace_events() 898 struct probe_trace_event *tevs, in post_process_probe_trace_events() 922 struct probe_trace_event **tevs) in try_to_find_probe_trace_events() 1268 struct probe_trace_event **tevs __maybe_unused) in try_to_find_probe_trace_events() 1858 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev) in parse_probe_trace_command() 2162 synthesize_probe_trace_args(struct probe_trace_event *tev, struct strbuf *buf) in synthesize_probe_trace_args() [all …]
|
D | probe-finder.h | 32 struct probe_trace_event **tevs); 82 struct probe_trace_event *tevs; /* Found trace events */
|
D | probe-file.c | 224 struct probe_trace_event tev; in __probe_file__get_namelist() 265 int probe_file__add_event(int fd, struct probe_trace_event *tev) in probe_file__add_event() 425 struct probe_trace_event **tevs) in probe_cache_entry__get_event() 427 struct probe_trace_event *tev; in probe_cache_entry__get_event() 692 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry()
|
D | probe-finder.c | 1244 struct probe_trace_event *tev; in add_probe_trace_event() 1317 struct probe_trace_event *tevs, int ntevs) in fill_empty_trace_arg() 1360 struct probe_trace_event **tevs) in debuginfo__find_trace_events() 1368 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
|
/linux-6.12.1/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 79 struct probe_trace_event *tev, struct map *map, in arch__fix_tev_from_maps() 121 struct probe_trace_event *tev; in arch__post_process_probe_trace_events()
|
/linux-6.12.1/tools/perf/ |
D | builtin-probe.c | 378 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()
|