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