Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pprofCgoTraceback (0.31 sec)

  1. src/runtime/testdata/testprogcgo/pprof.go

    	uintptr_t  sigContext;
    	uintptr_t* buf;
    	uintptr_t  max;
    };
    
    // pprofCgoTraceback is passed to runtime.SetCgoTraceback.
    // For testing purposes it pretends that all CPU hits in C code are in cpuHog.
    // Issue #29034: At least 2 frames are required to verify all frames are captured
    // since runtime/pprof ignores the runtime.goexit base frame if it exists.
    void pprofCgoTraceback(void* parg) {
    	struct cgoTracebackArg* arg = (struct cgoTracebackArg*)(parg);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 12 19:45:58 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top