Lines Matching full:etm
33 #include "coresight-etm.h"
34 #include "coresight-etm-perf.h"
110 * @drvdata: etm's private data structure.
344 * Possible to have cores with PTM (supports ret stack) and ETM in etm_parse_event_config()
511 * Configure the ETM only if the CPU is online. If it isn't online in etm_enable_sysfs()
529 dev_dbg(&csdev->dev, "ETM tracing enabled\n"); in etm_enable_sysfs()
618 * DYING hotplug callback is serviced by the ETM driver. in etm_disable_sysfs()
624 * Executing etm_disable_hw on the cpu whose ETM is being disabled in etm_disable_sysfs()
632 dev_dbg(&csdev->dev, "ETM tracing disabled\n"); in etm_disable_sysfs()
746 /* Provide power to ETM: ETMPDCR[3] == 1 */ in etm_init_arch_data()
856 desc.name = devm_kasprintf(dev, GFP_KERNEL, "etm%d", drvdata->cpu); in etm_probe()
862 dev_err(dev, "ETM arch init failed\n"); in etm_probe()
966 /* ETM 3.3 */
967 CS_AMBA_ID_DATA(0x000bb921, "ETM 3.3"),
968 /* ETM 3.5 - Cortex-A5 */
969 CS_AMBA_ID_DATA(0x000bb955, "ETM 3.5"),
970 /* ETM 3.5 */
971 CS_AMBA_ID_DATA(0x000bb956, "ETM 3.5"),