diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-03-19 15:26:12 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-06 03:30:15 -0400 |
commit | 4a0deca657f3dbb8a707b5dc8f173beec01e7ed2 (patch) | |
tree | b52fb2d5fa3391f5eac37ca599413b4e8d187c0c /include/linux/sched.h | |
parent | 01ef09d9ffb5ce9f8d62d1e5206da3d5ca612acc (diff) |
perf_counter: generic context switch event
Impact: cleanup
Use the generic software events for context switches.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Orig-LKML-Reference: <20090319194233.283522645@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 75b2fc5306d8..7ed41f7c5ace 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -138,7 +138,6 @@ extern unsigned long nr_running(void); | |||
138 | extern unsigned long nr_uninterruptible(void); | 138 | extern unsigned long nr_uninterruptible(void); |
139 | extern unsigned long nr_active(void); | 139 | extern unsigned long nr_active(void); |
140 | extern unsigned long nr_iowait(void); | 140 | extern unsigned long nr_iowait(void); |
141 | extern u64 cpu_nr_switches(int cpu); | ||
142 | extern u64 cpu_nr_migrations(int cpu); | 141 | extern u64 cpu_nr_migrations(int cpu); |
143 | 142 | ||
144 | extern unsigned long get_parent_ip(unsigned long addr); | 143 | extern unsigned long get_parent_ip(unsigned long addr); |