Searched refs:perf_probe_event (Results 1 – 5 of 5) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | probe-event.h | 69 struct perf_probe_event { struct 105 struct perf_probe_event *pev); 108 extern char *synthesize_perf_probe_command(struct perf_probe_event *pev); 114 extern bool perf_probe_event_need_dwarf(struct perf_probe_event *pev); 117 extern void clear_perf_probe_event(struct perf_probe_event *pev); 125 extern int add_perf_probe_events(struct perf_probe_event *pevs, int npevs, 131 extern int show_available_vars(struct perf_probe_event *pevs, int npevs,
|
D | probe-finder.h | 37 struct perf_probe_event *pev, 52 struct perf_probe_event *pev, 57 struct perf_probe_event *pev; /* Target probe event */
|
D | probe-event.c | 74 static int convert_name_to_addr(struct perf_probe_event *pev, 301 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 553 struct perf_probe_event *pev, in show_available_vars_at() 606 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() 649 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events() 671 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() 787 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) in parse_perf_probe_point() 1039 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) in parse_perf_probe_command() 1082 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev) in perf_probe_event_need_dwarf() 1288 char *synthesize_perf_probe_command(struct perf_probe_event *pev) [all …]
|
D | probe-finder.c | 1189 struct perf_probe_event *pev, in debuginfo__find_trace_events() 1296 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-probe.c | 59 struct perf_probe_event events[MAX_PROBES]; 70 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in parse_probe_event() 215 struct perf_probe_event *pev = ¶ms.events[params.nevents]; in opt_show_vars()
|