()
| 259 | } |
| 260 | |
| 261 | func (this *MStack) update_child_parent() { |
| 262 | // 这个可以合并到 common_list 后面改进 |
| 263 | map_name := "child_parent_map" |
| 264 | for _, v := range this.mconf.PidWhitelist { |
| 265 | this.update_map(map_name, v, unsafe.Pointer(&v)) |
| 266 | } |
| 267 | } |
| 268 | |
| 269 | func (this *MStack) update_thread_filter() { |
| 270 | map_name := "thread_filter" |
no test coverage detected