Searched refs:perf_probe_event (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | probe-event.h | 71 struct perf_probe_event { struct 101 struct perf_probe_event *pev); argument 104 extern char *synthesize_perf_probe_command(struct perf_probe_event *pev); 110 extern bool perf_probe_event_need_dwarf(struct perf_probe_event *pev); 113 extern void clear_perf_probe_event(struct perf_probe_event *pev); 127 extern int add_perf_probe_events(struct perf_probe_event *pevs, int npevs, 133 extern int show_available_vars(struct perf_probe_event *pevs, int npevs,
|
D | probe-finder.h | 39 struct perf_probe_event *pev, 54 struct perf_probe_event *pev, 63 struct perf_probe_event *pev; /* Target probe event */
|
D | probe-event.c | 346 struct perf_probe_event *pev, in get_alternative_probe_event() 591 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 811 struct perf_probe_event *pev, in show_available_vars_at() 879 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() 918 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 939 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() 1075 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) in parse_perf_probe_point() 1329 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) in parse_perf_probe_command() 1372 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev) in perf_probe_event_need_dwarf() 1580 char *synthesize_perf_probe_command(struct perf_probe_event *pev) [all …]
|
D | probe-finder.c | 1215 struct perf_probe_event *pev, in debuginfo__find_trace_events() 1326 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
|
/linux-4.1.27/tools/perf/ |
D | builtin-probe.c | 61 struct perf_probe_event events[MAX_PROBES]; 72 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in parse_probe_event() 244 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in opt_show_vars()
|