| plan 9 kernel history: overview | file list | diff list |
1992/0124/port/devkprof.c (diff list | history)
| 1992/0123/sys/src/9/port/devkprof.c:184,190 – 1992/0124/sys/src/9/port/devkprof.c:184,190 (short | long | prev | next) | ||
| 1991/1006 | if(kprof.time == 0) return; | |
| 1990/1004 | /* | |
| 1992/0122 |
| |
| 1992/0124 | * if the pc is coming out of spllo or splx, | |
| 1992/0122 | * use the pc saved when we went splhi. | |
| 1990/1004 | */ if(pc>=(ulong)spllo && pc<=(ulong)spldone) | |