Searched defs:perf_cpu_pmu_context (Results 1 – 2 of 2) sorted by relevance
8574 struct perf_cpu_pmu_context { struct8575 struct perf_event_pmu_context epc;8576 struct perf_event_pmu_context *task_epc;8577 struct list_head sched_cb_entry;8578 int sched_cb_usage;8579 int active_oncpu;8580 int exclusive;8581 raw_spinlock_t hrtimer_lock;8582 struct hrtimer hrtimer;8583 ktime_t hrtimer_interval;[all …]
7381 struct perf_cpu_pmu_context { struct7382 struct perf_event_pmu_context epc;7383 struct perf_event_pmu_context *task_epc;7384 struct list_head sched_cb_entry;7385 int sched_cb_usage;7386 int active_oncpu;7387 int exclusive;7388 raw_spinlock_t hrtimer_lock;7389 struct hrtimer hrtimer;7390 ktime_t hrtimer_interval;[all …]