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

/linux-master/kernel/events/
H A Dcore.c1386 ctx = rcu_dereference(task->perf_event_ctxp);
1399 if (ctx != rcu_dereference(task->perf_event_ctxp)) {
2893 * our task->perf_event_ctxp[] store, such that it will in fact take
2902 * This smp_mb() orders the task->perf_event_ctxp[] store with the
3495 struct perf_event_context *ctx = task->perf_event_ctxp;
3504 next_ctx = rcu_dereference(next->perf_event_ctxp);
3558 RCU_INIT_POINTER(task->perf_event_ctxp, next_ctx);
3559 RCU_INIT_POINTER(next->perf_event_ctxp, ctx);
3946 ctx = rcu_dereference(task->perf_event_ctxp);
4338 ctx = rcu_dereference(current->perf_event_ctxp);
[all...]
/linux-master/include/linux/
H A Dsched.h1253 struct perf_event_context *perf_event_ctxp; member in struct:task_struct

Completed in 207 milliseconds