Searched refs:probe_trace_event (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | probe-event.h | 45 struct probe_trace_event { struct 90 struct probe_trace_event *tevs; 120 struct probe_trace_event *tev); 124 extern char *synthesize_probe_trace_command(struct probe_trace_event *tev); 133 extern void clear_probe_trace_event(struct probe_trace_event *tev); 162 struct probe_trace_event *tev, struct map *map);
|
D | probe-finder.h | 43 struct probe_trace_event **tevs); 89 struct probe_trace_event *tevs; /* Found trace events */
|
D | probe-event.c | 240 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events() 555 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events() 582 static int add_module_to_probe_trace_events(struct probe_trace_event *tevs, in add_module_to_probe_trace_events() 616 static int post_process_probe_trace_events(struct probe_trace_event *tevs, in post_process_probe_trace_events() 664 struct probe_trace_event **tevs) in try_to_find_probe_trace_events() 992 struct probe_trace_event **tevs __maybe_unused) in try_to_find_probe_trace_events() 1500 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev) in parse_probe_trace_command() 1821 char *synthesize_probe_trace_command(struct probe_trace_event *tev) in synthesize_probe_trace_command() 1958 static int convert_to_perf_probe_event(struct probe_trace_event *tev, in convert_to_perf_probe_event() 2024 void clear_probe_trace_event(struct probe_trace_event *tev) in clear_probe_trace_event() [all …]
|
D | probe-file.h | 15 int probe_file__add_event(int fd, struct probe_trace_event *tev);
|
D | probe-file.c | 172 struct probe_trace_event tev; in __probe_file__get_namelist() 210 int probe_file__add_event(int fd, struct probe_trace_event *tev) in probe_file__add_event()
|
D | bpf-loader.h | 29 typedef int (*bpf_prog_iter_callback_t)(struct probe_trace_event *tev,
|
D | bpf-loader.c | 254 struct probe_trace_event *tev = &priv->pev.tevs[i]; in bpf__unprobe() 301 struct probe_trace_event *tev; in bpf__foreach_tev()
|
D | probe-finder.c | 1185 struct probe_trace_event *tev; in add_probe_trace_event() 1252 struct probe_trace_event **tevs) in debuginfo__find_trace_events() 1260 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
|
D | parse-events.c | 545 static int add_bpf_event(struct probe_trace_event *tev, int fd, in add_bpf_event()
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 71 struct probe_trace_event *tev, struct map *map) in arch__fix_tev_from_maps()
|
/linux-4.4.14/tools/perf/ |
D | builtin-probe.c | 338 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()
|