Lines Matching defs:perf_script
1337 struct perf_script { struct
1338 struct perf_tool tool;
1339 struct perf_session *session;
1340 bool show_task_events;
1341 bool show_mmap_events;
1342 bool show_switch_events;
1343 bool show_namespace_events;
1344 bool allocated;
1345 struct cpu_map *cpus;
1346 struct thread_map *threads;
1347 int name_width;
1348 const char *time_str;
1349 struct perf_time_interval ptime;