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

Method update_child_parent

user/module/stack.go:261–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259}
260
261func (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
269func (this *MStack) update_thread_filter() {
270 map_name := "thread_filter"

Callers 1

updateFilterMethod · 0.95

Calls 1

update_mapMethod · 0.95

Tested by

no test coverage detected