Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/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()
/Linux-v5.10/Documentation/trace/
Duprobetracer.rst16 /sys/kernel/debug/tracing/events/uprobes/<EVENT>/enable.
34 GRP : Group name. If omitted, "uprobes" is the default value.
133 p:uprobes/zfree_entry /bin/zsh:0x00046420 arg1=%ip arg2=%ax
134 r:uprobes/zfree_exit /bin/zsh:0x00046420 arg1=%ip arg2=%ax
136 Format of events can be seen by viewing the file events/uprobes/zfree_entry/format.
139 # cat events/uprobes/zfree_entry/format
158 # echo 1 > events/uprobes/enable
169 # echo 0 > events/uprobes/enable
/Linux-v5.10/tools/perf/util/
Dprobe-event.c368 bool uprobes) in find_alternative_probe_point() argument
379 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
385 if (uprobes) { in find_alternative_probe_point()
428 pev->nsi, pev->uprobes); in get_alternative_probe_event()
761 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
925 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events()
1189 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1867 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command()
1910 if (tev->uprobes) { in parse_probe_trace_command()
2136 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.c987 if (!pf->pev->uprobes) in skip_prologue()
/Linux-v5.10/kernel/events/
DMakefile9 obj-$(CONFIG_UPROBES) += uprobes.o
/Linux-v5.10/arch/arm64/kernel/probes/
DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
/Linux-v5.10/arch/arm/probes/
DMakefile2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
/Linux-v5.10/arch/csky/kernel/probes/
DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/Linux-v5.10/Documentation/features/debug/uprobes/
Darch-support.txt2 # Feature name: uprobes
/Linux-v5.10/arch/s390/kernel/
DMakefile63 obj-$(CONFIG_UPROBES) += uprobes.o
/Linux-v5.10/arch/sparc/kernel/
DMakefile121 obj-$(CONFIG_UPROBES) += uprobes.o
/Linux-v5.10/arch/mips/kernel/
DMakefile111 obj-$(CONFIG_UPROBES) += uprobes.o
/Linux-v5.10/arch/x86/kernel/
DMakefile139 obj-$(CONFIG_UPROBES) += uprobes.o
/Linux-v5.10/arch/powerpc/kernel/
DMakefile116 obj-$(CONFIG_UPROBES) += uprobes.o
/Linux-v5.10/kernel/trace/
DKconfig552 bool "Enable uprobes-based dynamic events"
564 events interface. Those events can be inserted wherever uprobes
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dnet.rst55 as networking (e.g. XDP, tc), tracing (e.g. kprobes, uprobes, tracepoints)