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