Searched defs:timechart (Results 1 – 1 of 1) sorted by relevance
53 struct timechart { struct54 struct perf_tool tool;55 struct per_pid *all_data;56 struct power_event *power_events;57 struct wake_event *wake_events;58 int proc_num;59 unsigned int numcpus;60 u64 min_freq, /* Lowest CPU frequency seen */61 max_freq, /* Highest CPU frequency seen */62 turbo_frequency,[all …]