Lines Matching defs:perf_script
1489 struct perf_script { struct
1490 struct perf_tool tool;
1491 struct perf_session *session;
1492 bool show_task_events;
1493 bool show_mmap_events;
1494 bool show_switch_events;
1495 bool show_namespace_events;
1496 bool show_lost_events;
1497 bool show_round_events;
1498 bool allocated;
1499 bool per_event_dump;
1500 struct cpu_map *cpus;
1501 struct thread_map *threads;
1502 int name_width;
1503 const char *time_str;
1504 struct perf_time_interval *ptime_range;
1505 int range_size;
1506 int range_num;