diff options
author | Dave Brolley <brolley@redhat.com> | 2009-03-19 12:47:30 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-03-19 12:47:30 -0400 |
commit | 1ca3466b0426566a6c6ba03251d8cca3d111f170 (patch) | |
tree | 92f6c41ebb29dc4210551bfea7ebc796d7472e2d /buildrun.cxx | |
parent | 2855f6351e26f51953af11b17c4499df4d3d3441 (diff) | |
parent | 59b30bda24855bc46608a126efad8e150196721c (diff) | |
download | systemtap-steved-1ca3466b0426566a6c6ba03251d8cca3d111f170.tar.gz systemtap-steved-1ca3466b0426566a6c6ba03251d8cca3d111f170.tar.xz systemtap-steved-1ca3466b0426566a6c6ba03251d8cca3d111f170.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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 12a4d255..d797607b 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -151,6 +151,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 |