Lines Matching defs:perf_cpu_context
5994 struct perf_cpu_context { struct
5995 struct perf_event_context ctx;
5996 struct perf_event_context *task_ctx;
5997 int active_oncpu;
5998 int exclusive;
5999 raw_spinlock_t hrtimer_lock;
6000 struct hrtimer hrtimer;
6001 ktime_t hrtimer_interval;
6002 unsigned int hrtimer_active;
6003 struct perf_cgroup *cgrp;
6004 struct list_head cgrp_cpuctx_entry;
6005 struct list_head sched_cb_entry;
6006 int sched_cb_usage;
6007 int online;
6008 int heap_size;
6009 struct perf_event **heap;
6010 struct perf_event *heap_default[2];