]> sourceware.org Git - systemtap.git/commit
PR15237: adapt to hlist_* changes in linux 3.9
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 6 Mar 2013 18:28:44 +0000 (13:28 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 6 Mar 2013 18:28:44 +0000 (13:28 -0500)
commit85804472f2122e624d4b46a808cba2fbbd0a9380
tree4335666c1f0719e59846390f4cf731ddc14e9a92
parent931c7ea0bd73c44a76414a4d5ee3fa4e78364427
PR15237: adapt to hlist_* changes in linux 3.9

* runtime/linux/autoconf-hlist-4args.c: New test.
* buildrun.cxx (compile_pass): Run it to set STAPCONF_HLIST_4ARGS.
* runtime/linux/runtime.h: Use it to define stap_hlist_* the old way
  or the new.
* runtime/*: Adapt by going through new stap_hlist* iterators.
* runtime/uprobes*/*: Don't bother adapting this old-kernel-only code base.
buildrun.cxx
runtime/linux/autoconf-hlist-4args.c [new file with mode: 0644]
runtime/linux/map_list.h
runtime/linux/runtime.h
runtime/linux/task_finder_map.c
runtime/stp_utrace.c
runtime/task_finder_vma.c
This page took 0.027571 seconds and 5 git commands to generate.