Home
last modified time | relevance | path

Searched refs:active_ctx_list (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/events/
A Dcore.c1210 static DEFINE_PER_CPU(struct list_head, active_ctx_list);
1220 struct list_head *head = this_cpu_ptr(&active_ctx_list); in perf_event_ctx_activate()
1224 WARN_ON(!list_empty(&ctx->active_ctx_list)); in perf_event_ctx_activate()
1226 list_add(&ctx->active_ctx_list, head); in perf_event_ctx_activate()
1233 WARN_ON(list_empty(&ctx->active_ctx_list)); in perf_event_ctx_deactivate()
1235 list_del_init(&ctx->active_ctx_list); in perf_event_ctx_deactivate()
4205 struct list_head *head = this_cpu_ptr(&active_ctx_list); in perf_event_task_tick()
4215 list_for_each_entry_safe(ctx, tmp, head, active_ctx_list) in perf_event_task_tick()
4575 INIT_LIST_HEAD(&ctx->active_ctx_list); in __perf_event_init_context()
13248 INIT_LIST_HEAD(&per_cpu(active_ctx_list, cpu)); in perf_event_init_all_cpus()
/linux/include/linux/
A Dperf_event.h815 struct list_head active_ctx_list; member
/linux/
A DSystem.map129674 ffff8000118cba10 d active_ctx_list
A D.tmp_System.map129674 ffff8000118cba10 d active_ctx_list

Completed in 394 milliseconds