Lines Matching defs:perf_event_context
800 struct perf_event_context { struct
801 struct pmu *pmu;
806 raw_spinlock_t lock;
812 struct mutex mutex;
814 struct list_head active_ctx_list;
815 struct perf_event_groups pinned_groups;
816 struct perf_event_groups flexible_groups;
817 struct list_head event_list;
819 struct list_head pinned_active;
820 struct list_head flexible_active;
822 int nr_events;
846 struct perf_event_context *parent_ctx; argument
867 struct perf_event_context ctx; argument