diff options
author | fche <fche> | 2005-12-13 16:02:30 +0000 |
---|---|---|
committer | fche <fche> | 2005-12-13 16:02:30 +0000 |
commit | b3a26c7b5b7cbd98daa32841ee5f687c035b42ad (patch) | |
tree | bfe9de4e779c1ae46061e502992e5c42c7cbe70d | |
parent | 6dce2125c1407c6ac28b9f1050ac48bd353345de (diff) | |
download | systemtap-steved-b3a26c7b5b7cbd98daa32841ee5f687c035b42ad.tar.gz systemtap-steved-b3a26c7b5b7cbd98daa32841ee5f687c035b42ad.tar.xz systemtap-steved-b3a26c7b5b7cbd98daa32841ee5f687c035b42ad.zip |
* reformatted
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,15 +1,20 @@ 2005-12-12 Josh Stone <joshua.i.stone@intel.com> - * tapset/context.stp (execname,pid,tid,ppid,pexecname,gid,egid,uid,euid): - Removed in_interrupt checks and other pointer checks. We now operate on - the assumption that "current" and its related data are always valid. - * tapsets.cxx (profile_derived_probe::*,profile_builder::build): Do kernel - version checks at translation time, using the same internal mechanisms as - the preprocessor - a la %( kernel_v < "2.6.10" %? ... %: ... %) + * tapset/context.stp + (execname,pid,tid,ppid,pexecname,gid,egid,uid,euid): Removed + in_interrupt checks and other pointer checks. We now operate on + the assumption that "current" and its related data are always + valid. + * tapsets.cxx (profile_derived_probe::*,profile_builder::build): + Do kernel version checks at translation time, using the same + internal mechanisms as the preprocessor - a la %( kernel_v < + "2.6.10" %? ... %: ... %) 2005-12-12 Kevin Stafford <krstaffo@us.ibm.com> + * main.cxx (main): Added arch directory to the existing kernel-version-sensitive search path. + 2005-12-12 Frank Ch. Eigler <fche@redhat.com> * translate.cxx (translate_pass): Emit #include <linux/profile.h>. |