Home
last modified time | relevance | path

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

/include/linux/
Dperf_event.h799 struct perf_event_context { struct
800 struct pmu *pmu;
805 raw_spinlock_t lock;
811 struct mutex mutex;
813 struct list_head active_ctx_list;
814 struct perf_event_groups pinned_groups;
815 struct perf_event_groups flexible_groups;
816 struct list_head event_list;
818 struct list_head pinned_active;
819 struct list_head flexible_active;
[all …]