Function report |
Source Code:kernel\sched\psi.c |
Create Date:2022-07-28 09:46:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Trigger tracking window manupulations
Proto:static void window_reset(struct psi_window *win, u64 now, u64 value, u64 prev_growth)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct psi_window * | win | |
u64 | now | |
u64 | value | |
u64 | prev_growth |
449 | start_time = now |
450 | start_value = value |
451 | prev_growth = prev_growth |
Name | Describe |
---|---|
window_update | PSI growth tracking window update and growth calculation routine.* This approximates a sliding tracking window by interpolating* partially elapsed windows using historical growth data from the* previous intervals |
init_triggers | |
psi_trigger_create |
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 |