Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.h95 struct perf_probe_event { struct
134 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev);
138 char *synthesize_perf_probe_command(struct perf_probe_event *pev);
142 int perf_probe_event__copy(struct perf_probe_event *dst,
143 struct perf_probe_event *src);
145 bool perf_probe_with_var(struct perf_probe_event *pev);
148 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev);
151 void clear_perf_probe_event(struct perf_probe_event *pev);
163 int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs);
164 int apply_perf_probe_events(struct perf_probe_event *pevs, int npevs);
[all …]
H A Dprobe-finder.h34 struct perf_probe_event *pev,
46 struct perf_probe_event *pev,
54 struct perf_probe_event *pev; /* Target probe event */
H A Dprobe-file.h14 struct perf_probe_event pev;
56 struct perf_probe_event *pev,
65 struct perf_probe_event *pev);
H A Dprobe-event.c452 struct perf_probe_event *pev, in get_alternative_probe_event()
898 arch__post_process_probe_trace_events(struct perf_probe_event *pev __maybe_unused, in arch__post_process_probe_trace_events()
904 static int post_process_probe_trace_events(struct perf_probe_event *pev, in post_process_probe_trace_events()
928 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events()
1183 struct perf_probe_event *pev, in show_available_vars_at()
1249 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars()
1290 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events()
1310 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars()
1463 static int parse_perf_probe_event_name(char **arg, struct perf_probe_event *pev) in parse_perf_probe_event_name()
1495 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) in parse_perf_probe_point()
[all …]
H A Dprobe-file.c384 probe_cache_entry__new(struct perf_probe_event *pev) in probe_cache_entry__new()
622 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find()
673 struct perf_probe_event *pev, in probe_cache__add_entry()
H A Dprobe-finder.c1344 static int fill_empty_trace_arg(struct perf_probe_event *pev, in fill_empty_trace_arg()
1387 struct perf_probe_event *pev, in debuginfo__find_trace_events()
1559 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c78 void arch__fix_tev_from_maps(struct perf_probe_event *pev, in arch__fix_tev_from_maps()
118 void arch__post_process_probe_trace_events(struct perf_probe_event *pev, in arch__post_process_probe_trace_events()
/linux/tools/perf/
H A Dbuiltin-probe.c45 struct perf_probe_event events[MAX_PROBES];
55 struct perf_probe_event *pev = &params->events[params->nevents]; in parse_probe_event()
255 struct perf_probe_event *pev = &params->events[params->nevents]; in opt_show_vars()
343 static int perf_add_probe_events(struct perf_probe_event *pevs, int npevs) in perf_add_probe_events()
374 struct perf_probe_event *pev = &pevs[i]; in perf_add_probe_events()