Searched defs:perf_cpu_context (Results 1 – 1 of 1) sorted by relevance
851 struct perf_cpu_context { struct852 struct perf_event_context ctx;853 struct perf_event_context *task_ctx;854 int active_oncpu;855 int exclusive;857 raw_spinlock_t hrtimer_lock;858 struct hrtimer hrtimer;859 ktime_t hrtimer_interval;860 unsigned int hrtimer_active;863 struct perf_cgroup *cgrp;[all …]