Home
last modified time | relevance | path

Searched refs:PROF_PROFILING (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/shark/shark/
H A Dprofile.c81 #define PROF_PROFILING 0x02 macro
198 if (!(prof_sc.state & PROF_PROFILING)) in profread()
317 if ( prof_sc.state & PROF_PROFILING ) in profStart()
371 prof_sc.state |= PROF_PROFILING; in profStart()
394 if (prof_sc.state & PROF_PROFILING) in profStop()
401 prof_sc.state &= ~PROF_PROFILING; in profStop()