Lines Matching defs:perf_script
1632 struct perf_script { struct
1633 struct perf_tool tool;
1634 struct perf_session *session;
1635 bool show_task_events;
1636 bool show_mmap_events;
1637 bool show_switch_events;
1638 bool show_namespace_events;
1639 bool show_lost_events;
1640 bool show_round_events;
1641 bool show_bpf_events;
1642 bool allocated;
1643 bool per_event_dump;
1644 struct evswitch evswitch;
1645 struct perf_cpu_map *cpus;
1646 struct perf_thread_map *threads;
1647 int name_width;
1648 const char *time_str;
1649 struct perf_time_interval *ptime_range;
1650 int range_size;
1651 int range_num;