/openbmc/openbmc/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 …]
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-trace-stap.rst | 8 **qemu-trace-stap** [*GLOBAL-OPTIONS*] *COMMAND* [*COMMAND-OPTIONS*] *ARGS*... 13 The ``qemu-trace-stap`` program facilitates tracing of the execution 17 this program, since it is a wrapper around execution of the ``stap`` 23 .. program:: qemu-trace-stap 54 $ qemu-trace-stap list |qemu_system| 61 $ qemu-trace-stap list /opt/qemu/|version|/bin/|qemu_system| 'qcrypto*' 75 to be monitored. At least one *PATTERN* is required, since stap is not 86 .. program:: qemu-trace-stap-run 98 $ qemu-trace-stap run |qemu_system| 'qio*' 104 $ qemu-trace-stap run --pid=1732 |qemu_system| 'qio*' [all …]
|
H A D | index.rst | 17 qemu-trace-stap
|
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/ |
H A D | systemtap_git.bb | 44 FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \ 45 ${sysconfdir}/sysconfig/stap-exporter \ 46 ${systemd_system_unitdir}/stap-exporter.service \ 47 ${sbindir}/stap-exporter" 49 SYSTEMD_SERVICE:${PN}-exporter = "stap-exporter.service" 54 ${bindir}/stap-merge \ 84 if [ ! -f ${D}${bindir}/stap ]; then 87 rm ${D}${libexecdir}/${PN}/stap-env 99 if [ -d ${D}${sysconfdir}/stap-exporter ]; then 100 chown root:root ${D}${sysconfdir}/stap-exporter/* -R
|
/openbmc/qemu/scripts/ |
H A D | meson.build | 1 if stap.found() 2 install_data('qemu-trace-stap', install_dir: get_option('bindir'))
|
/openbmc/qemu/docs/ |
H A D | meson.build | 56 'qemu-trace-stap.1': (stap.found() ? 'man1' : ''),
|
/openbmc/linux/arch/s390/kernel/ |
H A D | smp.c | 331 source_cpu = stap(); in pcpu_delegate() 380 pcpu_devices[0].address = stap(); in pcpu_set_smt() 393 pcpu = pcpu_find_address(cpu_online_mask, stap()); in smp_call_online_cpu() 407 if (pcpu_devices[0].address == stap()) in smp_call_ipl_cpu() 708 boot_cpu_addr = stap(); in smp_save_dump_secondary_cpus() 852 address = stap(); in smp_detect_cpus() 1036 pcpu_devices[0].address = stap(); in smp_setup_processor_id()
|
H A D | machine_kexec.c | 85 this_cpu = smp_find_processor_id(stap()); in __machine_kdump()
|
H A D | early.c | 203 cpu_address = stap(); in detect_diag9c()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | smp.h | 44 u16 pcpu = stap(); in smp_stop_cpu()
|
H A D | processor.h | 271 static __always_inline unsigned short stap(void) in stap() function
|
/openbmc/qemu/scripts/tracetool/format/ |
H A D | simpletrace_stap.py | 18 from tracetool.format.stap import stap_escape
|
H A D | log_stap.py | 19 from tracetool.format.stap import stap_escape
|
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/ |
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.
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_early.c | 84 boot_cpu_address = stap(); in sclp_early_facilities_detect()
|
/openbmc/qemu/docs/devel/ |
H A D | tracing.rst | 358 scripts/tracetool.py --backends=dtrace --format=stap \ 366 logging of certain probes, a helper script "qemu-trace-stap" is provided.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testimage.bbclass | 75 logrotate connman systemd oe_syslog pam stap ldd xorg \ 82 DEFAULT_TEST_SUITES:remove:libc-musl = "stap"
|
/openbmc/qemu/ |
H A D | meson.build | 125 stap = not_found variable 128 stap = find_program('stap', required: false) variable 129 if stap.found() 3471 'scripts/tracetool/format/stap.py', 4395 if stap.found() 4398 …{'ext': '.stp-build', 'fmt': 'stap', 'bin': meson.current_build_dir() / t['exe'], 'install': false… 4399 …{'ext': '.stp', 'fmt': 'stap', 'bin': get_option('prefix') / get_option('bindir') / t['exe'], 'ins… 4400 {'ext': '-simpletrace.stp', 'fmt': 'simpletrace-stap', 'bin': '', 'install': true}, 4401 {'ext': '-log.stp', 'fmt': 'log-stap', 'bin': '', 'install': true},
|
H A D | MAINTAINERS | 3382 F: scripts/qemu-trace-stap* 3383 F: docs/tools/qemu-trace-stap.rst
|
/openbmc/linux/drivers/s390/cio/ |
H A D | css.c | 871 css->global_pgid.pgid_high.cpu_addr = stap(); in css_generate_pgid()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 206 b212 stap S_RD
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 1807 # stap trace_open.stp 1815 In order to accomplish steps 1 and 2, the ``stap`` program needs access to
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1398 F(0xb212, STAP, S, Z, la2, 0, new, m1_16a, stap, 0, IF_PRIV)
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |