From 739aa6f5209c3756d42de8380107f49891044bd8 Mon Sep 17 00:00:00 2001 From: guanglei Date: Thu, 18 May 2006 10:07:15 +0000 Subject: Check into CVS the tracing specific tapsets used by LKET. And some minor changes to current tapsets --- tapset/scheduler.stp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tapset/scheduler.stp') diff --git a/tapset/scheduler.stp b/tapset/scheduler.stp index 08581332..442a8105 100644 --- a/tapset/scheduler.stp +++ b/tapset/scheduler.stp @@ -110,7 +110,11 @@ probe scheduler.balance = kernel.inline("idle_balance") {} /* probe scheduler.ctxswitch * * Fires when there is a context switch - * + + * Currently systemTap can't access arguments of inline + * functions. So we choose to probe __switch_to instead + * of context_switch() + * Arguments: * prev_pid: The pid of the process to be switched out * next_pid: The pid of the process to be switched in -- cgit