Searched refs:for_each_epc (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/events/ |
| H A D | core.c | 821 #define for_each_epc(_epc, _ctx, _pmu, _event_type) \ macro 834 for_each_epc(pmu_ctx, ctx, NULL, event_type) in perf_ctx_disable() 843 for_each_epc(pmu_ctx, ctx, NULL, event_type) in perf_ctx_enable() 3010 for_each_epc(epc, &cpuctx->ctx, pmu, 0) in ctx_resched() 3014 for_each_epc(epc, task_ctx, pmu, 0) in ctx_resched() 3034 for_each_epc(epc, &cpuctx->ctx, pmu, 0) in ctx_resched() 3038 for_each_epc(epc, task_ctx, pmu, 0) in ctx_resched() 3653 for_each_epc(pmu_ctx, ctx, pmu, event_type) in ctx_sched_out() 4244 for_each_epc(pmu_ctx, ctx, pmu, event_type) in ctx_sched_in() 4250 for_each_epc(pmu_ctx, ctx, pmu, event_type) in ctx_sched_in()
|