Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dprobe-event.h94 struct perf_probe_event { struct
137 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 add_perf_probe_events(struct perf_probe_event *pevs, int npevs);
175 struct perf_probe_event *pev,
180 int show_available_vars(struct perf_probe_event *pevs, int npevs,
[all …]
A Dprobe-finder.h45 struct perf_probe_event *pev,
60 struct perf_probe_event *pev,
68 struct perf_probe_event *pev; /* Target probe event */
A Dprobe-file.h14 struct perf_probe_event pev;
57 struct perf_probe_event *pev,
66 struct perf_probe_event *pev);
A Dprobe-event.c420 struct perf_probe_event *pev, in get_alternative_probe_event()
1134 struct perf_probe_event *pev, in show_available_vars_at()
1805 bool perf_probe_with_var(struct perf_probe_event *pev) in perf_probe_with_var()
2399 struct perf_probe_event *src) in perf_probe_event__copy()
2561 struct perf_probe_event *pev, in perf_probe_event__sprintf()
2603 struct perf_probe_event *pev, in show_perf_probe_event()
2641 struct perf_probe_event pev; in __show_perf_probe_events()
2804 struct perf_probe_event *pev, in probe_trace_event__set_name()
3540 struct perf_probe_event *pev; in show_probe_trace_events()
3595 struct perf_probe_event *pev; in show_bootconfig_events()
[all …]
A Dbpf-loader.c42 struct perf_probe_event pev;
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()
284 bool *is_tp, struct perf_probe_event *pev) in parse_prog_config()
321 struct perf_probe_event *pev = NULL; in config_bpf_program()
419 struct perf_probe_event *pev; in preproc_gen_prologue()
569 struct perf_probe_event *pev; in hook_load_preprocessor()
631 struct perf_probe_event *pev; in bpf__probe()
[all …]
A Dprobe-file.c402 probe_cache_entry__new(struct perf_probe_event *pev) in probe_cache_entry__new()
640 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find()
691 struct perf_probe_event *pev, in probe_cache__add_entry()
A Dprobe-finder.c1427 static int fill_empty_trace_arg(struct perf_probe_event *pev, in fill_empty_trace_arg()
1470 struct perf_probe_event *pev, in debuginfo__find_trace_events()
1640 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
/linux/tools/perf/arch/powerpc/util/
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/
A Dbuiltin-probe.c46 struct perf_probe_event events[MAX_PROBES];
56 struct perf_probe_event *pev = &params.events[params.nevents]; in parse_probe_event()
257 struct perf_probe_event *pev = &params.events[params.nevents]; in opt_show_vars()
336 static int perf_add_probe_events(struct perf_probe_event *pevs, int npevs) in perf_add_probe_events()
367 struct perf_probe_event *pev = &pevs[i]; in perf_add_probe_events()

Completed in 39 milliseconds