Searched refs:pmu_lock (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/perf/
H A Darm_dsu_pmu.c101 * @pmu_lock : Protects accesses to DSU PMU register from normal vs
116 raw_spinlock_t pmu_lock; member in struct:dsu_pmu
265 raw_spin_lock_irqsave(&dsu_pmu->pmu_lock, flags);
270 raw_spin_unlock_irqrestore(&dsu_pmu->pmu_lock, flags);
291 raw_spin_lock_irqsave(&dsu_pmu->pmu_lock, flags);
296 raw_spin_unlock_irqrestore(&dsu_pmu->pmu_lock, flags);
344 raw_spin_lock_irqsave(&dsu_pmu->pmu_lock, flags);
346 raw_spin_unlock_irqrestore(&dsu_pmu->pmu_lock, flags);
489 raw_spin_lock_irqsave(&dsu_pmu->pmu_lock, flags);
493 raw_spin_unlock_irqrestore(&dsu_pmu->pmu_lock, flag
[all...]
H A Darm-cci.c71 raw_spinlock_t pmu_lock; member in struct:cci_pmu_hw_events
664 /* Should be called with cci_pmu->hw_events->pmu_lock held */
674 /* Should be called with cci_pmu->hw_events->pmu_lock held */
681 /* Should be called with cci_pmu->hw_events->pmu_lock held */
756 * cci_pm->hw_events->pmu_lock).
1030 raw_spin_lock(&events->pmu_lock);
1060 raw_spin_unlock(&events->pmu_lock);
1102 raw_spin_lock_irqsave(&hw_events->pmu_lock, flags);
1104 raw_spin_unlock_irqrestore(&hw_events->pmu_lock, flags);
1114 raw_spin_lock_irqsave(&hw_events->pmu_lock, flag
[all...]
H A Dqcom_l2_pmu.c147 spinlock_t pmu_lock; member in struct:cluster_pmu
254 spin_lock_irqsave(&cluster->pmu_lock, flags);
262 spin_unlock_irqrestore(&cluster->pmu_lock, flags);
883 spin_lock_init(&cluster->pmu_lock);
/linux-master/drivers/macintosh/
H A Dvia-pmu.c163 static DEFINE_SPINLOCK(pmu_lock);
1165 spin_lock_irqsave(&pmu_lock, flags);
1175 spin_unlock_irqrestore(&pmu_lock, flags);
1300 spin_lock_irqsave(&pmu_lock, flags);
1303 spin_unlock_irqrestore(&pmu_lock, flags);
1308 spin_unlock_irqrestore(&pmu_lock, flags);
1312 spin_lock_irqsave(&pmu_lock, flags);
1317 spin_unlock_irqrestore(&pmu_lock, flags);
1331 spin_lock_irqsave(&pmu_lock, flags);
1334 spin_unlock_irqrestore(&pmu_lock, flag
[all...]
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.h204 * @pmu_lock: lock to serialize the perf process
225 spinlock_t pmu_lock; member in struct:hisi_ptt
H A Dhisi_ptt.c1095 spin_lock(&hisi_ptt->pmu_lock);
1130 spin_unlock(&hisi_ptt->pmu_lock);
1134 spin_unlock(&hisi_ptt->pmu_lock);
1145 spin_lock(&hisi_ptt->pmu_lock);
1154 spin_unlock(&hisi_ptt->pmu_lock);
1220 spin_lock_init(&hisi_ptt->pmu_lock);

Completed in 121 milliseconds