Searched defs:perf_cpu_pmu_context (Results 1 – 1 of 1) sorted by relevance
977 struct perf_cpu_pmu_context { struct978 struct perf_event_pmu_context epc;979 struct perf_event_pmu_context *task_epc;981 struct list_head sched_cb_entry;982 int sched_cb_usage;984 int active_oncpu;985 int exclusive;987 raw_spinlock_t hrtimer_lock;988 struct hrtimer hrtimer;989 ktime_t hrtimer_interval;[all …]