()
| 205 | } |
| 206 | |
| 207 | func (this *MStack) update_base_config() { |
| 208 | // 更新 base_config 用作基础的过滤 比如排除 stackplz 自身相关的调用 |
| 209 | var filter_key uint32 = 0 |
| 210 | map_name := "base_config" |
| 211 | filter_value := this.mconf.GetConfigMap() |
| 212 | this.update_map(map_name, filter_key, unsafe.Pointer(&filter_value)) |
| 213 | } |
| 214 | |
| 215 | func (this *MStack) update_common_list(items []uint32, offset uint32) { |
| 216 | map_name := "common_list" |
no test coverage detected