Home
last modified time | relevance | path

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

/include/linux/
Dperf_event.h791 struct perf_event_context { struct
792 struct pmu *pmu;
797 raw_spinlock_t lock;
803 struct mutex mutex;
805 struct list_head active_ctx_list;
806 struct perf_event_groups pinned_groups;
807 struct perf_event_groups flexible_groups;
808 struct list_head event_list;
810 struct list_head pinned_active;
811 struct list_head flexible_active;
[all …]