Home
last modified time | relevance | path

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

/tools/perf/arch/powerpc/util/
Dsym-handling.c98 if (!pev->uprobes && pev->point.retprobe) { in arch__fix_tev_from_maps()
110 if (pev->uprobes) in arch__fix_tev_from_maps()
127 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()
653 if (params.uprobes) { in __cmd_probe()
665 params.filter, params.uprobes); in __cmd_probe()
672 params.nsi, params.uprobes); in __cmd_probe()
/tools/perf/util/
Dprobe-event.c370 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()
[all …]
Dprobe-event.h60 bool uprobes; /* uprobes only */ member
99 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.c990 if (!pf->pev->uprobes) in skip_prologue()