Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339359 > unrolled thread
| Started by | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| First post | 2016-02-22 12:10 +0100 |
| Last post | 2016-02-22 13:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[patch V2 27/28] perf: Export perf_event_sysfs_show Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 12:10 +0100
Re: [patch V2 27/28] perf: Export perf_event_sysfs_show Peter Zijlstra <peterz@infradead.org> - 2016-02-22 13:10 +0100
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Date | 2016-02-22 12:10 +0100 |
| Subject | [patch V2 27/28] perf: Export perf_event_sysfs_show |
| Message-ID | <r4Wxl-4RK-51@gated-at.bofh.it> |
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(perf_event_sysfs_show);
static int __init perf_event_sysfs_init(void)
{
[toc] | [next] | [standalone]
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Date | 2016-02-22 13:10 +0100 |
| Message-ID | <r4Xtp-5Eo-29@gated-at.bofh.it> |
| In reply to | #1339359 |
On Mon, Feb 22, 2016 at 11:07:03AM -0000, Thomas Gleixner wrote: > 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(perf_event_sysfs_show); perf exports are _GPL.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web