Lines Matching refs:uprobes
298 const char *target, bool uprobes) in find_alternative_probe_point() argument
309 map = get_target_map(target, uprobes); in find_alternative_probe_point()
315 if (uprobes) in find_alternative_probe_point()
340 put_target_map(map, uprobes); in find_alternative_probe_point()
355 target, pev->uprobes); in get_alternative_probe_event()
515 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
632 target, pev->uprobes); in try_to_find_probe_trace_events()
886 ret = init_symbol_maps(pevs->uprobes); in show_available_vars()
1703 if (tev->uprobes && (!tp->address || !tp->module)) in synthesize_probe_trace_command()
1707 if (tev->uprobes) in synthesize_probe_trace_command()
2310 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2336 if (pev->uprobes) in __add_probe_trace_events()
2342 print_open_warning(fd, !pev->uprobes); in __add_probe_trace_events()
2353 if (!pev->uprobes) { in __add_probe_trace_events()
2420 if (ret == -EINVAL && pev->uprobes) in __add_probe_trace_events()
2469 map = get_target_map(target, pev->uprobes); in find_probe_trace_events_from_map()
2492 if (!pev->uprobes && !pp->retprobe) { in find_probe_trace_events_from_map()
2537 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_map()
2561 put_target_map(map, pev->uprobes); in find_probe_trace_events_from_map()
2578 if (pev->uprobes && !pev->group) { in convert_to_probe_trace_events()
2613 ret = init_symbol_maps(pevs->uprobes); in add_perf_probe_events()