Searched defs:pev (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.h37 struct perf_probe_event *pev,
52 struct perf_probe_event *pev,
57 struct perf_probe_event *pev; /* Target probe event */ member in struct:probe_finder
H A Dprobe-finder.c807 .function = pf->pev->point.function,
925 pf->pev->point.lazy_line);
936 struct perf_probe_point *pp = &pf->pev->point;
971 struct perf_probe_point *pp = &pf->pev->point;
1054 struct perf_probe_point *pp = &pf->pev->point;
1142 pf->pev->point.retprobe, &tev->point);
1150 tev->nargs = pf->pev->nargs;
1154 for (i = 0; i < pf->pev->nargs; i++) {
1155 pf->pvar = &pf->pev->args[i];
1168 struct perf_probe_event *pev,
1167 debuginfo__find_trace_events(struct debuginfo *self, struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs) argument
1274 debuginfo__find_available_vars_at(struct debuginfo *self, struct perf_probe_event *pev, struct variable_list **vls, int max_vls, bool externs) argument
[all...]
H A Dprobe-event.c74 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, argument
305 bool need_dwarf = perf_probe_event_need_dwarf(pev);
309 if (pev->uprobes) {
315 return convert_name_to_addr(pev, target);
330 ntevs = debuginfo__find_trace_events(dinfo, pev, tevs, max_tevs);
344 synthesize_perf_probe_point(&pev->point));
553 struct perf_probe_event *pev,
563 buf = synthesize_perf_probe_point(&pev->point);
568 ret = debuginfo__find_available_vars_at(dinfo, pev,
552 show_available_vars_at(struct debuginfo *dinfo, struct perf_probe_event *pev, int max_vls, struct strfilter *_filter, bool externs) argument
649 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs __maybe_unused, int max_tevs __maybe_unused, const char *target) argument
787 parse_perf_probe_point(char *arg, struct perf_probe_event *pev) argument
1039 parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) argument
1082 perf_probe_event_need_dwarf(struct perf_probe_event *pev) argument
1434 convert_to_perf_probe_event(struct probe_trace_event *tev, struct perf_probe_event *pev, bool is_kprobe) argument
1478 clear_perf_probe_event(struct perf_probe_event *pev) argument
1635 show_perf_probe_event(struct perf_probe_event *pev) argument
1671 struct perf_probe_event pev; local
1822 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) argument
1912 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs, const char *target) argument
2007 struct perf_probe_event *pev; member in struct:__event_package
2280 convert_name_to_addr(struct perf_probe_event *pev, const char *exec) argument
[all...]
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-probe.c70 struct perf_probe_event *pev = &params.events[params.nevents]; local
79 pev->uprobes = params.uprobes;
82 ret = parse_perf_probe_command(str, pev);
83 pr_debug("%d arguments\n", pev->nargs);
215 struct perf_probe_event *pev = &params.events[params.nevents]; local
222 if (!ret && pev->nargs != 0) {

Completed in 177 milliseconds