Searched refs:pmu_ctx_list (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 963 struct list_head pmu_ctx_list; member
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 769 list_for_each_entry(_epc, &((_ctx)->pmu_ctx_list), pmu_ctx_entry) \ 3577 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_ctx_sched_task_cb() 4293 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_adjust_freq_unthr_context() 4828 INIT_LIST_HEAD(&ctx->pmu_ctx_list); in __perf_event_init_context() 4980 list_add(&epc->pmu_ctx_entry, &ctx->pmu_ctx_list); in find_get_pmu_context() 5006 list_for_each_entry(epc, &ctx->pmu_ctx_list, pmu_ctx_entry) { in find_get_pmu_context() 5021 list_add_tail(&epc->pmu_ctx_entry, &ctx->pmu_ctx_list); in find_get_pmu_context()
|