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