On Wed, 7 Sep 2016 11:34:24 -0700 Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > 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); Grumble. OK, thanks for testing. The hwlat tracer actually only uses part of the max trace infrastructure. I need to make a less trivial patch for this fix. Will send another one soon. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html