Lines Matching defs:perf_event
625 struct perf_event { struct
632 struct list_head event_entry;
661 struct perf_event *group_leader; argument
665 enum perf_event_state state; argument
666 unsigned int attach_state;
690 struct perf_event_attr attr; argument
694 struct hw_perf_event hw; argument
696 struct perf_event_context *ctx; argument
711 struct perf_event *parent; argument
713 int oncpu;
714 int cpu;
716 struct list_head owner_entry;
717 struct task_struct *owner;
720 struct mutex mmap_mutex;
721 atomic_t mmap_count;
723 struct perf_buffer *rb;
747 struct perf_event *aux_event; argument
749 void (*destroy)(struct perf_event *); argument
750 struct rcu_head rcu_head;
752 struct pid_namespace *ns;
753 u64 id;
755 u64 (*clock)(void);
756 perf_overflow_handler_t overflow_handler;
757 void *overflow_handler_context;
759 perf_overflow_handler_t orig_overflow_handler;
783 struct perf_event_groups { argument