HomeSort by: relevance | last modified time | path
    Searched defs:prof_sc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/shark/shark/
profile.c 82 } prof_sc; variable in typeref:struct:profiler_sc
137 prof_sc.state = 0;
159 if (prof_sc.state && PROF_OPEN)
170 prof_sc.state |= PROF_OPEN;
187 prof_sc.state &= ~PROF_OPEN;
198 if (!(prof_sc.state & PROF_PROFILING))
317 if ( prof_sc.state & PROF_PROFILING )
371 prof_sc.state |= PROF_PROFILING;
374 (int)&prof_sc,
394 if (prof_sc.state & PROF_PROFILING
    [all...]
profile.c 82 } prof_sc; variable in typeref:struct:profiler_sc
137 prof_sc.state = 0;
159 if (prof_sc.state && PROF_OPEN)
170 prof_sc.state |= PROF_OPEN;
187 prof_sc.state &= ~PROF_OPEN;
198 if (!(prof_sc.state & PROF_PROFILING))
317 if ( prof_sc.state & PROF_PROFILING )
371 prof_sc.state |= PROF_PROFILING;
374 (int)&prof_sc,
394 if (prof_sc.state & PROF_PROFILING
    [all...]

Completed in 24 milliseconds