Function report | 
Source Code:mm\memcontrol.c | 
Create Date:2022-07-28 16:13:53 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__memory_events_show
Proto:static void __memory_events_show(struct seq_file *m, atomic_long_t *events)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct seq_file * | m | |
| atomic_long_t * | events | 
| 6032 | seq_printf(m, "low %lu\n", atomic_long_read( & events[MEMCG_LOW])) | 
| 6033 | seq_printf(m, "high %lu\n", atomic_long_read( & events[MEMCG_HIGH])) | 
| 6034 | seq_printf(m, "max %lu\n", atomic_long_read( & events[MEMCG_MAX])) | 
| 6035 | seq_printf(m, "oom %lu\n", atomic_long_read( & events[MEMCG_OOM])) | 
| 6036 | seq_printf(m, "oom_kill %lu\n", atomic_long_read( & events[MEMCG_OOM_KILL])) | 
| Name | Describe | 
|---|---|
| memory_events_show | |
| memory_events_local_show | 
| 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  |