Searched refs:uprobes (Results 1 – 25 of 2373) sorted by relevance
12345678910>>...95
/linux/tools/perf/ |
A D | builtin-probe.c | 42 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 D | sym-handling.c | 98 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 D | uprobetracer.rst | 16 /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 D | probe-event.c | 369 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 D | probe-event.h | 61 bool uprobes; /* uprobes only */ member 100 bool uprobes; /* Uprobe event flag */ member
|
A D | bpf-loader.c | 138 pev->uprobes = true; in prog_config__exec() 148 pev->uprobes = false; in prog_config__module()
|
/linux/kernel/events/ |
A D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux/arch/arm64/kernel/probes/ |
A D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
|
/linux/arch/arm/probes/ |
A D | Makefile | 2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
|
/linux/arch/csky/kernel/probes/ |
A D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
/linux/arch/riscv/kernel/probes/ |
A D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
/linux/Documentation/features/debug/uprobes/ |
A D | arch-support.txt | 2 # Feature name: uprobes
|
/linux/arch/s390/kernel/ |
A D | Makefile | 63 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux/arch/sparc/kernel/ |
A D | Makefile | 121 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux/arch/mips/kernel/ |
A D | Makefile | 110 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux/arch/x86/kernel/ |
A D | Makefile | 141 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux/arch/powerpc/kernel/ |
A D | Makefile | 117 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux/Documentation/admin-guide/sysctl/ |
A D | net.rst | 55 as networking (e.g. XDP, tc), tracing (e.g. kprobes, uprobes, tracepoints)
|
/linux/kernel/trace/ |
A D | Kconfig | 630 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.cmd | 509 include/linux/uprobes.h \
|
/linux/crypto/ |
A D | .memneq.o.cmd | 523 include/linux/uprobes.h \
|
/linux/crypto/asymmetric_keys/ |
A D | .x509_cert_parser.o.cmd | 518 include/linux/uprobes.h \
|
A D | .pkcs7_trust.o.cmd | 518 include/linux/uprobes.h \
|
/linux/drivers/video/ |
A D | .display_timing.o.cmd | 518 include/linux/uprobes.h \
|
/linux/lib/ |
A D | .xarray.o.cmd | 519 include/linux/uprobes.h \
|
Completed in 75 milliseconds
12345678910>>...95