Searched defs:perf_cpu_context (Results 1 – 1 of 1) sorted by relevance
862 struct perf_cpu_context { struct863 struct perf_event_context ctx;864 struct perf_event_context *task_ctx;865 int active_oncpu;866 int exclusive;868 raw_spinlock_t hrtimer_lock;869 struct hrtimer hrtimer;870 ktime_t hrtimer_interval;871 unsigned int hrtimer_active;874 struct perf_cgroup *cgrp;[all …]