Lines Matching defs:perf_event
2094 struct perf_event { struct
2106 struct perf_event *group_leader; argument
2109 enum perf_event_state state; argument
2116 struct perf_event_attr attr; argument
2120 struct hw_perf_event hw; argument
2121 struct perf_event_context *ctx; argument
2127 struct perf_event *parent; argument
2149 struct perf_event *aux_event; argument
2150 void (*destroy)(struct perf_event *); argument
2151 struct callback_head callback_head;
2152 struct pid_namespace *ns;
2153 u64 id;
2154 atomic64_t lost_samples;
2155 u64 (*clock)();
2156 perf_overflow_handler_t overflow_handler;
2157 void *overflow_handler_context;
2158 perf_overflow_handler_t orig_overflow_handler;
2159 struct bpf_prog *prog;
2160 u64 bpf_cookie;
2161 struct trace_event_call *tp_event;
2162 struct event_filter *filter;
2163 struct ftrace_ops ftrace_ops;
2164 struct perf_cgroup *cgrp;
2165 struct list_head sb_list;
13390 } perf_event; member