kernel_stats.cc (2716:b9114064d77a) kernel_stats.cc (3544:3db423e3b41d)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 54 unchanged lines hidden (view full) ---

63 .desc("number of arm instructions executed")
64 ;
65
66 _quiesce
67 .name(name() + ".inst.quiesce")
68 .desc("number of quiesce instructions executed")
69 ;
70
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 54 unchanged lines hidden (view full) ---

63 .desc("number of arm instructions executed")
64 ;
65
66 _quiesce
67 .name(name() + ".inst.quiesce")
68 .desc("number of quiesce instructions executed")
69 ;
70
71 _ivlb
72 .name(name() + ".inst.ivlb")
73 .desc("number of ivlb instructions executed")
74 ;
75
76 _ivle
77 .name(name() + ".inst.ivle")
78 .desc("number of ivle instructions executed")
79 ;
80
81 _hwrei
82 .name(name() + ".inst.hwrei")
83 .desc("number of hwrei instructions executed")
84 ;
85
86 _iplCount
87 .init(32)
88 .name(name() + ".ipl_count")

--- 202 unchanged lines hidden ---
71 _hwrei
72 .name(name() + ".inst.hwrei")
73 .desc("number of hwrei instructions executed")
74 ;
75
76 _iplCount
77 .init(32)
78 .name(name() + ".ipl_count")

--- 202 unchanged lines hidden ---