Function report |
Source Code:kernel\sched\core.c |
Create Date:2022-07-28 09:36:01 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function gets called by the timer code, with HZ frequency.* We call it with interrupts disabled.
Proto:void scheduler_tick(void)
Type:void
Parameter:Nothing
3593 | cpu = smp_processor_id() |
3598 | sched_clock_tick() |
3602 | update_rq_clock(rq) |
3604 | calc_global_load_tick(rq) |
3605 | psi_task_tick(rq) |
3609 | perf_event_task_tick() |
Name | Describe |
---|---|
update_process_times | Called from the timer interrupt handler to charge one tick to the current* process. user_tick is 1 if the tick is user time, 0 for system. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |