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