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