Searched refs:boot_enable (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/hwtracing/coresight/
H A Dcoresight-etm.h152 * @boot_enable:true if we should start tracing at boot time.
204 bool boot_enable; member in struct:etm_drvdata
H A Dcoresight-etm3x.c37 static int boot_enable; variable
38 module_param_named(boot_enable, boot_enable, int, S_IRUGO);
1665 if (etmdrvdata[cpu]->boot_enable && etm_cpu_callback()
1864 if (boot_enable) { etm_probe()
1866 drvdata->boot_enable = true; etm_probe()

Completed in 84 milliseconds