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