func processHUSER(p *process.Process, ctx *psContext) (string, error) {
    if hp := findHostProcess(p, ctx); hp != nil {
        if ctx.opts != nil && len(ctx.opts.UIDMap) > 0 {
            return findID(
                hp.Status.Uids[1],