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