Searched refs:for_each_epc (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/events/ |
| H A D | core.c | 820 #define for_each_epc(_epc, _ctx, _pmu, _event_type) \ macro 833 for_each_epc(pmu_ctx, ctx, NULL, event_type) in perf_ctx_disable() 842 for_each_epc(pmu_ctx, ctx, NULL, event_type) in perf_ctx_enable() 3002 for_each_epc(epc, &cpuctx->ctx, pmu, 0) in ctx_resched() 3006 for_each_epc(epc, task_ctx, pmu, 0) in ctx_resched() 3026 for_each_epc(epc, &cpuctx->ctx, pmu, 0) in ctx_resched() 3030 for_each_epc(epc, task_ctx, pmu, 0) in ctx_resched() 3645 for_each_epc(pmu_ctx, ctx, pmu, event_type) in ctx_sched_out() 4236 for_each_epc(pmu_ctx, ctx, pmu, event_type) in ctx_sched_in() 4242 for_each_epc(pmu_ctx, ctx, pmu, event_type) in ctx_sched_in()
|