Searched refs:perf_probe_event (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | probe-event.h | 90 struct perf_probe_event { struct 129 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev); 133 char *synthesize_perf_probe_command(struct perf_probe_event *pev); 138 int perf_probe_event__copy(struct perf_probe_event *dst, 139 struct perf_probe_event *src); 141 bool perf_probe_with_var(struct perf_probe_event *pev); 144 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev); 147 void clear_perf_probe_event(struct perf_probe_event *pev); 159 int add_perf_probe_events(struct perf_probe_event *pevs, int npevs); 160 int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs); [all …]
|
| D | probe-finder.h | 43 struct perf_probe_event *pev, 58 struct perf_probe_event *pev, 66 struct perf_probe_event *pev; /* Target probe event */
|
| D | probe-file.h | 14 struct perf_probe_event pev; 57 struct perf_probe_event *pev, 66 struct perf_probe_event *pev);
|
| D | probe-event.c | 404 struct perf_probe_event *pev, in get_alternative_probe_event() 790 arch__post_process_probe_trace_events(struct perf_probe_event *pev __maybe_unused, in arch__post_process_probe_trace_events() 796 static int post_process_probe_trace_events(struct perf_probe_event *pev, in post_process_probe_trace_events() 820 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 1042 struct perf_probe_event *pev, in show_available_vars_at() 1108 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() 1149 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 1169 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() 1306 static int parse_perf_probe_event_name(char **arg, struct perf_probe_event *pev) in parse_perf_probe_event_name() 1338 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) in parse_perf_probe_point() [all …]
|
| D | bpf-loader.c | 42 struct perf_probe_event pev; 136 prog_config__exec(const char *value, struct perf_probe_event *pev) in prog_config__exec() 146 prog_config__module(const char *value, struct perf_probe_event *pev) in prog_config__module() 174 struct perf_probe_event *pev __maybe_unused) in prog_config__inlines() 181 struct perf_probe_event *pev __maybe_unused) in prog_config__force() 190 int (*func)(const char *, struct perf_probe_event *); 220 struct perf_probe_event *pev) in do_prog_config() 242 parse_prog_config_kvpair(const char *config_str, struct perf_probe_event *pev) in parse_prog_config_kvpair() 284 bool *is_tp, struct perf_probe_event *pev) in parse_prog_config() 321 struct perf_probe_event *pev = NULL; in config_bpf_program() [all …]
|
| D | probe-file.c | 359 probe_cache_entry__new(struct perf_probe_event *pev) in probe_cache_entry__new() 593 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find() 644 struct perf_probe_event *pev, in probe_cache__add_entry()
|
| D | probe-finder.c | 1339 struct perf_probe_event *pev, in debuginfo__find_trace_events() 1483 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
|
| /Linux-v5.4/tools/perf/arch/powerpc/util/ |
| D | sym-handling.c | 88 void arch__fix_tev_from_maps(struct perf_probe_event *pev, in arch__fix_tev_from_maps() 128 void arch__post_process_probe_trace_events(struct perf_probe_event *pev, in arch__post_process_probe_trace_events()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-probe.c | 45 struct perf_probe_event events[MAX_PROBES]; 55 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in parse_probe_event() 256 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in opt_show_vars() 335 static int perf_add_probe_events(struct perf_probe_event *pevs, int npevs) in perf_add_probe_events() 363 struct perf_probe_event *pev = &pevs[i]; in perf_add_probe_events()
|