Home
last modified time | relevance | path

Searched refs:pmu_ctx_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/events/
H A Dcore.c696 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()
3461 &prev_ctx->pmu_ctx_list, &next_ctx->pmu_ctx_list, 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()
4712 INIT_LIST_HEAD(&ctx->pmu_ctx_list); in __perf_event_init_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_entr in find_get_pmu_context()
[all...]
/openbmc/linux/include/linux/
H A Dperf_event.h925 struct list_head pmu_ctx_list; member