Lines Matching defs:perf_event_context
739 struct perf_event_context { struct
740 struct pmu *pmu;
745 raw_spinlock_t lock;
751 struct mutex mutex;
753 struct list_head active_ctx_list;
754 struct perf_event_groups pinned_groups;
755 struct perf_event_groups flexible_groups;
756 struct list_head event_list;
758 struct list_head pinned_active;
759 struct list_head flexible_active;
761 int nr_events;
785 struct perf_event_context *parent_ctx; argument
806 struct perf_event_context ctx; argument