Searched defs:perf_cpu_context (Results 1 – 1 of 1) sorted by relevance
777 struct perf_cpu_context { struct778 struct perf_event_context ctx;779 struct perf_event_context *task_ctx;780 int active_oncpu;781 int exclusive;783 raw_spinlock_t hrtimer_lock;784 struct hrtimer hrtimer;785 ktime_t hrtimer_interval;786 unsigned int hrtimer_active;788 struct pmu *unique_pmu;[all …]