Lines Matching refs:pev
799 .function = pf->pev->point.function, in find_best_scope()
834 if (pf->pev->point.function) { in verify_representive_line()
838 && die_match_name(&die_mem, pf->pev->point.function) in verify_representive_line()
976 pf->pev->point.lazy_line); in find_probe_point_lazy()
987 struct perf_probe_point *pp = &pf->pev->point; in skip_prologue()
990 if (!pf->pev->uprobes) in skip_prologue()
1007 if (!perf_probe_with_var(pf->pev)) in skip_prologue()
1020 struct perf_probe_point *pp = &pf->pev->point; in probe_point_inline_cb()
1060 struct perf_probe_point *pp = &pf->pev->point; in probe_point_search_cb()
1156 struct perf_probe_point *pp = &pf->pev->point; in debuginfo__find_probe_location()
1308 for (i = 0; i < pf->pev->nargs; i++) { in expand_probe_args()
1310 if (strcmp(pf->pev->args[i].var, PROBE_ARG_VARS) == 0) in expand_probe_args()
1312 else if (strcmp(pf->pev->args[i].var, PROBE_ARG_PARAMS) != 0) { in expand_probe_args()
1314 args[n] = pf->pev->args[i]; in expand_probe_args()
1318 pr_debug("Expanding %s into:", pf->pev->args[i].var); in expand_probe_args()
1347 struct perf_probe_point *pp = &pf->pev->point; in add_probe_trace_event()
1420 static int fill_empty_trace_arg(struct perf_probe_event *pev, in fill_empty_trace_arg() argument
1430 for (i = 0; i < pev->nargs; i++) { in fill_empty_trace_arg()
1439 print_var_not_found(pev->args[i].var); in fill_empty_trace_arg()
1463 struct perf_probe_event *pev, in debuginfo__find_trace_events() argument
1467 .pf = {.pev = pev, .dbg = dbg, .callback = add_probe_trace_event}, in debuginfo__find_trace_events()
1479 if (pev->nargs != 0 && immediate_value_is_supported()) in debuginfo__find_trace_events()
1484 ret = fill_empty_trace_arg(pev, tf.tevs, tf.ntevs); in debuginfo__find_trace_events()
1575 struct perf_probe_point *pp = &pf->pev->point; in add_available_vars()
1633 struct perf_probe_event *pev, in debuginfo__find_available_vars_at() argument
1637 .pf = {.pev = pev, .dbg = dbg, .callback = add_available_vars}, in debuginfo__find_available_vars_at()