Lines Matching defs:perf_event_context
799 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;
821 int nr_events;
845 struct perf_event_context *parent_ctx; argument
866 struct perf_event_context ctx; argument