Searched refs:pmu_ctx_entry (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/events/ |
H A D | core.c | 696 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_ctx_disable() 707 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_ctx_enable() 3335 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in ctx_sched_out() 3462 pmu_ctx_entry) { in perf_event_swap_task_ctx_data() 3485 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in perf_ctx_sched_task_cb() 3881 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) { in ctx_groups_sched_in() 4723 INIT_LIST_HEAD(&epc->pmu_ctx_entry); in __perf_init_event_pmu_context() 4862 list_add(&epc->pmu_ctx_entry, &ctx->pmu_ctx_list); in find_get_pmu_context() 4896 list_for_each_entry(epc, &ctx->pmu_ctx_list, pmu_ctx_entry) { in find_get_pmu_context() 4911 list_add_tail(&epc->pmu_ctx_entry, in find_get_pmu_context() [all...] |
/openbmc/linux/include/linux/ |
H A D | perf_event.h | 877 struct list_head pmu_ctx_entry; member
|