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