]> sourceware.org Git - systemtap.git/commit
Add a PR20516 workaround by using kallsyms_lookup_name to find udelay_simple.
authorDavid Smith <dsmith@redhat.com>
Fri, 6 Oct 2017 15:32:53 +0000 (10:32 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 6 Oct 2017 15:32:53 +0000 (10:32 -0500)
commit54c6b53ee27d3dba2b876a0d3ab0ef1dfd22b716
tree4274db71b8e153166771692031ff776392cde828
parentd2a7d58e23c81e2afee3a904de627818b8ca7103
Add a PR20516 workaround by using kallsyms_lookup_name to find udelay_simple.

* runtime/linux/common_session_state.h (stp_session_init): Use
  kallsyms_lookup_name() to find udelay_simple() if it exists but isn't
  exported.
* runtime/linux/runtime.h: Ditto.
* buildrun.cxx (compile_pass): Add an new autoconf test for
  udelay_simple().
* runtime/linux/autoconf-udelay_simple.c: New file.
buildrun.cxx
runtime/linux/autoconf-udelay_simple.c [new file with mode: 0644]
runtime/linux/common_session_state.h
runtime/linux/runtime.h
This page took 0.030555 seconds and 5 git commands to generate.