summaryrefslogtreecommitdiffstats
path: root/tapset/context.stp
diff options
context:
space:
mode:
authorfche <fche>2005-09-28 17:51:23 +0000
committerfche <fche>2005-09-28 17:51:23 +0000
commite0d31311729955985b3142c1c7d08cf461192469 (patch)
tree2b8750b9dd229a930769e82179961a67b03c7211 /tapset/context.stp
parentab55a5ae680bdc687e0b057a8b19596106c0885b (diff)
downloadsystemtap-steved-e0d31311729955985b3142c1c7d08cf461192469.tar.gz
systemtap-steved-e0d31311729955985b3142c1c7d08cf461192469.tar.xz
systemtap-steved-e0d31311729955985b3142c1c7d08cf461192469.zip
gpl headers
Diffstat (limited to 'tapset/context.stp')
-rw-r--r--tapset/context.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index bb4004bb..81604d83 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -1,3 +1,11 @@
+// context tapset
+// Copyright (C) 2005 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
+// Public License (GPL); either version 2, or (at your option) any
+// later version.
+
function print_regs () %{
if (CONTEXT->regs) {
_stp_print_regs (CONTEXT->regs);