Home
last modified time | relevance | path

Searched refs:probe_trace_event (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dprobe-event.h45 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);
Dprobe-finder.h43 struct probe_trace_event **tevs);
89 struct probe_trace_event *tevs; /* Found trace events */
Dprobe-event.c240 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 …]
Dprobe-file.h15 int probe_file__add_event(int fd, struct probe_trace_event *tev);
Dprobe-file.c172 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()
Dbpf-loader.h29 typedef int (*bpf_prog_iter_callback_t)(struct probe_trace_event *tev,
Dbpf-loader.c254 struct probe_trace_event *tev = &priv->pev.tevs[i]; in bpf__unprobe()
301 struct probe_trace_event *tev; in bpf__foreach_tev()
Dprobe-finder.c1185 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()
Dparse-events.c545 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/
Dsym-handling.c71 struct probe_trace_event *tev, struct map *map) in arch__fix_tev_from_maps()
/linux-4.4.14/tools/perf/
Dbuiltin-probe.c338 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()