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