Searched refs:pmu_ctx_list (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | perf_event.h | 1026 struct list_head pmu_ctx_list; member
|
| /linux/kernel/events/ |
| H A D | core.c | 821 list_for_each_entry(_epc, &((_ctx)->pmu_ctx_list), pmu_ctx_entry) \ 3756 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_ctx_sched_task_cb() 4503 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_adjust_freq_unthr_context() 5037 INIT_LIST_HEAD(&ctx->pmu_ctx_list); in __perf_event_init_context() 5189 list_add(&epc->pmu_ctx_entry, &ctx->pmu_ctx_list); in find_get_pmu_context() 5215 list_for_each_entry(epc, &ctx->pmu_ctx_list, pmu_ctx_entry) { in find_get_pmu_context() 5230 list_add_tail(&epc->pmu_ctx_entry, &ctx->pmu_ctx_list); in find_get_pmu_context()
|