| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap-uprobes_git.bb | 14 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 D | builtin-probe.c | 41 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 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()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H 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
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | probe-event.c | 370 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 D | probe-event.h | 60 bool uprobes; /* uprobes only */ member 99 bool uprobes; /* Uprobe event flag */ member
|
| H A D | bpf-loader.c | 138 pev->uprobes = true; in prog_config__exec() 148 pev->uprobes = false; in prog_config__module()
|
| H A D | probe-finder.c | 990 if (!pf->pev->uprobes) in skip_prologue()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | Makefile | 9 obj-$(CONFIG_UPROBES) += uprobes.o
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/ |
| H A D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/ |
| H A D | Makefile | 2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/probes/ |
| H A D | Makefile | 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
| /OK3568_Linux_fs/kernel/Documentation/features/debug/uprobes/ |
| H A D | arch-support.txt | 2 # Feature name: uprobes
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | arch.rst | 20 - uprobes
|
| H A D | usage.rst | 1130 uprobes. kprobes and uprobes are also used by and in fact are the
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | Makefile | 63 obj-$(CONFIG_UPROBES) += uprobes.o
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | Makefile | 121 obj-$(CONFIG_UPROBES) += uprobes.o
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | Makefile | 111 obj-$(CONFIG_UPROBES) += uprobes.o
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | Makefile | 142 obj-$(CONFIG_UPROBES) += uprobes.o
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | Makefile | 118 obj-$(CONFIG_UPROBES) += uprobes.o
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | Kconfig | 570 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 D | net.rst | 55 as networking (e.g. XDP, tc), tracing (e.g. kprobes, uprobes, tracepoints)
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.rst | 519 - systemtap-uprobes 4.4 -> 4.5
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | distro_alias.inc | 320 DISTRO_PN_ALIAS:pn-systemtap-uprobes = "Ubuntu=systemtap Debian=systemtap"
|
| H A D | maintainers.inc | 766 RECIPE_MAINTAINER:pn-systemtap-uprobes = "Victor Kamensky <victor.kamensky7@gmail.com>"
|