Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1340005
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch V3 27/28] perf: Export perf_event_sysfs_show |
| Date | 2016-02-22 23:30 +0100 |
| Message-ID | <r579q-4ce-71@gated-at.bofh.it> (permalink) |
| References | <r579n-4ce-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Required to use it in modular perf drivers.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
kernel/events/core.c | 1 +
1 file changed, 1 insertion(+)
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -9335,6 +9335,7 @@ ssize_t perf_event_sysfs_show(struct dev
return 0;
}
+EXPORT_SYMBOL_GPL(perf_event_sysfs_show);
static int __init perf_event_sysfs_init(void)
{
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[patch V3 27/28] perf: Export perf_event_sysfs_show Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 23:30 +0100 [tip:perf/core] perf: Export perf_event_sysfs_show() tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2016-02-29 12:20 +0100
csiph-web