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

/linux-master/kernel/events/
H A Dcore.c692 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) {
703 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) {
3334 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) {
3460 &prev_ctx->pmu_ctx_list, &next_ctx->pmu_ctx_list,
3484 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) {
3880 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) {
4719 INIT_LIST_HEAD(&ctx->pmu_ctx_list);
4869 list_add(&epc->pmu_ctx_entry, &ctx->pmu_ctx_list);
4903 list_for_each_entry(epc, &ctx->pmu_ctx_list, pmu_ctx_entr
[all...]
/linux-master/include/linux/
H A Dperf_event.h924 struct list_head pmu_ctx_list; member in struct:perf_event_context

Completed in 179 milliseconds