Home
last modified time | relevance | path

Searched defs:perf_cpu_context (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dperf_event.h863 struct perf_cpu_context { struct
864 struct perf_event_context ctx;
865 struct perf_event_context *task_ctx;
866 int active_oncpu;
867 int exclusive;
869 raw_spinlock_t hrtimer_lock;
870 struct hrtimer hrtimer;
871 ktime_t hrtimer_interval;
872 unsigned int hrtimer_active;
875 struct perf_cgroup *cgrp;
[all …]
/kernel/linux/linux-4.19/include/linux/
Dperf_event.h783 struct perf_cpu_context { struct
784 struct perf_event_context ctx;
785 struct perf_event_context *task_ctx;
786 int active_oncpu;
787 int exclusive;
789 raw_spinlock_t hrtimer_lock;
790 struct hrtimer hrtimer;
791 ktime_t hrtimer_interval;
792 unsigned int hrtimer_active;
795 struct perf_cgroup *cgrp;
[all …]