()
| 379 | } |
| 380 | |
| 381 | func (this *MStack) updateFilter() (err error) { |
| 382 | this.update_base_config() |
| 383 | this.update_common_filter() |
| 384 | this.update_child_parent() |
| 385 | this.update_thread_filter() |
| 386 | this.update_stack_config() |
| 387 | this.update_arg_filter() |
| 388 | this.update_op_list() |
| 389 | return nil |
| 390 | } |
| 391 | |
| 392 | func (this *MStack) initDecodeFun() error { |
| 393 | EventsMap, err := this.FindMap("events") |
no test coverage detected