Lines Matching defs:perf_script
142 struct perf_script { struct
143 struct perf_tool tool;
144 struct perf_session *session;
145 bool show_task_events;
146 bool show_mmap_events;
147 bool show_switch_events;
148 bool show_namespace_events;
149 bool show_lost_events;
150 bool show_round_events;
151 bool show_bpf_events;
152 bool show_cgroup_events;
153 bool show_text_poke_events;
154 bool allocated;
155 bool per_event_dump;
156 bool stitch_lbr;
157 struct evswitch evswitch;
158 struct perf_cpu_map *cpus;
159 struct perf_thread_map *threads;
160 int name_width;
161 const char *time_str;
162 struct perf_time_interval *ptime_range;
163 int range_size;
164 int range_num;