Searched refs:perf_probe_event (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | probe-event.h | 82 struct perf_probe_event { struct 118 struct perf_probe_event *pev); 123 extern char *synthesize_perf_probe_command(struct perf_probe_event *pev); 129 extern bool perf_probe_event_need_dwarf(struct perf_probe_event *pev); 132 extern void clear_perf_probe_event(struct perf_probe_event *pev); 144 extern int add_perf_probe_events(struct perf_probe_event *pevs, int npevs); 145 extern int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs); 146 extern int apply_perf_probe_events(struct perf_probe_event *pevs, int npevs); 147 extern void cleanup_perf_probe_events(struct perf_probe_event *pevs, int npevs); 151 struct perf_probe_event *pev, [all …]
|
D | probe-finder.h | 42 struct perf_probe_event *pev, 56 struct perf_probe_event *pev, 64 struct perf_probe_event *pev; /* Target probe event */
|
D | probe-event.c | 360 struct perf_probe_event *pev, in get_alternative_probe_event() 663 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 884 struct perf_probe_event *pev, in show_available_vars_at() 950 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() 991 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 1010 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() 1149 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) in parse_perf_probe_point() 1442 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) in parse_perf_probe_command() 1485 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev) in perf_probe_event_need_dwarf() 1714 char *synthesize_perf_probe_command(struct perf_probe_event *pev) [all …]
|
D | bpf-loader.c | 34 struct perf_probe_event pev; 115 struct perf_probe_event *pev = NULL; in config_bpf_program() 205 struct perf_probe_event *pev; in bpf__probe() 302 struct perf_probe_event *pev; in bpf__foreach_tev()
|
D | probe-finder.c | 1251 struct perf_probe_event *pev, in debuginfo__find_trace_events() 1389 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
|
/linux-4.4.14/tools/perf/ |
D | builtin-probe.c | 57 struct perf_probe_event events[MAX_PROBES]; 66 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in parse_probe_event() 237 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in opt_show_vars() 312 static int perf_add_probe_events(struct perf_probe_event *pevs, int npevs) in perf_add_probe_events() 335 struct perf_probe_event *pev = &pevs[i]; in perf_add_probe_events()
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 70 void arch__fix_tev_from_maps(struct perf_probe_event *pev, in arch__fix_tev_from_maps()
|