()
| 240 | } |
| 241 | |
| 242 | func (this *MSyscall) update_child_parent() { |
| 243 | // 这个可以合并到 common_list 后面改进 |
| 244 | map_name := "child_parent_map" |
| 245 | for _, v := range this.mconf.PidWhitelist { |
| 246 | this.update_map(map_name, v, unsafe.Pointer(&v)) |
| 247 | } |
| 248 | } |
| 249 | |
| 250 | func (this *MSyscall) update_thread_filter() { |
| 251 | map_name := "thread_filter" |
no test coverage detected