Lines Matching refs:uprobes

370 					bool uprobes)  in find_alternative_probe_point()  argument
381 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
387 if (uprobes) { in find_alternative_probe_point()
430 pev->nsi, pev->uprobes); in get_alternative_probe_event()
763 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
927 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events()
1191 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1871 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command()
1914 if (tev->uprobes) { in parse_probe_trace_command()
2140 if (tev->uprobes && !tp->module) in synthesize_probe_trace_command()
2155 if (tev->uprobes && !tp->address) { in synthesize_probe_trace_command()
2161 if (tev->uprobes) { in synthesize_probe_trace_command()
2381 dst->uprobes = src->uprobes; in perf_probe_event__copy()
2764 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2861 up = pev->uprobes ? 1 : 0; in __add_probe_trace_events()
2869 up = tev->uprobes ? 1 : 0; in __add_probe_trace_events()
2877 if (!tev->point.symbol && !pev->uprobes) in __add_probe_trace_events()
2900 if (ret == -EINVAL && pev->uprobes) in __add_probe_trace_events()
2988 map = get_target_map(pev->target, pev->nsi, pev->uprobes); in find_probe_trace_events_from_map()
3018 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
3071 if (!pev->uprobes && !pev->target && in find_probe_trace_events_from_map()
3086 if (pev->uprobes) { in find_probe_trace_events_from_map()
3098 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_map()
3172 tev->uprobes = pev->uprobes; in try_to_find_absolute_address()
3184 if ((!tev->uprobes) && in try_to_find_absolute_address()
3316 pev->uprobes = true; in find_cached_events()
3412 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_cache()
3428 if (!pev->uprobes) { in convert_to_probe_trace_events()
3463 if (!pevs[i].uprobes) in convert_perf_probe_events()
3508 if (!tev->point.symbol && !pev->uprobes) in show_probe_trace_events()
3559 ret = init_probe_symbol_maps(pevs->uprobes); in add_perf_probe_events()