projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189f202
)
perf: Remove unused struct perf_event::event_callback
author
Frederic Weisbecker
<fweisbec@gmail.com>
Thu, 3 Dec 2009 22:59:31 +0000
(23:59 +0100)
committer
Frederic Weisbecker
<fweisbec@gmail.com>
Sun, 6 Dec 2009 07:27:15 +0000
(08:27 +0100)
This field might result from an older manual rebasing mistake.
We don't use it.
Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: "K. Prasad" <prasad@linux.vnet.ibm.com>
include/linux/perf_event.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/perf_event.h
b/include/linux/perf_event.h
index 53230e99e9ea805fc74dc7f965f9e6f9522be4f8..84bd28a0ffab8ca35ca1d8d81996593a1f56053e 100644
(file)
--- a/
include/linux/perf_event.h
+++ b/
include/linux/perf_event.h
@@
-670,8
+670,6
@@
struct perf_event {
perf_callback_t callback;
- perf_callback_t event_callback;
-
#endif /* CONFIG_PERF_EVENTS */
};