Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-probe.c42 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/
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-6.1.9/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-6.1.9/tools/perf/util/
Dprobe-event.c372 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 …]
Dprobe-event.h61 bool uprobes; /* uprobes only */ member
100 bool uprobes; /* Uprobe event flag */ member
Dbpf-loader.c381 pev->uprobes = true; in prog_config__exec()
391 pev->uprobes = false; in prog_config__module()
Dprobe-finder.c995 if (!pf->pev->uprobes) in skip_prologue()
/linux-6.1.9/kernel/events/
DMakefile6 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-6.1.9/arch/arm64/kernel/probes/
DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
/linux-6.1.9/arch/arm/probes/
DMakefile2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
/linux-6.1.9/tools/lib/bpf/
Dusdt.c810 } *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/
DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/linux-6.1.9/arch/csky/kernel/probes/
DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/linux-6.1.9/Documentation/features/debug/uprobes/
Darch-support.txt2 # Feature name: uprobes
/linux-6.1.9/arch/s390/kernel/
DMakefile64 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-6.1.9/arch/sparc/kernel/
DMakefile122 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-6.1.9/arch/mips/kernel/
DMakefile109 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-6.1.9/arch/x86/kernel/
DMakefile131 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-6.1.9/arch/powerpc/kernel/
DMakefile138 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-6.1.9/Documentation/admin-guide/sysctl/
Dnet.rst56 as networking (e.g. XDP, tc), tracing (e.g. kprobes, uprobes, tracepoints)
/linux-6.1.9/kernel/trace/
DKconfig679 bool "Enable uprobes-based dynamic events"
691 events interface. Those events can be inserted wherever uprobes