Home
last modified time | relevance | path

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

12345678910>>...95

/linux/tools/perf/
A Dbuiltin-probe.c42 bool uprobes; member
65 pev->uprobes = params.uprobes; in parse_probe_event()
126 params.uprobes = true; in set_target()
176 params.uprobes = true; in opt_set_target()
178 params.uprobes = false; in opt_set_target()
183 if (params.uprobes || strchr(str, '/')) { in opt_set_target()
342 ret = init_probe_symbol_maps(pevs->uprobes); in perf_add_probe_events()
663 if (params.uprobes) { in __cmd_probe()
675 params.filter, params.uprobes); in __cmd_probe()
682 params.nsi, params.uprobes); in __cmd_probe()
[all …]
/linux/tools/perf/arch/powerpc/util/
A 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/Documentation/trace/
A 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/tools/perf/util/
A Dprobe-event.c369 bool uprobes) in find_alternative_probe_point() argument
386 if (uprobes) { in find_alternative_probe_point()
1927 if (tev->uprobes) { in parse_probe_trace_command()
2195 if (tev->uprobes) in synthesize_probe_trace_command()
2406 dst->uprobes = src->uprobes; in perf_probe_event__copy()
3129 if (pev->uprobes) { in find_probe_trace_events_from_map()
3141 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_map()
3215 tev->uprobes = pev->uprobes; in try_to_find_absolute_address()
3455 tev->uprobes = pev->uprobes; in find_probe_trace_events_from_cache()
3471 if (!pev->uprobes) { in convert_to_probe_trace_events()
[all …]
A Dprobe-event.h61 bool uprobes; /* uprobes only */ member
100 bool uprobes; /* Uprobe event flag */ member
A Dbpf-loader.c138 pev->uprobes = true; in prog_config__exec()
148 pev->uprobes = false; in prog_config__module()
/linux/kernel/events/
A DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o
/linux/arch/arm64/kernel/probes/
A DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
/linux/arch/arm/probes/
A DMakefile2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
/linux/arch/csky/kernel/probes/
A DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/linux/arch/riscv/kernel/probes/
A DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/linux/Documentation/features/debug/uprobes/
A Darch-support.txt2 # Feature name: uprobes
/linux/arch/s390/kernel/
A DMakefile63 obj-$(CONFIG_UPROBES) += uprobes.o
/linux/arch/sparc/kernel/
A DMakefile121 obj-$(CONFIG_UPROBES) += uprobes.o
/linux/arch/mips/kernel/
A DMakefile110 obj-$(CONFIG_UPROBES) += uprobes.o
/linux/arch/x86/kernel/
A DMakefile141 obj-$(CONFIG_UPROBES) += uprobes.o
/linux/arch/powerpc/kernel/
A DMakefile117 obj-$(CONFIG_UPROBES) += uprobes.o
/linux/Documentation/admin-guide/sysctl/
A Dnet.rst55 as networking (e.g. XDP, tc), tracing (e.g. kprobes, uprobes, tracepoints)
/linux/kernel/trace/
A DKconfig630 bool "Enable uprobes-based dynamic events"
642 events interface. Those events can be inserted wherever uprobes
/linux/drivers/base/firmware_loader/builtin/
A D.main.o.cmd509 include/linux/uprobes.h \
/linux/crypto/
A D.memneq.o.cmd523 include/linux/uprobes.h \
/linux/crypto/asymmetric_keys/
A D.x509_cert_parser.o.cmd518 include/linux/uprobes.h \
A D.pkcs7_trust.o.cmd518 include/linux/uprobes.h \
/linux/drivers/video/
A D.display_timing.o.cmd518 include/linux/uprobes.h \
/linux/lib/
A D.xarray.o.cmd519 include/linux/uprobes.h \

Completed in 56 milliseconds

12345678910>>...95