diff options
author | hunt <hunt> | 2006-02-01 20:21:27 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-02-01 20:21:27 +0000 |
commit | 694605b44cd3574bc0b66d0d4a4fa4f3bc7727a3 (patch) | |
tree | 169d2b2f8371ff43428be8742cc36b314add05bc /tapset/context.stp | |
parent | ea18b5569264daa83c5ad8760a6dfd92180e9b22 (diff) | |
download | systemtap-steved-694605b44cd3574bc0b66d0d4a4fa4f3bc7727a3.tar.gz systemtap-steved-694605b44cd3574bc0b66d0d4a4fa4f3bc7727a3.tar.xz systemtap-steved-694605b44cd3574bc0b66d0d4a4fa4f3bc7727a3.zip |
2006-02-01 Martin Hunt <hunt@redhat.com>
* syscalls.stp: New syscall file.
* syscall2.stp: More syscalls.
* i686/syscalls.stp: x86-specific calls.
* x86_64/syscalls.stp: x86_64-specific calls.
Diffstat (limited to 'tapset/context.stp')
-rw-r--r-- | tapset/context.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/context.stp b/tapset/context.stp index 3056ed18..44b52e1c 100644 --- a/tapset/context.stp +++ b/tapset/context.stp @@ -1,5 +1,5 @@ // context tapset -// Copyright (C) 2005 Red Hat Inc. +// Copyright (C) 2005, 2006 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 |