Searched refs:probe_trace_event (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/util/ |
A D | probe-event.h | 56 struct probe_trace_event { struct 103 struct probe_trace_event *tevs; 134 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev); 138 char *synthesize_probe_trace_command(struct probe_trace_event *tev); 152 void clear_probe_trace_event(struct probe_trace_event *tev); 185 struct probe_trace_event *tev, struct map *map,
|
A 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);
|
A D | probe-event.c | 873 struct probe_trace_event *tevs, in post_process_probe_trace_events() 897 struct probe_trace_event **tevs) in try_to_find_probe_trace_events() 2640 struct probe_trace_event tev; in __show_perf_probe_events() 2880 struct probe_trace_event *tev = NULL; in __add_probe_trace_events() 3016 struct probe_trace_event *tev; in find_probe_trace_events_from_map() 3183 struct probe_trace_event **tevs) in try_to_find_absolute_address() 3186 struct probe_trace_event *tev; in try_to_find_absolute_address() 3288 struct probe_trace_event *new_tevs; in concat_probe_trace_events() 3412 struct probe_trace_event *tev; in find_probe_trace_events_from_cache() 3539 struct probe_trace_event *tev; in show_probe_trace_events() [all …]
|
A D | probe-finder.h | 46 struct probe_trace_event **tevs); 99 struct probe_trace_event *tevs; /* Found trace events */
|
A D | bpf-loader.c | 418 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()
|
A D | probe-file.c | 224 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() 425 struct probe_trace_event **tevs) in probe_cache_entry__get_event() 427 struct probe_trace_event *tev; in probe_cache_entry__get_event() 692 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry()
|
A D | probe-finder.c | 1355 struct probe_trace_event *tev; in add_probe_trace_event() 1428 struct probe_trace_event *tevs, int ntevs) in fill_empty_trace_arg() 1471 struct probe_trace_event **tevs) in debuginfo__find_trace_events() 1479 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
|
/linux/tools/perf/arch/powerpc/util/ |
A D | sym-handling.c | 79 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/tools/perf/ |
A D | builtin-probe.c | 370 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()
|
Completed in 24 milliseconds