Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c297 coresight_set_mode(csdev, CS_MODE_PERF); in tmc_enable_etf_sink_perf()
315 case CS_MODE_PERF: in tmc_enable_etf_sink()
490 if (WARN_ON_ONCE(coresight_get_mode(csdev) != CS_MODE_PERF)) in tmc_update_etf_buffer()
716 if (coresight_get_mode(drvdata->csdev) == CS_MODE_PERF) { in tmc_read_prepare_etb()
H A Dcoresight-etm-perf.c409 coresight_path_assign_trace_id(path, CS_MODE_PERF); in etm_setup_aux()
500 if (coresight_enable_path(path, CS_MODE_PERF, handle)) in etm_event_start()
504 if (source_ops(csdev)->enable(csdev, event, CS_MODE_PERF, path)) in etm_event_start()
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-etm3x-core.c531 case CS_MODE_PERF: in etm_enable()
648 case CS_MODE_PERF: in etm_disable()
H A Dcoresight-tmc-etr.c1268 if (drvdata->reading || coresight_get_mode(csdev) == CS_MODE_PERF) { in tmc_etr_get_sysfs_buffer()
1338 case CS_MODE_PERF: in tmc_etr_get_buffer()
1763 coresight_set_mode(csdev, CS_MODE_PERF); in tmc_enable_etr_sink_perf()
1779 case CS_MODE_PERF: in tmc_enable_etr_sink()
H A Dcoresight-core.c1522 if ((mode == CS_MODE_SYSFS) || (mode == CS_MODE_PERF)) { in coresight_panic_sync()
1629 case CS_MODE_PERF: in coresight_etm_get_trace_id()
H A Dcoresight-etm4x-core.c873 case CS_MODE_PERF: in etm4_enable()
1053 case CS_MODE_PERF: in etm4_disable()
/linux-6.15/include/linux/
H A Dcoresight.h346 CS_MODE_PERF, enumerator