Searched refs:time_in_state (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/cpufreq/ |
H A D | cpufreq_stats.c | 21 u64 *time_in_state; member 35 stats->time_in_state[stats->last_index] += cur_time - time; in cpufreq_stats_update() 43 memset(stats->time_in_state, 0, count * sizeof(u64)); in cpufreq_stats_reset_table() 90 time = stats->time_in_state[i]; in show_time_in_state() 100 cpufreq_freq_attr_ro(time_in_state); 175 &time_in_state.attr, 205 kfree(stats->time_in_state); in cpufreq_stats_free_table() 234 stats->time_in_state = kzalloc(alloc_size, GFP_KERNEL); in cpufreq_stats_create_table() 235 if (!stats->time_in_state) in cpufreq_stats_create_table() 238 stats->freq_table = (unsigned int *)(stats->time_in_state + count); in cpufreq_stats_create_table() [all …]
|
/linux/Documentation/translations/zh_CN/cpu-freq/ |
H A D | cpufreq-stats.rst | 48 - time_in_state 62 -r--r--r-- 1 root root 4096 May 14 16:06 time_in_state 71 - **time_in_state** 79 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat time_in_state 131 time_in_state、total_trans和trans_table的统计数据。
|
/linux/Documentation/translations/zh_TW/cpu-freq/ |
H A D | cpufreq-stats.rst | 48 - time_in_state 62 -r--r--r-- 1 root root 4096 May 14 16:06 time_in_state 71 - **time_in_state** 79 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat time_in_state 131 time_in_state、total_trans和trans_table的統計數據。
|
/linux/Documentation/cpu-freq/ |
H A D | cpufreq-stats.rst | 37 - time_in_state 53 -r--r--r-- 1 root root 4096 May 14 16:06 time_in_state 63 - **time_in_state** 73 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat time_in_state 133 statistics which includes time_in_state, total_trans and trans_table.
|
/linux/drivers/thermal/ |
H A D | thermal_sysfs.c | 586 ktime_t *time_in_state; member 595 stats->time_in_state[stats->state] = in update_time_in_state() 596 ktime_add(stats->time_in_state[stats->state], delta); in update_time_in_state() 665 ktime_to_ms(stats->time_in_state[i])); in time_in_state_ms_show() 696 stats->time_in_state[i] = ktime_set(0, 0); in reset_store() 781 var += sizeof(*stats->time_in_state) * states; in cooling_device_stats_setup() 788 stats->time_in_state = (ktime_t *)(stats + 1); in cooling_device_stats_setup() 789 stats->trans_table = (unsigned int *)(stats->time_in_state + states); in cooling_device_stats_setup()
|
/linux/drivers/devfreq/ |
H A D | devfreq.c | 234 devfreq->stats.time_in_state[prev_lev] += in devfreq_update_status() 906 devfreq->stats.time_in_state = devm_kcalloc(&devfreq->dev, in devfreq_add_device() 908 sizeof(*devfreq->stats.time_in_state), in devfreq_add_device() 910 if (!devfreq->stats.time_in_state) { in devfreq_add_device() 1762 jiffies64_to_msecs(df->stats.time_in_state[i])); in trans_stat_show() 1794 memset(df->stats.time_in_state, 0, (df->max_state * in trans_stat_store() 1795 sizeof(*df->stats.time_in_state))); in trans_stat_store()
|
/linux/tools/power/cpupower/bindings/python/ |
H A D | raw_pylibcpupower.i |
|
/linux/include/linux/ |
H A D | devfreq.h | 134 u64 *time_in_state; member
|