Searched refs:ProfCount (Results 1 – 1 of 1) sorted by relevance
18 static int ProfCount; /* number of entries in ProfBuf */ variable100 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()