| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | crosstap | 35 self.stap = None 56 ret.append(self.stap) 264 stap = self.staging_dir_native + "/usr/bin/stap" 265 if not os.path.isfile(stap): 266 print("ERROR: Cannot find '" + stap + 309 def fill_stap(self, stap): argument 310 stap.stap = self.staging_dir_native + "/usr/bin/stap" 311 if not stap.sysroot: 314 stap.sysroot = self.image_rootfs + "-dbg" 316 stap.sysroot = self.image_rootfs [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap_git.bb | 39 FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \ 40 ${sysconfdir}/sysconfig/stap-exporter \ 41 ${systemd_system_unitdir}/stap-exporter.service \ 42 ${sbindir}/stap-exporter" 44 SYSTEMD_SERVICE:${PN}-exporter = "stap-exporter.service" 49 ${bindir}/stap-merge \ 79 if [ ! -f ${D}${bindir}/stap ]; then 82 rm ${D}${libexecdir}/${PN}/stap-env 94 if [ -d ${D}${sysconfdir}/stap-exporter ]; then 95 chown root:root ${D}${sysconfdir}/stap-exporter/* -R
|
| H A D | systemtap_git.inc | 11 file://0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/ |
| H A D | 0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch | 4 PR28804: tune default stap -s ## buffer size on small RAM machines 8 (16MB) per CPU, as the stap man page indicates. This may need further 12 PR28804: tune default stap -s ## buffer size on small RAM machines 17 diff --git a/man/stap.1.in b/man/stap.1.in 19 --- a/man/stap.1.in 20 +++ b/man/stap.1.in 42 +/* set default buffer parameters. User may override these via stap -s #, and 44 +/* NB: Note default in man/stap.1.in */
|
| H A D | 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch | 24 # make install, and have "sudo stap ...." or "sudo stapbpf ...." work later.
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | smp.c | 325 unsigned long source_cpu = stap(); in pcpu_delegate() 364 pcpu_devices[0].address = stap(); in pcpu_set_smt() 377 pcpu = pcpu_find_address(cpu_online_mask, stap()); in smp_call_online_cpu() 391 if (pcpu_devices[0].address == stap()) in smp_call_ipl_cpu() 675 boot_cpu_addr = stap(); in smp_save_dump_cpus() 821 address = stap(); in smp_detect_cpus() 1006 pcpu_devices[0].address = stap(); in smp_setup_processor_id()
|
| H A D | machine_kexec.c | 81 this_cpu = smp_find_processor_id(stap()); in __machine_kdump()
|
| H A D | early.c | 197 cpu_address = stap(); in detect_diag9c()
|
| H A D | entry.S | 1254 stap __SF_EMPTY(%r15) # store cpu address
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | smp.h | 43 u16 pcpu = stap(); in smp_stop_cpu()
|
| H A D | processor.h | 214 static __always_inline unsigned short stap(void) in stap() function
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_early.c | 70 boot_cpu_address = stap(); in sclp_early_facilities_detect()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testimage.bbclass | 62 logrotate connman systemd oe_syslog pam stap ldd xorg \ 69 DEFAULT_TEST_SUITES:remove:libc-musl = "stap"
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | css.c | 876 css->global_pgid.pgid_high.cpu_addr = stap(); in css_generate_pgid()
|
| /OK3568_Linux_fs/kernel/arch/s390/tools/ |
| H A D | opcodes.txt | 204 b212 stap S_RD
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 1790 # stap trace_open.stp 1798 In order to accomplish steps 1 and 2, the 'stap' program needs access to
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 4813 '-probe-stap' notation. But, if you put a breakpoint at a probe's 4822 If given, TYPE is either 'stap' for listing 'SystemTap' probes or 7541 '-pstap|-probe-stap [OBJFILE:[PROVIDER:]]NAME'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 4813 '-probe-stap' notation. But, if you put a breakpoint at a probe's 4822 If given, TYPE is either 'stap' for listing 'SystemTap' probes or 7541 '-pstap|-probe-stap [OBJFILE:[PROVIDER:]]NAME'
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 77470 # stap -g xorg.stp /usr/bin/Xorg
|