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