Home | History | Annotate | Download | only in pprof

Lines Matching refs:Writer

118 // output to a writer during profiling.
125 write func(io.Writer, int) error
297 func (p *Profile) WriteTo(w io.Writer, debug int) error {
345 func printCountProfile(w io.Writer, debug int, name string, p countProfile) error {
433 func printStackRecord(w io.Writer, stk []uintptr, allFrames bool) {
465 func WriteHeapProfile(w io.Writer) error {
476 func writeHeap(w io.Writer, debug int) error {
580 func writeThreadCreate(w io.Writer, debug int) error {
590 func writeGoroutine(w io.Writer, debug int) error {
597 func writeGoroutineStacks(w io.Writer) error {
618 func writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]runtime.StackRecord) (int, bool)) error {
665 func StartCPUProfile(w io.Writer) error {
692 func profileWriter(w io.Writer) {
747 func writeBlock(w io.Writer, debug int) error {
762 var tw *tabwriter.Writer
790 func writeMutex(w io.Writer, debug int) error {
806 var tw *tabwriter.Writer