Lines Matching defs:perf_script
128 struct perf_script { struct
129 struct perf_tool tool;
130 struct perf_session *session;
131 bool show_task_events;
132 bool show_mmap_events;
133 bool show_switch_events;
134 bool show_namespace_events;
135 bool show_lost_events;
136 bool show_round_events;
137 bool show_bpf_events;
138 bool show_cgroup_events;
139 bool show_text_poke_events;
140 bool allocated;
141 bool per_event_dump;
142 bool stitch_lbr;
143 struct evswitch evswitch;
144 struct perf_cpu_map *cpus;
145 struct perf_thread_map *threads;
146 int name_width;
147 const char *time_str;
148 struct perf_time_interval *ptime_range;
149 int range_size;
150 int range_num;