Lines Matching defs:perf_event
1631 struct perf_event { struct
1643 struct perf_event *group_leader; argument
1646 enum perf_event_state state; argument
1654 struct perf_event_attr attr; argument
1658 struct hw_perf_event hw; argument
1659 struct perf_event_context *ctx; argument
1665 struct perf_event *parent; argument
1686 struct perf_event *aux_event; argument
1687 void (*destroy)(struct perf_event *); argument
1688 struct callback_head callback_head;
1689 struct pid_namespace *ns;
1690 u64 id;
1691 u64 (*clock)();
1692 perf_overflow_handler_t overflow_handler;
1693 void *overflow_handler_context;
1694 perf_overflow_handler_t orig_overflow_handler;
1695 struct bpf_prog *prog;
1696 struct trace_event_call *tp_event;
1697 struct event_filter *filter;
1698 struct ftrace_ops ftrace_ops;
1699 struct perf_cgroup *cgrp;
1700 void *security;
1701 struct list_head sb_list;
18230 struct perf_event *perf_event; member