Searched defs:timechart (Results 1 – 1 of 1) sorted by relevance
54 struct timechart { struct55 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,[all …]