Searched defs:perf_cpu_context (Results 1 – 1 of 1) sorted by relevance
773 struct perf_cpu_context { struct774 struct perf_event_context ctx;775 struct perf_event_context *task_ctx;776 int active_oncpu;777 int exclusive;779 raw_spinlock_t hrtimer_lock;780 struct hrtimer hrtimer;781 ktime_t hrtimer_interval;782 unsigned int hrtimer_active;785 struct perf_cgroup *cgrp;[all …]