Lines Matching defs:perf_event
4774 struct perf_event { struct
4787 struct perf_event *group_leader; argument
4790 enum perf_event_state state; argument
4797 struct perf_event_attr attr; argument
4801 struct hw_perf_event hw; argument
4802 struct perf_event_context *ctx; argument
4803 struct perf_event_pmu_context *pmu_ctx; argument
4809 struct perf_event *parent; argument
4810 int oncpu;
4834 struct perf_event *aux_event; argument
4835 void (*destroy)(struct perf_event *); argument
4836 struct callback_head callback_head;
4837 struct pid_namespace *ns;
4838 u64 id;
4839 atomic64_t lost_samples;
4840 u64 (*clock)();
4841 perf_overflow_handler_t overflow_handler;
4842 void *overflow_handler_context;
4843 perf_overflow_handler_t orig_overflow_handler;
4844 struct bpf_prog *prog;
4845 u64 bpf_cookie;
4846 struct trace_event_call *tp_event;
4847 struct event_filter *filter;
4848 struct ftrace_ops ftrace_ops;
4849 struct perf_cgroup *cgrp;
4850 void *security;
4851 struct list_head sb_list;
4852 __u32 orig_type;
6394 } perf_event; member
13269 } perf_event; member
66792 struct perf_event *perf_event; member