diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-07-12 11:10:26 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-07-12 11:10:26 -0700 |
commit | d88671efdfd08f5fcb33b4c4099d79eb82978c62 (patch) | |
tree | 7b9d7acaf54b4f907def6ef5eb2f9bec42021652 /pk/syscall.c | |
parent | dadad2d984342643cad8b2d22b7549f986d3e05e (diff) | |
download | pk-d88671efdfd08f5fcb33b4c4099d79eb82978c62.zip pk-d88671efdfd08f5fcb33b4c4099d79eb82978c62.tar.gz pk-d88671efdfd08f5fcb33b4c4099d79eb82978c62.tar.bz2 |
Remove uarch counters
We'll re-add support for the generic performance counter facility once
it exists.
Diffstat (limited to 'pk/syscall.c')
-rw-r--r-- | pk/syscall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pk/syscall.c b/pk/syscall.c index 9f2be88..8d9a661 100644 --- a/pk/syscall.c +++ b/pk/syscall.c @@ -17,7 +17,6 @@ void sys_exit(int code) { if (current.t0) printk("%ld cycles\n", rdcycle() - current.t0); - dump_uarch_counters(); shutdown(code); } |