Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/
H A Dsystemtap-uprobes_git.bb14 FILES:${PN} += "${datadir}/systemtap/runtime/uprobes"
16 # Compile and install the uprobes kernel module on machines with utrace
27 M="${S}/runtime/uprobes/" \
30 -C "${S}/runtime/uprobes/"
35 if [ -e "${S}/runtime/uprobes/uprobes.ko" ]
37 install -d ${D}${datadir}/systemtap/runtime/uprobes/
38 install -m 0644 ${S}/runtime/uprobes/uprobes.ko ${D}${datadir}/systemtap/runtime/uprobes/
/OK3568_Linux_fs/kernel/tools/perf/
H A 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()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H 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()
/OK3568_Linux_fs/kernel/Documentation/trace/
H 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
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-event.c370 bool uprobes) in find_alternative_probe_point() argument
381 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
387 if (uprobes) { in find_alternative_probe_point()
430 pev->nsi, pev->uprobes); in get_alternative_probe_event()
763 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
927 pev->target, pev->uprobes, dinfo); in try_to_find_probe_trace_events()
1191 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1871 tev->uprobes = (tp->module[0] == '/'); in parse_probe_trace_command()
1914 if (tev->uprobes) { in parse_probe_trace_command()
2140 if (tev->uprobes && !tp->module) in synthesize_probe_trace_command()
[all …]
H A Dprobe-event.h60 bool uprobes; /* uprobes only */ member
99 bool uprobes; /* Uprobe event flag */ member
H A Dbpf-loader.c138 pev->uprobes = true; in prog_config__exec()
148 pev->uprobes = false; in prog_config__module()
H A Dprobe-finder.c990 if (!pf->pev->uprobes) in skip_prologue()
/OK3568_Linux_fs/kernel/kernel/events/
H A DMakefile9 obj-$(CONFIG_UPROBES) += uprobes.o
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
/OK3568_Linux_fs/kernel/arch/arm/probes/
H A DMakefile2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A DMakefile5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/OK3568_Linux_fs/kernel/Documentation/features/debug/uprobes/
H A Darch-support.txt2 # Feature name: uprobes
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Darch.rst20 - uprobes
H A Dusage.rst1130 uprobes. kprobes and uprobes are also used by and in fact are the
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A DMakefile63 obj-$(CONFIG_UPROBES) += uprobes.o
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A DMakefile121 obj-$(CONFIG_UPROBES) += uprobes.o
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A DMakefile111 obj-$(CONFIG_UPROBES) += uprobes.o
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A DMakefile142 obj-$(CONFIG_UPROBES) += uprobes.o
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A DMakefile118 obj-$(CONFIG_UPROBES) += uprobes.o
/OK3568_Linux_fs/kernel/kernel/trace/
H A DKconfig570 bool "Enable uprobes-based dynamic events"
582 events interface. Those events can be inserted wherever uprobes
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dnet.rst55 as networking (e.g. XDP, tc), tracing (e.g. kprobes, uprobes, tracepoints)
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst519 - systemtap-uprobes 4.4 -> 4.5
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddistro_alias.inc320 DISTRO_PN_ALIAS:pn-systemtap-uprobes = "Ubuntu=systemtap Debian=systemtap"
H A Dmaintainers.inc766 RECIPE_MAINTAINER:pn-systemtap-uprobes = "Victor Kamensky <victor.kamensky7@gmail.com>"

12