Lines Matching refs:uprobes
312 const char *target, bool uprobes) in find_alternative_probe_point() argument
323 map = get_target_map(target, uprobes); in find_alternative_probe_point()
329 if (uprobes) in find_alternative_probe_point()
354 put_target_map(map, uprobes); in find_alternative_probe_point()
368 pev->target, pev->uprobes); in get_alternative_probe_event()
576 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
701 pev->target, pev->uprobes); in try_to_find_probe_trace_events()
956 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1837 if (tev->uprobes && !tp->module) in synthesize_probe_trace_command()
1845 if (tev->uprobes && !tp->address) { in synthesize_probe_trace_command()
1851 if (tev->uprobes) in synthesize_probe_trace_command()
2362 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2426 fd = probe_file__open(PF_FL_RW | (pev->uprobes ? PF_FL_UPROBE : 0)); in __add_probe_trace_events()
2463 if (ret == -EINVAL && pev->uprobes) in __add_probe_trace_events()
2517 map = get_target_map(pev->target, pev->uprobes); in find_probe_trace_events_from_map()
2547 if (!pev->uprobes && !pp->retprobe && !pev->target) { in find_probe_trace_events_from_map()
2586 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
2603 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_map()
2632 put_target_map(map, pev->uprobes); in find_probe_trace_events_from_map()
2677 tev->uprobes = pev->uprobes; in try_to_find_absolute_address()
2689 if ((!tev->uprobes) && in try_to_find_absolute_address()
2743 if (pev->uprobes && !pev->group) { in convert_to_probe_trace_events()
2777 if (!pevs[i].uprobes) in convert_perf_probe_events()
2824 ret = init_probe_symbol_maps(pevs->uprobes); in add_perf_probe_events()