Lines Matching refs:stat
87 u32 stat; // metric to measure member
118 static void SetStats ( StatObj* stat, u32 nstats, StatDispMode disp );
352 MyStats2[7].stat = MyStats2[5].count; // misses in main()
1295 static void SetStats( StatObj *stat, u32 nstats, StatDispMode disp ) in SetStats() argument
1297 if (stat == NULL || nstats == 0) in SetStats()
1304 Stat = stat; in SetStats()
1336 GXSetGP0Metric((GXPerf0)Stat[StatIndx].stat); in WriteStats()
1349 GXSetGP1Metric((GXPerf1)Stat[StatIndx].stat); in WriteStats()
1511 switch(Stat[i].stat) in PrintStats()
1552 switch(Stat[i].stat) in PrintStats()
1567 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()
1572 switch(Stat[i].stat) in PrintStats()
1662 switch(Stat[i].stat) in PrintStats()
1707 switch(Stat[i].stat) in PrintStats()
1722 switch(Stat[i].stat) in PrintStats()
1764 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()