Home
last modified time | relevance | path

Searched refs:CS_MODE_PERF (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c295 coresight_set_mode(csdev, CS_MODE_PERF); in tmc_enable_etf_sink_perf()
313 case CS_MODE_PERF: in tmc_enable_etf_sink()
488 if (WARN_ON_ONCE(coresight_get_mode(csdev) != CS_MODE_PERF)) in tmc_update_etf_buffer()
634 if (coresight_get_mode(drvdata->csdev) == CS_MODE_PERF) { in tmc_read_prepare_etb()
H A Dcoresight-etb10.c151 if (coresight_get_mode(csdev) == CS_MODE_PERF) { in etb_enable_sysfs()
217 coresight_set_mode(drvdata->csdev, CS_MODE_PERF); in etb_enable_perf()
235 case CS_MODE_PERF: in etb_enable()
H A Dcoresight-trbe.c799 if (cpudata->mode != CS_MODE_PERF) in arm_trbe_update_buffer()
1023 if (mode != CS_MODE_PERF) in arm_trbe_enable()
1042 if (cpudata->mode != CS_MODE_PERF) in arm_trbe_disable()
1104 if (cpudata->mode != CS_MODE_PERF) in is_perf_trbe()
H A Dultrasoc-smb.c236 coresight_set_mode(csdev, CS_MODE_PERF); in smb_enable_perf()
263 case CS_MODE_PERF: in smb_enable()
H A Dcoresight-tmc-etr.c1193 if (drvdata->reading || coresight_get_mode(csdev) == CS_MODE_PERF) { in tmc_etr_get_sysfs_buffer()
1263 case CS_MODE_PERF: in tmc_etr_get_buffer()
1688 coresight_set_mode(csdev, CS_MODE_PERF); in tmc_enable_etr_sink_perf()
1704 case CS_MODE_PERF: in tmc_enable_etr_sink()
H A Dcoresight-etm-perf.c502 if (coresight_enable_path(path, CS_MODE_PERF, handle)) in etm_event_start()
506 if (source_ops(csdev)->enable(csdev, event, CS_MODE_PERF, in etm_event_start()
H A Dcoresight-etm3x-core.c571 case CS_MODE_PERF: in etm_enable()
688 case CS_MODE_PERF: in etm_disable()
H A Dcoresight-etm4x-core.c889 case CS_MODE_PERF: in etm4_enable()
1054 case CS_MODE_PERF: in etm4_disable()
/linux/include/linux/
H A Dcoresight.h335 CS_MODE_PERF,
330 CS_MODE_PERF, global() enumerator