Lines Matching refs:pev

804 		.function = pf->pev->point.function,  in find_best_scope()
839 if (pf->pev->point.function) { in verify_representive_line()
843 && die_match_name(&die_mem, pf->pev->point.function) in verify_representive_line()
981 pf->pev->point.lazy_line); in find_probe_point_lazy()
992 struct perf_probe_point *pp = &pf->pev->point; in skip_prologue()
995 if (!pf->pev->uprobes) in skip_prologue()
1012 if (!perf_probe_with_var(pf->pev)) in skip_prologue()
1025 struct perf_probe_point *pp = &pf->pev->point; in probe_point_inline_cb()
1065 struct perf_probe_point *pp = &pf->pev->point; in probe_point_search_cb()
1161 struct perf_probe_point *pp = &pf->pev->point; in debuginfo__find_probe_location()
1315 for (i = 0; i < pf->pev->nargs; i++) { in expand_probe_args()
1317 if (strcmp(pf->pev->args[i].var, PROBE_ARG_VARS) == 0) in expand_probe_args()
1319 else if (strcmp(pf->pev->args[i].var, PROBE_ARG_PARAMS) != 0) { in expand_probe_args()
1321 args[n] = pf->pev->args[i]; in expand_probe_args()
1325 pr_debug("Expanding %s into:", pf->pev->args[i].var); in expand_probe_args()
1354 struct perf_probe_point *pp = &pf->pev->point; in add_probe_trace_event()
1427 static int fill_empty_trace_arg(struct perf_probe_event *pev, in fill_empty_trace_arg() argument
1437 for (i = 0; i < pev->nargs; i++) { in fill_empty_trace_arg()
1446 print_var_not_found(pev->args[i].var); in fill_empty_trace_arg()
1470 struct perf_probe_event *pev, in debuginfo__find_trace_events() argument
1474 .pf = {.pev = pev, .dbg = dbg, .callback = add_probe_trace_event}, in debuginfo__find_trace_events()
1486 if (pev->nargs != 0 && immediate_value_is_supported()) in debuginfo__find_trace_events()
1491 ret = fill_empty_trace_arg(pev, tf.tevs, tf.ntevs); in debuginfo__find_trace_events()
1582 struct perf_probe_point *pp = &pf->pev->point; in add_available_vars()
1640 struct perf_probe_event *pev, in debuginfo__find_available_vars_at() argument
1644 .pf = {.pev = pev, .dbg = dbg, .callback = add_available_vars}, in debuginfo__find_available_vars_at()