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()
491 * Configure the ETM only if the CPU is online. If it isn't online in etm_enable_sysfs()
512 dev_dbg(&csdev->dev, "ETM tracing enabled\n"); in etm_enable_sysfs()
606 * DYING hotplug callback is serviced by the ETM driver. in etm_disable_sysfs()
612 * Executing etm_disable_hw on the cpu whose ETM is being disabled in etm_disable_sysfs()
627 dev_dbg(&csdev->dev, "ETM tracing disabled\n"); in etm_disable_sysfs()
740 /* Provide power to ETM: ETMPDCR[3] == 1 */ in etm_init_arch_data()
846 desc.name = devm_kasprintf(dev, GFP_KERNEL, "etm%d", drvdata->cpu); in etm_probe()
852 dev_err(dev, "ETM arch init failed\n"); in etm_probe()
953 /* ETM 3.3 */
954 CS_AMBA_ID_DATA(0x000bb921, "ETM 3.3"),
955 /* ETM 3.5 - Cortex-A5 */
956 CS_AMBA_ID_DATA(0x000bb955, "ETM 3.5"),
957 /* ETM 3.5 */
958 CS_AMBA_ID_DATA(0x000bb956, "ETM 3.5"),