Lines Matching defs:perf_tool
43 struct perf_tool { struct
44 event_sample sample,
45 read;
46 event_op mmap,
47 mmap2,
48 comm,
49 namespaces,
50 cgroup,
51 fork,
52 exit,
53 lost,
54 lost_samples,
55 aux,
56 itrace_start,
57 aux_output_hw_id,
58 context_switch,
59 throttle,
60 unthrottle,
61 ksymbol,
62 bpf,
63 text_poke;
65 event_attr_op attr;
66 event_attr_op event_update;
67 event_op2 tracing_data;
68 event_oe finished_round;
92 void perf_tool__init(struct perf_tool *tool, bool ordered_events); argument