]> sourceware.org Git - systemtap.git/commit
Use equivalent non-dwarf probe points for example scripts
authorWilliam Cohen <wcohen@redhat.com>
Wed, 20 Jun 2018 20:35:03 +0000 (16:35 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 20 Jun 2018 20:35:03 +0000 (16:35 -0400)
commit4238074c1843256faddd02cac9f3a71ce202b9f8
tree12813aae64cc7360ef4e11710892b30ee1cd0430
parent63d14172efeaa2ab3555c9af5e2db6a6e8f81e8b
Use equivalent non-dwarf probe points for example scripts

The dwarf-based kernel.function probes require the installation of
kernel-debuginfo.  The examples can be just as easily implemented with
the non-dwarf kprobe.function probes and eliminate the need to install
kernel-debuginfo.
stap-exporter/scripts/example1.stp
stap-exporter/scripts/example2.stp
This page took 0.025542 seconds and 5 git commands to generate.