Home
last modified time | relevance | path

Searched refs:uprobes (Results 1 – 6 of 6) sorted by relevance

/tools/perf/arch/powerpc/util/
Dsym-handling.c108 if (!pev->uprobes && pev->point.retprobe) { in arch__fix_tev_from_maps()
120 if (pev->uprobes) in arch__fix_tev_from_maps()
137 map = get_target_map(pev->target, pev->nsi, pev->uprobes); in arch__post_process_probe_trace_events()
/tools/perf/
Dbuiltin-probe.c41 bool uprobes; member
64 pev->uprobes = params.uprobes; in parse_probe_event()
125 params.uprobes = true; in set_target()
175 params.uprobes = true; in opt_set_target()
177 params.uprobes = false; in opt_set_target()
182 if (params.uprobes || strchr(str, '/')) { in opt_set_target()
341 ret = init_probe_symbol_maps(pevs->uprobes); in perf_add_probe_events()
648 if (params.uprobes) { in __cmd_probe()
660 params.filter, params.uprobes); in __cmd_probe()
667 params.nsi, params.uprobes); in __cmd_probe()
/tools/perf/util/
Dprobe-event.c356 bool uprobes) in find_alternative_probe_point() argument
367 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
373 if (uprobes) in find_alternative_probe_point()
412 pev->nsi, pev->uprobes); in get_alternative_probe_event()
698 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
856 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events()
1114 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1785 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command()
1828 if (tev->uprobes) { in parse_probe_trace_command()
2051 if (tev->uprobes && !tp->module) in synthesize_probe_trace_command()
[all …]
Dprobe-event.h57 bool uprobes; /* uprobes only */ member
96 bool uprobes; /* Uprobe event flag */ member
Dbpf-loader.c138 pev->uprobes = true; in prog_config__exec()
148 pev->uprobes = false; in prog_config__module()
Dprobe-finder.c910 if (!pf->pev->uprobes) in skip_prologue()