Lines Matching refs:pp
884 struct perf_probe_point *pp = &pf->pev->point; in skip_prologue() local
899 if (!pp->function || pp->line || pp->retprobe || pp->lazy_line || in skip_prologue()
900 pp->offset || pp->abs_address) in skip_prologue()
917 struct perf_probe_point *pp = &pf->pev->point; in probe_point_inline_cb() local
921 if (pp->lazy_line) in probe_point_inline_cb()
936 pf->addr += pp->offset; in probe_point_inline_cb()
957 struct perf_probe_point *pp = &pf->pev->point; in probe_point_search_cb() local
962 !die_match_name(sp_die, pp->function)) in probe_point_search_cb()
971 if (pp->file && fname && strtailcmp(pp->file, fname)) in probe_point_search_cb()
978 if (pp->line) { /* Function relative line */ in probe_point_search_cb()
980 pf->lno += pp->line; in probe_point_search_cb()
991 } else if (pp->lazy_line) in probe_point_search_cb()
995 pf->addr += pp->offset; in probe_point_search_cb()
1009 if (strisglob(pp->function) && param->retval >= 0) { in probe_point_search_cb()
1063 struct perf_probe_point *pp = &pf->pev->point; in debuginfo__find_probe_location() local
1075 if (pp->function && !strisglob(pp->function)) { in debuginfo__find_probe_location()
1077 .function = pp->function, in debuginfo__find_probe_location()
1078 .file = pp->file, in debuginfo__find_probe_location()
1106 if (pp->file) in debuginfo__find_probe_location()
1107 pf->fname = cu_find_realpath(&pf->cu_die, pp->file); in debuginfo__find_probe_location()
1111 if (!pp->file || pf->fname) { in debuginfo__find_probe_location()
1112 if (pp->function) in debuginfo__find_probe_location()
1114 else if (pp->lazy_line) in debuginfo__find_probe_location()
1117 pf->lno = pp->line; in debuginfo__find_probe_location()
1269 struct perf_probe_point *pp = &pf->pev->point; in add_probe_trace_event() local
1292 pp->retprobe, pp->function, &tev->point); in add_probe_trace_event()
1501 struct perf_probe_point *pp = &pf->pev->point; in add_available_vars() local
1523 pp->retprobe, pp->function, &vl->point); in add_available_vars()