Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dprobe-event.h56 struct probe_trace_event { struct
104 struct probe_trace_event *tevs;
135 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev);
139 char *synthesize_probe_trace_command(struct probe_trace_event *tev);
152 void clear_probe_trace_event(struct probe_trace_event *tev);
182 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);
52 struct probe_trace_event **tevs);
57 struct probe_trace_event *tevs, int ntevs);
H A Dprobe-event.c902 struct probe_trace_event *tevs, in post_process_probe_trace_events()
926 struct probe_trace_event **tevs) in try_to_find_probe_trace_events()
2707 struct probe_trace_event tev; in __show_perf_probe_events()
2982 struct probe_trace_event *tev = NULL; in __add_probe_trace_events()
3118 struct probe_trace_event *tev; in find_probe_trace_events_from_map()
3288 struct probe_trace_event **tevs) in try_to_find_absolute_address()
3291 struct probe_trace_event *tev; in try_to_find_absolute_address()
3393 struct probe_trace_event *new_tevs; in concat_probe_trace_events()
3517 struct probe_trace_event *tev; in find_probe_trace_events_from_cache()
3644 struct probe_trace_event *tev; in show_probe_trace_events()
[all …]
H A Dprobe-finder.h35 struct probe_trace_event **tevs);
85 struct probe_trace_event *tevs; /* Found trace events */
H A Dprobe-file.c224 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()
406 struct probe_trace_event **tevs) in probe_cache_entry__get_event()
408 struct probe_trace_event *tev; in probe_cache_entry__get_event()
673 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry()
H A Dprobe-finder.c1269 struct probe_trace_event *tev; in add_probe_trace_event()
1344 struct probe_trace_event *tevs, int ntevs) in fill_empty_trace_arg()
1387 struct probe_trace_event **tevs) in debuginfo__find_trace_events()
1395 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
/linux-6.15/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()
/linux-6.15/tools/perf/
H A Dbuiltin-probe.c378 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()