Lines Matching defs:pev
804 .function = pf->pev->point.function,
839 if (pf->pev->point.function) {
843 && die_match_name(&die_mem, pf->pev->point.function)
981 pf->pev->point.lazy_line);
992 struct perf_probe_point *pp = &pf->pev->point;
995 if (!pf->pev->uprobes)
1012 if (!perf_probe_with_var(pf->pev))
1025 struct perf_probe_point *pp = &pf->pev->point;
1065 struct perf_probe_point *pp = &pf->pev->point;
1170 struct perf_probe_point *pp = &pf->pev->point;
1324 for (i = 0; i < pf->pev->nargs; i++) {
1326 if (strcmp(pf->pev->args[i].var, PROBE_ARG_VARS) == 0)
1328 else if (strcmp(pf->pev->args[i].var, PROBE_ARG_PARAMS) != 0) {
1330 args[n] = pf->pev->args[i];
1334 pr_debug("Expanding %s into:", pf->pev->args[i].var);
1363 struct perf_probe_point *pp = &pf->pev->point;
1436 static int fill_empty_trace_arg(struct perf_probe_event *pev,
1446 for (i = 0; i < pev->nargs; i++) {
1455 print_var_not_found(pev->args[i].var);
1479 struct perf_probe_event *pev,
1483 .pf = {.pev = pev, .dbg = dbg, .callback = add_probe_trace_event},
1495 if (pev->nargs != 0 && immediate_value_is_supported())
1500 ret = fill_empty_trace_arg(pev, tf.tevs, tf.ntevs);
1591 struct perf_probe_point *pp = &pf->pev->point;
1649 struct perf_probe_event *pev,
1653 .pf = {.pev = pev, .dbg = dbg, .callback = add_available_vars},