(f Field)
| 907 | ) |
| 908 | |
| 909 | func IsPseudoField(f Field) bool { |
| 910 | return f == PsAncestors || f == PsModules || f == PsThreads || f == PsMmaps || f == ThreadCallstack || f == PeSections || f == PsPeSections |
| 911 | } |
| 912 | |
| 913 | func (f Field) IsPeSectionsPseudo() bool { return f == PeSections || f == PsPeSections } |
| 914 |