Lines Matching defs:timechart
54 struct timechart { struct
55 struct perf_tool tool;
56 struct per_pid *all_data;
57 struct power_event *power_events;
58 struct wake_event *wake_events;
59 int proc_num;
60 unsigned int numcpus;
61 u64 min_freq, /* Lowest CPU frequency seen */
62 max_freq, /* Highest CPU frequency seen */
63 turbo_frequency,
64 first_time, last_time;
65 bool power_only,
66 tasks_only,
67 with_backtrace,
68 topology;
69 bool force;
71 bool io_only,
72 skip_eagain;
73 u64 io_events;
74 u64 min_time,
75 merge_dist;
1425 static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) in determine_display_io_tasks()