Lines Matching refs:uprobes

393 					bool uprobes)  in find_alternative_probe_point()  argument
405 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
411 if (uprobes) { in find_alternative_probe_point()
453 pev->nsi, pev->uprobes); in get_alternative_probe_event()
790 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
967 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events()
1232 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1912 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command()
1955 if (tev->uprobes) { in parse_probe_trace_command()
2227 if (tev->uprobes) in synthesize_probe_trace_command()
2436 dst->uprobes = src->uprobes; in perf_probe_event__copy()
2818 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2920 up = pev->uprobes ? 1 : 0; in __add_probe_trace_events()
2928 up = tev->uprobes ? 1 : 0; in __add_probe_trace_events()
2936 if (!tev->point.symbol && !pev->uprobes) in __add_probe_trace_events()
2959 if (ret == -EINVAL && pev->uprobes) in __add_probe_trace_events()
3058 map = get_target_map(pev->target, pev->nsi, pev->uprobes); in find_probe_trace_events_from_map()
3096 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
3152 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
3167 if (pev->uprobes) { in find_probe_trace_events_from_map()
3179 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_map()
3253 tev->uprobes = pev->uprobes; in try_to_find_absolute_address()
3265 if ((!tev->uprobes) && in try_to_find_absolute_address()
3397 pev->uprobes = true; in find_cached_events()
3493 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_cache()
3509 if (!pev->uprobes) { in convert_to_probe_trace_events()
3544 if (!pevs[i].uprobes) in convert_perf_probe_events()
3589 if (!tev->point.symbol && !pev->uprobes) in show_probe_trace_events()
3644 if (pev->uprobes) { in show_bootconfig_events()
3652 if (!tev->point.symbol && !pev->uprobes) in show_bootconfig_events()
3712 ret = init_probe_symbol_maps(pevs->uprobes); in add_perf_probe_events()