Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/libsys/
Dprof_960.c18 static int ProfCount; /* number of entries in ProfBuf */ variable
100 ProfBuf[ProfCount++] = IP; /* works first time since */ in timer_isr()
105 if (ProfCount >= sizeof(ProfBuf)/sizeof(ProfBuf[0])) { in timer_isr()
110 __ghs_syscall(17 /* SYSCALL_MANPROF */, ProfBuf, ProfCount); in timer_isr()
113 ProfCount = 0; in timer_isr()
123 if (ProfCount) in _stopmon()
124 __ghs_syscall(17 /* SYSCALL_MANPROF */, ProfBuf, ProfCount); in _stopmon()