Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RawEvent (0.16 sec)

  1. src/internal/trace/internal/oldtrace/parser.go

    		Events:        events,
    		Stacks:        p.stacks,
    		Strings:       p.strings,
    		InlineStrings: p.inlineStrings,
    		PCs:           p.pcs,
    	}
    	return res, nil
    }
    
    // rawEvent is a helper type used during parsing.
    type rawEvent struct {
    	typ   event.Type
    	args  []uint64
    	sargs []string
    
    	// if typ == EvBatch, these fields describe the batch.
    	batchPid    int32
    	batchOffset int
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top