Searched defs:perf_cpu_pmu_context (Results 1 – 5 of 5) sorted by relevance
7869 struct perf_cpu_pmu_context { struct7870 struct perf_event_pmu_context epc;7871 struct perf_event_pmu_context *task_epc;7872 struct list_head sched_cb_entry;7873 int sched_cb_usage;7874 int active_oncpu;7875 int exclusive;7876 raw_spinlock_t hrtimer_lock;7877 struct hrtimer hrtimer;7878 ktime_t hrtimer_interval;[all …]
5902 struct perf_cpu_pmu_context { struct5903 struct perf_event_pmu_context epc;5904 struct perf_event_pmu_context *task_epc;5905 struct list_head sched_cb_entry;5906 int sched_cb_usage;5907 int active_oncpu;5908 int exclusive;5909 raw_spinlock_t hrtimer_lock;5910 struct hrtimer hrtimer;5911 ktime_t hrtimer_interval;[all …]
5475 struct perf_cpu_pmu_context { struct5476 struct perf_event_pmu_context epc;5477 struct perf_event_pmu_context *task_epc;5478 struct list_head sched_cb_entry;5479 int sched_cb_usage;5480 int active_oncpu;5481 int exclusive;5482 raw_spinlock_t hrtimer_lock;5483 struct hrtimer hrtimer;5484 ktime_t hrtimer_interval;[all …]