Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478554
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) |
| Date | 2016-09-07 20:40 +0200 |
| Message-ID | <sePVo-3mn-37@gated-at.bofh.it> (permalink) |
| References | <seFW1-5g7-1@gated-at.bofh.it> <seO3g-298-15@gated-at.bofh.it> <seOcW-2cL-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 09/07/16 09:44, Steven Rostedt wrote: > Thanks! > > Below is the fix. I'll have to add it. > > -- Steve > > > diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig > index 72c07c2ffd79..d9000a81960e 100644 > --- a/kernel/trace/Kconfig > +++ b/kernel/trace/Kconfig > @@ -224,6 +224,7 @@ config SCHED_TRACER > config HWLAT_TRACER > bool "Tracer to detect hardware latencies (like SMIs)" > select GENERIC_TRACER > + select TRACER_MAX_TRACE > help > This tracer, when enabled will create one or more kernel threads, > depening on what the cpumask file is set to, which each thread > Hm, now I get: ../kernel/trace/trace.c: In function 'tracing_set_tracer': ../kernel/trace/trace.c:4850:3: error: implicit declaration of function 'free_snapshot' [-Werror=implicit-function-declaration] free_snapshot(tr); ^ ../kernel/trace/trace.c:4856:3: error: implicit declaration of function 'alloc_snapshot' [-Werror=implicit-function-declaration] ret = alloc_snapshot(tr); ^ -- ~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: Tree for Sep 7 Stephen Rothwell <sfr@canb.auug.org.au> - 2016-09-07 10:00 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Randy Dunlap <rdunlap@infradead.org> - 2016-09-07 18:40 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Steven Rostedt <rostedt@goodmis.org> - 2016-09-07 18:50 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Randy Dunlap <rdunlap@infradead.org> - 2016-09-07 20:40 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Steven Rostedt <rostedt@goodmis.org> - 2016-09-07 20:50 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Steven Rostedt <rostedt@goodmis.org> - 2016-09-07 21:40 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Randy Dunlap <rdunlap@infradead.org> - 2016-09-07 23:00 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Steven Rostedt <rostedt@goodmis.org> - 2016-09-08 05:00 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Randy Dunlap <rdunlap@infradead.org> - 2016-09-08 08:50 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Stephen Rothwell <sfr@canb.auug.org.au> - 2016-09-07 23:50 +0200
Re: linux-next: Tree for Sep 7 (kernel/trace/trace_hwlat.c) Steven Rostedt <rostedt@goodmis.org> - 2016-09-08 05:00 +0200
csiph-web