Searched refs:pmu_ctx_list (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/kernel/events/ |
D | core.c | 691 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) in perf_ctx_disable() 699 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) in perf_ctx_enable() 3295 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) in ctx_sched_out() 3418 &prev_ctx->pmu_ctx_list, &next_ctx->pmu_ctx_list, in perf_event_swap_task_ctx_data() 3442 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_ctx_sched_task_cb() 3833 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in ctx_pinned_sched_in() 3852 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in ctx_flexible_sched_in() 4677 INIT_LIST_HEAD(&ctx->pmu_ctx_list); in __perf_event_init_context() 4822 list_add(&epc->pmu_ctx_entry, &ctx->pmu_ctx_list); in find_get_pmu_context() 4856 list_for_each_entry(epc, &ctx->pmu_ctx_list, pmu_ctx_entry) { in find_get_pmu_context() [all …]
|
/Linux-v6.6/include/linux/ |
D | perf_event.h | 920 struct list_head pmu_ctx_list; member
|