Re: [PATCH] tracer: hwlat: allow to be default bootup tracer

2017-08-16 Thread Steven Rostedt
On Fri, 11 Aug 2017 17:01:21 +0530 Pratyush Anand wrote: > hwlat is not a production kernel tracer, however it can be used to > identify any HW latency issue during kernel boot as well.Therefore call > init_hwlat_tracer() though core_initcall() so that we can pass > ftrace=hwlat in kernel command

[PATCH] tracer: hwlat: allow to be default bootup tracer

2017-08-11 Thread Pratyush Anand
hwlat is not a production kernel tracer, however it can be used to identify any HW latency issue during kernel boot as well.Therefore call init_hwlat_tracer() though core_initcall() so that we can pass ftrace=hwlat in kernel commandline parameter and we can have hwlat as default bootup tracer. Sig