MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / update_child_parent

Method update_child_parent

user/module/syscall.go:242–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240}
241
242func (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
250func (this *MSyscall) update_thread_filter() {
251 map_name := "thread_filter"

Callers 1

updateFilterMethod · 0.95

Calls 1

update_mapMethod · 0.95

Tested by

no test coverage detected