/linux-6.1.9/tools/perf/ |
D | builtin-probe.c | 42 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() 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-6.1.9/tools/perf/arch/powerpc/util/ |
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-6.1.9/Documentation/trace/ |
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-6.1.9/tools/perf/util/ |
D | probe-event.c | 372 bool uprobes) in find_alternative_probe_point() argument 383 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point() 389 if (uprobes) { in find_alternative_probe_point() 431 pev->nsi, pev->uprobes); in get_alternative_probe_event() 768 tevs[i].uprobes = true; in add_exec_to_probe_trace_events() 945 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events() 1209 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars() 1889 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command() 1932 if (tev->uprobes) { in parse_probe_trace_command() 2200 if (tev->uprobes) in synthesize_probe_trace_command() [all …]
|
D | probe-event.h | 61 bool uprobes; /* uprobes only */ member 100 bool uprobes; /* Uprobe event flag */ member
|
D | bpf-loader.c | 381 pev->uprobes = true; in prog_config__exec() 391 pev->uprobes = false; in prog_config__module()
|
D | probe-finder.c | 995 if (!pf->pev->uprobes) in skip_prologue()
|
/linux-6.1.9/kernel/events/ |
D | Makefile | 6 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux-6.1.9/arch/arm64/kernel/probes/ |
D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
|
/linux-6.1.9/arch/arm/probes/ |
D | Makefile | 2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
|
/linux-6.1.9/tools/lib/bpf/ |
D | usdt.c | 810 } *uprobes; member 821 bpf_link__destroy(usdt_link->uprobes[i].link); in bpf_link_usdt_detach() 831 &usdt_link->uprobes[i].abs_ip); in bpf_link_usdt_detach() 872 free(usdt_link->uprobes); in bpf_link_usdt_dealloc() 1012 link->uprobes = calloc(target_cnt, sizeof(*link->uprobes)); in usdt_manager_attach_usdt() 1013 if (!link->uprobes) { in usdt_manager_attach_usdt() 1067 link->uprobes[i].link = uprobe_link; in usdt_manager_attach_usdt() 1068 link->uprobes[i].abs_ip = target->abs_ip; in usdt_manager_attach_usdt()
|
/linux-6.1.9/arch/riscv/kernel/probes/ |
D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
/linux-6.1.9/arch/csky/kernel/probes/ |
D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
/linux-6.1.9/Documentation/features/debug/uprobes/ |
D | arch-support.txt | 2 # Feature name: uprobes
|
/linux-6.1.9/arch/s390/kernel/ |
D | Makefile | 64 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux-6.1.9/arch/sparc/kernel/ |
D | Makefile | 122 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux-6.1.9/arch/mips/kernel/ |
D | Makefile | 109 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux-6.1.9/arch/x86/kernel/ |
D | Makefile | 131 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | Makefile | 138 obj-$(CONFIG_UPROBES) += uprobes.o
|
/linux-6.1.9/Documentation/admin-guide/sysctl/ |
D | net.rst | 56 as networking (e.g. XDP, tc), tracing (e.g. kprobes, uprobes, tracepoints)
|
/linux-6.1.9/kernel/trace/ |
D | Kconfig | 679 bool "Enable uprobes-based dynamic events" 691 events interface. Those events can be inserted wherever uprobes
|