Searched defs:perf_cpu_context (Results 1 – 1 of 1) sorted by relevance
651 struct perf_cpu_context { struct652 struct perf_event_context ctx;653 struct perf_event_context *task_ctx;654 int active_oncpu;655 int exclusive;657 raw_spinlock_t hrtimer_lock;658 struct hrtimer hrtimer;659 ktime_t hrtimer_interval;660 unsigned int hrtimer_active;662 struct pmu *unique_pmu;[all …]