Home
last modified time | relevance | path

Searched refs:boot_enable (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-etm.h206 bool boot_enable; member
Dcoresight-etm4x.h293 bool boot_enable; member
Dcoresight-etm3x.c38 static int boot_enable; variable
39 module_param_named(boot_enable, boot_enable, int, S_IRUGO);
1667 if (etmdrvdata[cpu]->boot_enable && in etm_cpu_callback()
1867 if (boot_enable) { in etm_probe()
1869 drvdata->boot_enable = true; in etm_probe()
Dcoresight-etm4x.c39 static int boot_enable; variable
40 module_param_named(boot_enable, boot_enable, int, S_IRUGO);
2575 if (etmdrvdata[cpu]->boot_enable && in etm4_cpu_callback()
2672 if (boot_enable) { in etm4_probe()
2674 drvdata->boot_enable = true; in etm4_probe()