Searched defs:perf_event_context (Results 1 – 1 of 1) sorted by relevance
801 struct perf_event_context { struct802 struct pmu *pmu;807 raw_spinlock_t lock;813 struct mutex mutex;815 struct list_head active_ctx_list;818 struct list_head event_list;820 struct list_head pinned_active;821 struct list_head flexible_active;823 int nr_events;847 struct perf_event_context *parent_ctx; argument[all …]
Completed in 10 milliseconds