Lines Matching refs:uprobes
356 bool uprobes) in find_alternative_probe_point() argument
367 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
373 if (uprobes) in find_alternative_probe_point()
412 pev->nsi, pev->uprobes); in get_alternative_probe_event()
698 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
856 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events()
1114 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1785 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command()
1828 if (tev->uprobes) { in parse_probe_trace_command()
2051 if (tev->uprobes && !tp->module) in synthesize_probe_trace_command()
2066 if (tev->uprobes && !tp->address) { in synthesize_probe_trace_command()
2072 if (tev->uprobes) { in synthesize_probe_trace_command()
2292 dst->uprobes = src->uprobes; in perf_probe_event__copy()
2675 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2767 up = pev->uprobes ? 1 : 0; in __add_probe_trace_events()
2775 up = tev->uprobes ? 1 : 0; in __add_probe_trace_events()
2783 if (!tev->point.symbol && !pev->uprobes) in __add_probe_trace_events()
2806 if (ret == -EINVAL && pev->uprobes) in __add_probe_trace_events()
2894 map = get_target_map(pev->target, pev->nsi, pev->uprobes); in find_probe_trace_events_from_map()
2924 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
2964 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
2979 if (pev->uprobes) { in find_probe_trace_events_from_map()
2991 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_map()
3065 tev->uprobes = pev->uprobes; in try_to_find_absolute_address()
3077 if ((!tev->uprobes) && in try_to_find_absolute_address()
3209 pev->uprobes = true; in find_cached_events()
3305 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_cache()
3321 if (!pev->uprobes) { in convert_to_probe_trace_events()
3356 if (!pevs[i].uprobes) in convert_perf_probe_events()
3401 if (!tev->point.symbol && !pev->uprobes) in show_probe_trace_events()
3452 ret = init_probe_symbol_maps(pevs->uprobes); in add_perf_probe_events()