Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-trace-id.c22 static atomic_t perf_cs_etm_session_active = ATOMIC_INIT(0); variable
210 if (atomic_read(&perf_cs_etm_session_active)) { in coresight_trace_id_map_put_cpu_id()
286 atomic_inc(&perf_cs_etm_session_active); in coresight_trace_id_perf_start()
287 PERF_SESSION(atomic_read(&perf_cs_etm_session_active)); in coresight_trace_id_perf_start()
293 if (!atomic_dec_return(&perf_cs_etm_session_active)) in coresight_trace_id_perf_stop()
295 PERF_SESSION(atomic_read(&perf_cs_etm_session_active)); in coresight_trace_id_perf_stop()