Searched refs:probe_trace_event (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | probe-event.h | 49 struct probe_trace_event { struct 95 struct probe_trace_event *tevs; 126 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev); 130 char *synthesize_probe_trace_command(struct probe_trace_event *tev); 144 void clear_probe_trace_event(struct probe_trace_event *tev); 176 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 | 231 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events() 655 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, in post_process_offline_probe_trace_events() 680 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events() 709 post_process_module_probe_trace_events(struct probe_trace_event *tevs, in post_process_module_probe_trace_events() 748 post_process_kernel_probe_trace_events(struct probe_trace_event *tevs, in post_process_kernel_probe_trace_events() 801 struct probe_trace_event *tevs, in post_process_probe_trace_events() 825 struct probe_trace_event **tevs) in try_to_find_probe_trace_events() 1154 struct probe_trace_event **tevs __maybe_unused) in try_to_find_probe_trace_events() 1724 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev) in parse_probe_trace_command() 2015 char *synthesize_probe_trace_command(struct probe_trace_event *tev) in synthesize_probe_trace_command() [all …]
|
D | probe-finder.h | 44 struct probe_trace_event **tevs); 95 struct probe_trace_event *tevs; /* Found trace events */
|
D | bpf-loader.c | 432 struct probe_trace_event *tev; in preproc_gen_prologue() 495 const struct probe_trace_event *tev1 = in compare_tev_args() 496 *(const struct probe_trace_event **)ptev1; in compare_tev_args() 497 const struct probe_trace_event *tev2 = in compare_tev_args() 498 *(const struct probe_trace_event **)ptev2; in compare_tev_args() 543 struct probe_trace_event **ptevs; in map_prologue() 602 struct probe_trace_event *tev = &pev->tevs[i]; in hook_load_preprocessor() 717 struct probe_trace_event *tev = &priv->pev.tevs[i]; in bpf__unprobe() 767 struct probe_trace_event *tev; in bpf__foreach_event()
|
D | probe-file.c | 197 struct probe_trace_event tev; in __probe_file__get_namelist() 235 int probe_file__add_event(int fd, struct probe_trace_event *tev) in probe_file__add_event() 390 struct probe_trace_event **tevs) in probe_cache_entry__get_event() 392 struct probe_trace_event *tev; in probe_cache_entry__get_event() 653 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry()
|
D | probe-finder.c | 1262 struct probe_trace_event *tev; in add_probe_trace_event() 1329 struct probe_trace_event **tevs) in debuginfo__find_trace_events() 1337 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
|
/Linux-v4.19/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 91 struct probe_trace_event *tev, struct map *map, in arch__fix_tev_from_maps() 133 struct probe_trace_event *tev; in arch__post_process_probe_trace_events()
|
/Linux-v4.19/tools/perf/ |
D | builtin-probe.c | 378 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()
|