Lines Matching defs:perf_event_context
796 struct perf_event_context { struct
797 struct pmu *pmu;
802 raw_spinlock_t lock;
808 struct mutex mutex;
810 struct list_head active_ctx_list;
811 struct perf_event_groups pinned_groups;
812 struct perf_event_groups flexible_groups;
813 struct list_head event_list;
815 struct list_head pinned_active;
816 struct list_head flexible_active;
818 int nr_events;
842 struct perf_event_context *parent_ctx; argument
863 struct perf_event_context ctx; argument