()
| 186 | } |
| 187 | |
| 188 | func (this *MSyscall) update_base_config() { |
| 189 | // 更新 base_config 用作基础的过滤 比如排除 stackplz 自身相关的调用 |
| 190 | var filter_key uint32 = 0 |
| 191 | map_name := "base_config" |
| 192 | filter_value := this.mconf.GetConfigMap() |
| 193 | this.update_map(map_name, filter_key, unsafe.Pointer(&filter_value)) |
| 194 | } |
| 195 | |
| 196 | func (this *MSyscall) update_common_list(items []uint32, offset uint32) { |
| 197 | map_name := "common_list" |
no test coverage detected