Searched defs:perf_cpu_context (Results 1 – 7 of 7) sorted by relevance
9382 struct perf_cpu_context { struct9383 struct perf_event_context ctx;9384 struct perf_event_context *task_ctx;9385 int active_oncpu;9386 int exclusive;9387 raw_spinlock_t hrtimer_lock;9388 struct hrtimer hrtimer;9389 ktime_t hrtimer_interval;9390 unsigned int hrtimer_active;9391 struct perf_cgroup *cgrp;[all …]
7722 struct perf_cpu_context { struct7723 struct perf_event_context ctx;7724 struct perf_event_context *task_ctx;7725 int active_oncpu;7726 int exclusive;7727 raw_spinlock_t hrtimer_lock;7728 struct hrtimer hrtimer;7729 ktime_t hrtimer_interval;7730 unsigned int hrtimer_active;7731 struct perf_cgroup *cgrp;[all …]
6651 struct perf_cpu_context { struct6652 struct perf_event_context ctx;6653 struct perf_event_context *task_ctx;6654 int active_oncpu;6655 int exclusive;6656 raw_spinlock_t hrtimer_lock;6657 struct hrtimer hrtimer;6658 ktime_t hrtimer_interval;6659 unsigned int hrtimer_active;6660 struct perf_cgroup *cgrp;[all …]
9803 struct perf_cpu_context { struct9804 struct perf_event_context ctx;9805 struct perf_event_context *task_ctx;9806 int active_oncpu;9807 int exclusive;9808 raw_spinlock_t hrtimer_lock;9809 struct hrtimer hrtimer;9810 ktime_t hrtimer_interval;9811 unsigned int hrtimer_active;9812 struct list_head sched_cb_entry;[all …]