projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd13f6c
)
oprofile: update comment for oprofile_add_sample()
author
Robert Richter
<robert.richter@amd.com>
Wed, 26 Nov 2008 11:02:53 +0000
(12:02 +0100)
committer
Robert Richter
<robert.richter@amd.com>
Wed, 10 Dec 2008 13:20:03 +0000
(14:20 +0100)
The cpu argument is no longer part of the parameter list.
Signed-off-by: Robert Richter <robert.richter@amd.com>
include/linux/oprofile.h
patch
|
blob
|
history
diff --git
a/include/linux/oprofile.h
b/include/linux/oprofile.h
index
5231861
..
1ce9fe5
100644
(file)
--- a/
include/linux/oprofile.h
+++ b/
include/linux/oprofile.h
@@
-86,8
+86,7
@@
int oprofile_arch_init(struct oprofile_operations * ops);
void oprofile_arch_exit(void);
/**
- * Add a sample. This may be called from any context. Pass
- * smp_processor_id() as cpu.
+ * Add a sample. This may be called from any context.
*/
void oprofile_add_sample(struct pt_regs * const regs, unsigned long event);