Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dperf_event.h826 struct perf_event_context { struct
827 struct pmu *pmu;
832 raw_spinlock_t lock;
838 struct mutex mutex;
840 struct list_head active_ctx_list;
841 struct perf_event_groups pinned_groups;
842 struct perf_event_groups flexible_groups;
843 struct list_head event_list;
845 struct list_head pinned_active;
846 struct list_head flexible_active;
[all …]