Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-event.h55 struct probe_trace_event { struct
102 struct probe_trace_event *tevs;
133 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev);
137 char *synthesize_probe_trace_command(struct probe_trace_event *tev);
151 void clear_probe_trace_event(struct probe_trace_event *tev);
183 struct probe_trace_event *tev, struct map *map,
H A Dprobe-file.h45 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);
H A Dprobe-event.c235 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events()
716 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, in post_process_offline_probe_trace_events()
741 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events()
770 post_process_module_probe_trace_events(struct probe_trace_event *tevs, in post_process_module_probe_trace_events()
809 post_process_kernel_probe_trace_events(struct probe_trace_event *tevs, in post_process_kernel_probe_trace_events()
868 struct probe_trace_event *tevs, in post_process_probe_trace_events()
892 struct probe_trace_event **tevs) in try_to_find_probe_trace_events()
1227 struct probe_trace_event **tevs __maybe_unused) in try_to_find_probe_trace_events()
1817 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev) in parse_probe_trace_command()
2117 synthesize_uprobe_trace_def(struct probe_trace_event *tev, struct strbuf *buf) in synthesize_uprobe_trace_def()
[all …]
H A Dprobe-finder.h46 struct probe_trace_event **tevs);
99 struct probe_trace_event *tevs; /* Found trace events */
H A Dbpf-loader.c418 struct probe_trace_event *tev; in preproc_gen_prologue()
478 const struct probe_trace_event *tev1 = in compare_tev_args()
479 *(const struct probe_trace_event **)ptev1; in compare_tev_args()
480 const struct probe_trace_event *tev2 = in compare_tev_args()
481 *(const struct probe_trace_event **)ptev2; in compare_tev_args()
526 struct probe_trace_event **ptevs; in map_prologue()
585 struct probe_trace_event *tev = &pev->tevs[i]; in hook_load_preprocessor()
700 struct probe_trace_event *tev = &priv->pev.tevs[i]; in bpf__unprobe()
750 struct probe_trace_event *tev; in bpf__foreach_event()
H A Dprobe-file.c189 struct probe_trace_event tev; in __probe_file__get_namelist()
230 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()
657 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry()
H A Dprobe-finder.c1348 struct probe_trace_event *tev; in add_probe_trace_event()
1421 struct probe_trace_event *tevs, int ntevs) in fill_empty_trace_arg()
1464 struct probe_trace_event **tevs) in debuginfo__find_trace_events()
1472 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dsym-handling.c79 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()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-probe.c366 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()