Home
last modified time | relevance | path

Searched refs:demand (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Dwalt.h102 __field(unsigned int, demand)
113 __entry->demand = p->ravg.demand;
119 TP_printk("%d (%s): runtime %u samples %d event %s demand %u (hist: %u %u %u %u %u) cpu %d",
122 task_event_names[__entry->evt], __entry->demand,
147 __field(unsigned int, demand)
173 __entry->demand = p->ravg.demand;
187 TP_printk("wc %llu ws %llu delta %llu event %s cpu %d cur_freq %u cur_pid %d task %d (%s) ms %llu delta %llu demand %u sum %u irqtime %llu rq_cs %llu rq_ps %llu cur_window %u (%s) prev_window %u (%s) nt_cs %llu nt_ps %llu active_wins %u",
192 __entry->delta_m, __entry->demand,
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dwalt.h102 __field(unsigned int, demand)
113 __entry->demand = p->ravg.demand;
119 TP_printk("%d (%s): runtime %u samples %d event %s demand %u (hist: %u %u %u %u %u) cpu %d",
122 task_event_names[__entry->evt], __entry->demand,
147 __field(unsigned int, demand)
173 __entry->demand = p->ravg.demand;
187 TP_printk("wc %llu ws %llu delta %llu event %s cpu %d cur_freq %u cur_pid %d task %d (%s) ms %llu delta %llu demand %u sum %u irqtime %llu rq_cs %llu rq_ps %llu cur_window %u (%s) prev_window %u (%s) nt_cs %llu nt_ps %llu active_wins %u",
192 __entry->delta_m, __entry->demand,
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H A Dwalt.c162 * Maximum possible frequency across all cpus. Task demand and cpu
295 * No need to bother updating task demand for exiting tasks in account_busy_for_task_demand()
515 * demand. in fixup_busy_time()
625 u32 max = 0, avg, demand; in update_history() local
653 demand = runtime; in update_history()
655 demand = max; in update_history()
659 demand = avg; in update_history()
661 demand = max(avg, runtime); in update_history()
663 demand_scaled = scale_demand(demand); in update_history()
670 * When window is rolled over, the cumulative window demand in update_history()
[all...]
H A Ddebug.c994 P(ravg.demand); in proc_sched_show_task()
H A Dsched.h3100 static inline unsigned int power_cost(int cpu, u64 demand) in power_cost() argument
/kernel/linux/linux-6.6/kernel/sched/
H A Dwalt.c163 * Maximum possible frequency across all cpus. Task demand and cpu
296 * No need to bother updating task demand for exiting tasks in account_busy_for_task_demand()
516 * demand. in fixup_busy_time()
626 u32 max = 0, avg, demand; in update_history() local
654 demand = runtime; in update_history()
656 demand = max; in update_history()
660 demand = avg; in update_history()
662 demand = max(avg, runtime); in update_history()
664 demand_scaled = scale_demand(demand); in update_history()
671 * When window is rolled over, the cumulative window demand in update_history()
[all...]
H A Ddebug.c1061 P(ravg.demand); in proc_sched_show_task()
H A Dsched.h3932 static inline unsigned int power_cost(int cpu, u64 demand) in power_cost() argument
/kernel/linux/linux-5.10/include/linux/
H A Dsched.h575 * 'demand' represents maximum sum seen over previous
576 * sysctl_sched_ravg_hist_size windows. 'demand' could drive frequency
577 * demand for tasks.
591 u32 sum, demand; member
/kernel/linux/linux-6.6/include/linux/
H A Dsched.h661 * 'demand' represents maximum sum seen over previous
662 * sysctl_sched_ravg_hist_size windows. 'demand' could drive frequency
663 * demand for tasks.
677 u32 sum, demand; member

Completed in 26 milliseconds