diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-06 12:54:15 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-06 12:54:15 -0500 |
commit | 02a8be39355aeeba2dd873e68ec6527960fc9a12 (patch) | |
tree | fcfb952440ec65225fccb6cd5dbf4f9ecca32f50 /buildrun.cxx | |
parent | d1e81455651ff70d1b380fd1b63ea0ae9047eb0f (diff) | |
parent | 2c48e4162100e7cbc53eeaee13cfbdd538b15380 (diff) | |
download | systemtap-steved-02a8be39355aeeba2dd873e68ec6527960fc9a12.tar.gz systemtap-steved-02a8be39355aeeba2dd873e68ec6527960fc9a12.tar.xz systemtap-steved-02a8be39355aeeba2dd873e68ec6527960fc9a12.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index 15ba3ae1..69cd6afb 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -1,5 +1,5 @@ // build/run probes -// Copyright (C) 2005-2008 Red Hat Inc. +// Copyright (C) 2005-2009 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General @@ -122,6 +122,7 @@ compile_pass (systemtap_session& s) o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-synchronize-sched.c, -DSTAPCONF_SYNCHRONIZE_SCHED,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-task-uid.c, -DSTAPCONF_TASK_UID,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-vm-area.c, -DSTAPCONF_VM_AREA,)" << endl; + o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-procfs-owner.c, -DSTAPCONF_PROCFS_OWNER,)" << endl; #if 0 /* NB: For now, the performance hit of probe_kernel_read/write (vs. our |