Lines Matching refs:uprobes

372 					bool uprobes)  in find_alternative_probe_point()  argument
383 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
389 if (uprobes) { in find_alternative_probe_point()
431 pev->nsi, pev->uprobes); in get_alternative_probe_event()
768 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
945 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events()
1209 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1889 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command()
1932 if (tev->uprobes) { in parse_probe_trace_command()
2200 if (tev->uprobes) in synthesize_probe_trace_command()
2411 dst->uprobes = src->uprobes; in perf_probe_event__copy()
2793 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2890 up = pev->uprobes ? 1 : 0; in __add_probe_trace_events()
2898 up = tev->uprobes ? 1 : 0; in __add_probe_trace_events()
2906 if (!tev->point.symbol && !pev->uprobes) in __add_probe_trace_events()
2929 if (ret == -EINVAL && pev->uprobes) in __add_probe_trace_events()
3028 map = get_target_map(pev->target, pev->nsi, pev->uprobes); in find_probe_trace_events_from_map()
3066 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
3122 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
3137 if (pev->uprobes) { in find_probe_trace_events_from_map()
3149 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_map()
3223 tev->uprobes = pev->uprobes; in try_to_find_absolute_address()
3235 if ((!tev->uprobes) && in try_to_find_absolute_address()
3367 pev->uprobes = true; in find_cached_events()
3463 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_cache()
3479 if (!pev->uprobes) { in convert_to_probe_trace_events()
3514 if (!pevs[i].uprobes) in convert_perf_probe_events()
3559 if (!tev->point.symbol && !pev->uprobes) in show_probe_trace_events()
3614 if (pev->uprobes) { in show_bootconfig_events()
3622 if (!tev->point.symbol && !pev->uprobes) in show_bootconfig_events()
3682 ret = init_probe_symbol_maps(pevs->uprobes); in add_perf_probe_events()