Searched defs:perf_cpu_pmu_context (Results 1 – 1 of 1) sorted by relevance
1104 struct perf_cpu_pmu_context { struct1105 struct perf_event_pmu_context epc;1106 struct perf_event_pmu_context *task_epc;1108 struct list_head sched_cb_entry;1109 int sched_cb_usage;1111 int active_oncpu;1112 int exclusive;1113 int pmu_disable_count;1115 raw_spinlock_t hrtimer_lock;1116 struct hrtimer hrtimer;[all …]