Lines Matching full:etm
33 #include "coresight-etm.h"
34 #include "coresight-etm-perf.h"
111 * @drvdata: etm's private data structure.
349 * Possible to have cores with PTM (supports ret stack) and ETM in etm_parse_event_config()
530 * Configure the ETM only if the CPU is online. If it isn't online in etm_enable_sysfs()
552 dev_dbg(&csdev->dev, "ETM tracing enabled\n"); in etm_enable_sysfs()
646 * DYING hotplug callback is serviced by the ETM driver. in etm_disable_sysfs()
652 * Executing etm_disable_hw on the cpu whose ETM is being disabled in etm_disable_sysfs()
667 dev_dbg(&csdev->dev, "ETM tracing disabled\n"); in etm_disable_sysfs()
779 /* Provide power to ETM: ETMPDCR[3] == 1 */ in etm_init_arch_data()
885 desc.name = devm_kasprintf(dev, GFP_KERNEL, "etm%d", drvdata->cpu); in etm_probe()
891 dev_err(dev, "ETM arch init failed\n"); in etm_probe()
992 /* ETM 3.3 */
993 CS_AMBA_ID_DATA(0x000bb921, "ETM 3.3"),
994 /* ETM 3.5 - Cortex-A5 */
995 CS_AMBA_ID_DATA(0x000bb955, "ETM 3.5"),
996 /* ETM 3.5 */
997 CS_AMBA_ID_DATA(0x000bb956, "ETM 3.5"),