Searched defs:perf_cpu_pmu_context (Results 1 – 1 of 1) sorted by relevance
976 struct perf_cpu_pmu_context { struct977 struct perf_event_pmu_context epc;978 struct perf_event_pmu_context *task_epc;980 struct list_head sched_cb_entry;981 int sched_cb_usage;983 int active_oncpu;984 int exclusive;986 raw_spinlock_t hrtimer_lock;987 struct hrtimer hrtimer;988 ktime_t hrtimer_interval;[all …]