diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-03-19 11:27:19 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-03-19 12:17:47 -0400 |
commit | 601915ab6aebff06bfc830be3b0f69976a486d9d (patch) | |
tree | e39c0a1d75d619bb7918bfa405fc96c8476b21f6 /buildrun.cxx | |
parent | 0d0ec03bfd51353d75cdfd306704aa2544d84204 (diff) | |
download | systemtap-steved-601915ab6aebff06bfc830be3b0f69976a486d9d.tar.gz systemtap-steved-601915ab6aebff06bfc830be3b0f69976a486d9d.tar.xz systemtap-steved-601915ab6aebff06bfc830be3b0f69976a486d9d.zip |
add runtime/autoconf magic for itrace on pre-find_task_by_vpid kernels
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 b9d648ef..0e9e0e17 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -148,6 +148,7 @@ compile_pass (systemtap_session& s) output_autoconf(s, o, "autoconf-vm-area.c", "STAPCONF_VM_AREA", NULL); 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); #if 0 /* NB: For now, the performance hit of probe_kernel_read/write (vs. our |