Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dperf_event.h793 struct perf_event_context { struct
794 struct pmu *pmu;
799 raw_spinlock_t lock;
805 struct mutex mutex;
807 struct list_head active_ctx_list;
808 struct perf_event_groups pinned_groups;
809 struct perf_event_groups flexible_groups;
810 struct list_head event_list;
812 struct list_head pinned_active;
813 struct list_head flexible_active;
[all …]