diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-03-30 17:23:42 -0400 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-03-30 17:23:42 -0400 |
commit | 5cad2d3b056059758d44b4dd56abe37ca9c841a6 (patch) | |
tree | bb693b3d59ca7e3fd33a3c0155dea15542286142 /buildrun.cxx | |
parent | bcc2b3536d6efb5857c16704f99b772655981cdd (diff) | |
download | systemtap-steved-5cad2d3b056059758d44b4dd56abe37ca9c841a6.tar.gz systemtap-steved-5cad2d3b056059758d44b4dd56abe37ca9c841a6.tar.xz systemtap-steved-5cad2d3b056059758d44b4dd56abe37ca9c841a6.zip |
PR9998: adapt tapset/i686/registers.stp to latest kernel
* buildrun.cxx (compile_pass): Add autoconf-x86-gs.c.
* tapset/i686/registers.stp (_stp_register_regs): Update offsets.
(test_x86_gs): Auxiliary function.
* runtime/autoconf-x86-gs.c : New file.
* testsuite/systemtap.base/x86_gs.exp : New test case.
* testsuite/systemtap.base/x86_gs.stp : Ditto.
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index e19043cf..97357692 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -149,6 +149,7 @@ compile_pass (systemtap_session& s) output_autoconf(s, o, "autoconf-procfs-owner.c", "STAPCONF_PROCFS_OWNER", NULL); output_autoconf(s, o, "autoconf-alloc-percpu-align.c", "STAPCONF_ALLOC_PERCPU_ALIGN", NULL); output_autoconf(s, o, "autoconf-find-task-pid.c", "STAPCONF_FIND_TASK_PID", NULL); + output_autoconf(s, o, "autoconf-x86-gs.c", "STAPCONF_X86_GS", NULL); #if 0 /* NB: For now, the performance hit of probe_kernel_read/write (vs. our |