Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for use_kernel (0.07 sec)

  1. src/runtime/os_linux.go

    // from other sources are always considered valid.
    //
    //go:nosplit
    func validSIGPROF(mp *m, c *sigctxt) bool {
    	code := int32(c.sigcode())
    	setitimer := code == _SI_KERNEL
    	timer_create := code == _SI_TIMER
    
    	if !(setitimer || timer_create) {
    		// The signal doesn't correspond to a profiling mechanism that the
    		// runtime enables itself. There's no reason to process it, but there's
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top