Lines Matching defs:perf_event_context
793 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;
815 int nr_events;
839 struct perf_event_context *parent_ctx; argument
860 struct perf_event_context ctx; argument