sticky_enable     242 drivers/hwtracing/coresight/coresight-etm.h 	bool				sticky_enable;
sticky_enable     523 drivers/hwtracing/coresight/coresight-etm3x.c 			drvdata->sticky_enable = true;
sticky_enable     684 drivers/hwtracing/coresight/coresight-etm3x.c 	if (etmdrvdata[cpu]->boot_enable && !etmdrvdata[cpu]->sticky_enable)
sticky_enable     408 drivers/hwtracing/coresight/coresight-etm4x.c 		drvdata->sticky_enable = true;
sticky_enable    1051 drivers/hwtracing/coresight/coresight-etm4x.c 	if (etmdrvdata[cpu]->boot_enable && !etmdrvdata[cpu]->sticky_enable)
sticky_enable     368 drivers/hwtracing/coresight/coresight-etm4x.h 	bool				sticky_enable;