summaryrefslogtreecommitdiff
path: root/tests/quick/fs/10.linux-boot/ref/alpha/linux/tsunami-simple-atomic-dual/stats.txt
blob: 41f61bd3db55787d9e7fdb035d31112d4e623998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997

---------- Begin Simulation Statistics ----------
sim_seconds                                  1.869358                       # Number of seconds simulated
sim_ticks                                1869357988000                       # Number of ticks simulated
final_tick                               1869357988000                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                1993950                       # Simulator instruction rate (inst/s)
host_op_rate                                  1993950                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                            57344769220                       # Simulator tick rate (ticks/s)
host_mem_usage                                 333724                       # Number of bytes of host memory used
host_seconds                                    32.60                       # Real time elapsed on the host
sim_insts                                    64999904                       # Number of instructions simulated
sim_ops                                      64999904                       # Number of ops (including micro ops) simulated
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                          1000                       # Clock period in ticks
system.physmem.bytes_read::cpu0.inst           758272                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.data         66535616                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.inst           106112                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.data           766336                       # Number of bytes read from this memory
system.physmem.bytes_read::tsunami.ide            960                       # Number of bytes read from this memory
system.physmem.bytes_read::total             68167296                       # Number of bytes read from this memory
system.physmem.bytes_inst_read::cpu0.inst       758272                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::cpu1.inst       106112                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::total          864384                       # Number of instructions bytes read from this memory
system.physmem.bytes_written::writebacks      7836352                       # Number of bytes written to this memory
system.physmem.bytes_written::total           7836352                       # Number of bytes written to this memory
system.physmem.num_reads::cpu0.inst             11848                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.data           1039619                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.inst              1658                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.data             11974                       # Number of read requests responded to by this memory
system.physmem.num_reads::tsunami.ide              15                       # Number of read requests responded to by this memory
system.physmem.num_reads::total               1065114                       # Number of read requests responded to by this memory
system.physmem.num_writes::writebacks          122443                       # Number of write requests responded to by this memory
system.physmem.num_writes::total               122443                       # Number of write requests responded to by this memory
system.physmem.bw_read::cpu0.inst              405632                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.data            35592763                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.inst               56764                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.data              409946                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::tsunami.ide               514                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::total                36465619                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu0.inst         405632                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu1.inst          56764                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::total             462396                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_write::writebacks           4192002                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::total                4192002                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_total::writebacks           4192002                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.inst             405632                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.data           35592763                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.inst              56764                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.data             409946                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::tsunami.ide              514                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total               40657621                       # Total bandwidth to/from this memory (bytes/s)
system.cpu_clk_domain.clock                       500                       # Clock period in ticks
system.cpu0.dtb.fetch_hits                          0                       # ITB hits
system.cpu0.dtb.fetch_misses                        0                       # ITB misses
system.cpu0.dtb.fetch_acv                           0                       # ITB acv
system.cpu0.dtb.fetch_accesses                      0                       # ITB accesses
system.cpu0.dtb.read_hits                     7758808                       # DTB read hits
system.cpu0.dtb.read_misses                      7155                       # DTB read misses
system.cpu0.dtb.read_acv                          152                       # DTB read access violations
system.cpu0.dtb.read_accesses                  531148                       # DTB read accesses
system.cpu0.dtb.write_hits                    4740251                       # DTB write hits
system.cpu0.dtb.write_misses                      732                       # DTB write misses
system.cpu0.dtb.write_acv                         102                       # DTB write access violations
system.cpu0.dtb.write_accesses                 201714                       # DTB write accesses
system.cpu0.dtb.data_hits                    12499059                       # DTB hits
system.cpu0.dtb.data_misses                      7887                       # DTB misses
system.cpu0.dtb.data_acv                          254                       # DTB access violations
system.cpu0.dtb.data_accesses                  732862                       # DTB accesses
system.cpu0.itb.fetch_hits                    3525726                       # ITB hits
system.cpu0.itb.fetch_misses                     3572                       # ITB misses
system.cpu0.itb.fetch_acv                         127                       # ITB acv
system.cpu0.itb.fetch_accesses                3529298                       # ITB accesses
system.cpu0.itb.read_hits                           0                       # DTB read hits
system.cpu0.itb.read_misses                         0                       # DTB read misses
system.cpu0.itb.read_acv                            0                       # DTB read access violations
system.cpu0.itb.read_accesses                       0                       # DTB read accesses
system.cpu0.itb.write_hits                          0                       # DTB write hits
system.cpu0.itb.write_misses                        0                       # DTB write misses
system.cpu0.itb.write_acv                           0                       # DTB write access violations
system.cpu0.itb.write_accesses                      0                       # DTB write accesses
system.cpu0.itb.data_hits                           0                       # DTB hits
system.cpu0.itb.data_misses                         0                       # DTB misses
system.cpu0.itb.data_acv                            0                       # DTB access violations
system.cpu0.itb.data_accesses                       0                       # DTB accesses
system.cpu0.numCycles                      3738722771                       # number of cpu cycles simulated
system.cpu0.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu0.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu0.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu0.kern.inst.quiesce                    6794                       # number of quiesce instructions executed
system.cpu0.kern.inst.hwrei                    150435                       # number of hwrei instructions executed
system.cpu0.kern.ipl_count::0                   51398     40.00%     40.00% # number of times we switched to this ipl
system.cpu0.kern.ipl_count::21                    243      0.19%     40.19% # number of times we switched to this ipl
system.cpu0.kern.ipl_count::22                   1907      1.48%     41.67% # number of times we switched to this ipl
system.cpu0.kern.ipl_count::30                    514      0.40%     42.07% # number of times we switched to this ipl
system.cpu0.kern.ipl_count::31                  74446     57.93%    100.00% # number of times we switched to this ipl
system.cpu0.kern.ipl_count::total              128508                       # number of times we switched to this ipl
system.cpu0.kern.ipl_good::0                    51050     48.97%     48.97% # number of times we switched to this ipl from a different ipl
system.cpu0.kern.ipl_good::21                     243      0.23%     49.20% # number of times we switched to this ipl from a different ipl
system.cpu0.kern.ipl_good::22                    1907      1.83%     51.03% # number of times we switched to this ipl from a different ipl
system.cpu0.kern.ipl_good::30                     514      0.49%     51.52% # number of times we switched to this ipl from a different ipl
system.cpu0.kern.ipl_good::31                   50536     48.48%    100.00% # number of times we switched to this ipl from a different ipl
system.cpu0.kern.ipl_good::total               104250                       # number of times we switched to this ipl from a different ipl
system.cpu0.kern.ipl_ticks::0            1853222721000     99.14%     99.14% # number of cycles we spent at this ipl
system.cpu0.kern.ipl_ticks::21               20110000      0.00%     99.14% # number of cycles we spent at this ipl
system.cpu0.kern.ipl_ticks::22               82001000      0.00%     99.14% # number of cycles we spent at this ipl
system.cpu0.kern.ipl_ticks::30               57621500      0.00%     99.15% # number of cycles we spent at this ipl
system.cpu0.kern.ipl_ticks::31            15975327000      0.85%    100.00% # number of cycles we spent at this ipl
system.cpu0.kern.ipl_ticks::total        1869357780500                       # number of cycles we spent at this ipl
system.cpu0.kern.ipl_used::0                 0.993229                       # fraction of swpipl calls that actually changed the ipl
system.cpu0.kern.ipl_used::21                       1                       # fraction of swpipl calls that actually changed the ipl
system.cpu0.kern.ipl_used::22                       1                       # fraction of swpipl calls that actually changed the ipl
system.cpu0.kern.ipl_used::30                       1                       # fraction of swpipl calls that actually changed the ipl
system.cpu0.kern.ipl_used::31                0.678828                       # fraction of swpipl calls that actually changed the ipl
system.cpu0.kern.ipl_used::total             0.811234                       # fraction of swpipl calls that actually changed the ipl
system.cpu0.kern.syscall::2                         6      2.63%      2.63% # number of syscalls executed
system.cpu0.kern.syscall::3                        20      8.77%     11.40% # number of syscalls executed
system.cpu0.kern.syscall::4                         2      0.88%     12.28% # number of syscalls executed
system.cpu0.kern.syscall::6                        32     14.04%     26.32% # number of syscalls executed
system.cpu0.kern.syscall::12                        1      0.44%     26.75% # number of syscalls executed
system.cpu0.kern.syscall::15                        1      0.44%     27.19% # number of syscalls executed
system.cpu0.kern.syscall::17                        9      3.95%     31.14% # number of syscalls executed
system.cpu0.kern.syscall::19                        8      3.51%     34.65% # number of syscalls executed
system.cpu0.kern.syscall::20                        6      2.63%     37.28% # number of syscalls executed
system.cpu0.kern.syscall::23                        2      0.88%     38.16% # number of syscalls executed
system.cpu0.kern.syscall::24                        4      1.75%     39.91% # number of syscalls executed
system.cpu0.kern.syscall::33                        7      3.07%     42.98% # number of syscalls executed
system.cpu0.kern.syscall::41                        2      0.88%     43.86% # number of syscalls executed
system.cpu0.kern.syscall::45                       37     16.23%     60.09% # number of syscalls executed
system.cpu0.kern.syscall::47                        4      1.75%     61.84% # number of syscalls executed
system.cpu0.kern.syscall::48                        8      3.51%     65.35% # number of syscalls executed
system.cpu0.kern.syscall::54                       10      4.39%     69.74% # number of syscalls executed
system.cpu0.kern.syscall::58                        1      0.44%     70.18% # number of syscalls executed
system.cpu0.kern.syscall::59                        5      2.19%     72.37% # number of syscalls executed
system.cpu0.kern.syscall::71                       30     13.16%     85.53% # number of syscalls executed
system.cpu0.kern.syscall::73                        3      1.32%     86.84% # number of syscalls executed
system.cpu0.kern.syscall::74                        8      3.51%     90.35% # number of syscalls executed
system.cpu0.kern.syscall::87                        1      0.44%     90.79% # number of syscalls executed
system.cpu0.kern.syscall::90                        2      0.88%     91.67% # number of syscalls executed
system.cpu0.kern.syscall::92                        9      3.95%     95.61% # number of syscalls executed
system.cpu0.kern.syscall::97                        2      0.88%     96.49% # number of syscalls executed
system.cpu0.kern.syscall::98                        2      0.88%     97.37% # number of syscalls executed
system.cpu0.kern.syscall::132                       2      0.88%     98.25% # number of syscalls executed
system.cpu0.kern.syscall::144                       2      0.88%     99.12% # number of syscalls executed
system.cpu0.kern.syscall::147                       2      0.88%    100.00% # number of syscalls executed
system.cpu0.kern.syscall::total                   228                       # number of syscalls executed
system.cpu0.kern.callpal::cserve                    1      0.00%      0.00% # number of callpals executed
system.cpu0.kern.callpal::wripir                  616      0.45%      0.45% # number of callpals executed
system.cpu0.kern.callpal::wrmces                    1      0.00%      0.45% # number of callpals executed
system.cpu0.kern.callpal::wrfen                     1      0.00%      0.46% # number of callpals executed
system.cpu0.kern.callpal::wrvptptr                  1      0.00%      0.46% # number of callpals executed
system.cpu0.kern.callpal::swpctx                 2743      2.02%      2.47% # number of callpals executed
system.cpu0.kern.callpal::tbi                      39      0.03%      2.50% # number of callpals executed
system.cpu0.kern.callpal::wrent                     7      0.01%      2.51% # number of callpals executed
system.cpu0.kern.callpal::swpipl               121668     89.51%     92.02% # number of callpals executed
system.cpu0.kern.callpal::rdps                   6149      4.52%     96.54% # number of callpals executed
system.cpu0.kern.callpal::wrkgp                     1      0.00%     96.54% # number of callpals executed
system.cpu0.kern.callpal::wrusp                     3      0.00%     96.54% # number of callpals executed
system.cpu0.kern.callpal::rdusp                     7      0.01%     96.55% # number of callpals executed
system.cpu0.kern.callpal::whami                     2      0.00%     96.55% # number of callpals executed
system.cpu0.kern.callpal::rti                    4175      3.07%     99.62% # number of callpals executed
system.cpu0.kern.callpal::callsys                 369      0.27%     99.89% # number of callpals executed
system.cpu0.kern.callpal::imb                     146      0.11%    100.00% # number of callpals executed
system.cpu0.kern.callpal::total                135929                       # number of callpals executed
system.cpu0.kern.mode_switch::kernel             6593                       # number of protection mode switches
system.cpu0.kern.mode_switch::user               1173                       # number of protection mode switches
system.cpu0.kern.mode_switch::idle                  0                       # number of protection mode switches
system.cpu0.kern.mode_good::kernel               1172                      
system.cpu0.kern.mode_good::user                 1173                      
system.cpu0.kern.mode_good::idle                    0                      
system.cpu0.kern.mode_switch_good::kernel     0.177764                       # fraction of useful protection mode switches
system.cpu0.kern.mode_switch_good::user             1                       # fraction of useful protection mode switches
system.cpu0.kern.mode_switch_good::idle           nan                       # fraction of useful protection mode switches
system.cpu0.kern.mode_switch_good::total     0.301957                       # fraction of useful protection mode switches
system.cpu0.kern.mode_ticks::kernel      1868349152500     99.95%     99.95% # number of ticks spent at the given mode
system.cpu0.kern.mode_ticks::user          1008627000      0.05%    100.00% # number of ticks spent at the given mode
system.cpu0.kern.mode_ticks::idle                   0      0.00%    100.00% # number of ticks spent at the given mode
system.cpu0.kern.swap_context                    2744                       # number of times the context was actually changed
system.cpu0.committedInsts                   49477745                       # Number of instructions committed
system.cpu0.committedOps                     49477745                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses             46201705                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                197598                       # Number of float alu accesses
system.cpu0.num_func_calls                    1124633                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts      6043603                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                    46201705                       # number of integer instructions
system.cpu0.num_fp_insts                       197598                       # number of float instructions
system.cpu0.num_int_register_reads           64003225                       # number of times the integer registers were read
system.cpu0.num_int_register_writes          34834421                       # number of times the integer registers were written
system.cpu0.num_fp_register_reads               97440                       # number of times the floating registers were read
system.cpu0.num_fp_register_writes              98967                       # number of times the floating registers were written
system.cpu0.num_mem_refs                     12536107                       # number of memory refs
system.cpu0.num_load_insts                    7783754                       # Number of load instructions
system.cpu0.num_store_insts                   4752353                       # Number of store instructions
system.cpu0.num_idle_cycles              3689239788.666409                       # Number of idle cycles
system.cpu0.num_busy_cycles              49482982.333591                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.013235                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.986765                       # Percentage of idle cycles
system.cpu0.Branches                          7530826                       # Number of branches fetched
system.cpu0.op_class::No_OpClass              2589816      5.23%      5.23% # Class of executed instruction
system.cpu0.op_class::IntAlu                 33436017     67.57%     72.80% # Class of executed instruction
system.cpu0.op_class::IntMult                   50540      0.10%     72.90% # Class of executed instruction
system.cpu0.op_class::IntDiv                        0      0.00%     72.90% # Class of executed instruction
system.cpu0.op_class::FloatAdd                  27840      0.06%     72.96% # Class of executed instruction
system.cpu0.op_class::FloatCmp                      0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::FloatCvt                      0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::FloatMult                     0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::FloatDiv                   2233      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::FloatSqrt                     0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdAdd                       0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc                    0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdAlu                       0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdCmp                       0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdCvt                       0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdMisc                      0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdMult                      0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc                   0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdShift                     0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc                  0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdSqrt                      0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd                  0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu                  0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp                  0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt                  0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv                  0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc                 0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult                 0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc              0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt                 0      0.00%     72.96% # Class of executed instruction
system.cpu0.op_class::MemRead                 7945590     16.06%     89.02% # Class of executed instruction
system.cpu0.op_class::MemWrite                4758292      9.62%     98.63% # Class of executed instruction
system.cpu0.op_class::IprAccess                675558      1.37%    100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu0.op_class::total                  49485886                       # Class of executed instruction
system.cpu0.dcache.tags.replacements          1781371                       # number of replacements
system.cpu0.dcache.tags.tagsinuse          506.187328                       # Cycle average of tags in use
system.cpu0.dcache.tags.total_refs           10705763                       # Total number of references to valid blocks.
system.cpu0.dcache.tags.sampled_refs          1781883                       # Sample count of references to valid blocks.
system.cpu0.dcache.tags.avg_refs             6.008118                       # Average number of references to valid blocks.
system.cpu0.dcache.tags.warmup_cycle         10840000                       # Cycle when the warmup percentage was hit.
system.cpu0.dcache.tags.occ_blocks::cpu0.data   506.187328                       # Average occupied blocks per requestor
system.cpu0.dcache.tags.occ_percent::cpu0.data     0.988647                       # Average percentage of cache occupancy
system.cpu0.dcache.tags.occ_percent::total     0.988647                       # Average percentage of cache occupancy
system.cpu0.dcache.tags.occ_task_id_blocks::1024          512                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::0          446                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::1           62                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::2            4                       # Occupied blocks per task id
system.cpu0.dcache.tags.occ_task_id_percent::1024            1                       # Percentage of cache occupancy per task id
system.cpu0.dcache.tags.tag_accesses         51822042                       # Number of tag accesses
system.cpu0.dcache.tags.data_accesses        51822042                       # Number of data accesses
system.cpu0.dcache.ReadReq_hits::cpu0.data      6068881                       # number of ReadReq hits
system.cpu0.dcache.ReadReq_hits::total        6068881                       # number of ReadReq hits
system.cpu0.dcache.WriteReq_hits::cpu0.data      4360085                       # number of WriteReq hits
system.cpu0.dcache.WriteReq_hits::total       4360085                       # number of WriteReq hits
system.cpu0.dcache.LoadLockedReq_hits::cpu0.data       127592                       # number of LoadLockedReq hits
system.cpu0.dcache.LoadLockedReq_hits::total       127592                       # number of LoadLockedReq hits
system.cpu0.dcache.StoreCondReq_hits::cpu0.data       132849                       # number of StoreCondReq hits
system.cpu0.dcache.StoreCondReq_hits::total       132849                       # number of StoreCondReq hits
system.cpu0.dcache.demand_hits::cpu0.data     10428966                       # number of demand (read+write) hits
system.cpu0.dcache.demand_hits::total        10428966                       # number of demand (read+write) hits
system.cpu0.dcache.overall_hits::cpu0.data     10428966                       # number of overall hits
system.cpu0.dcache.overall_hits::total       10428966                       # number of overall hits
system.cpu0.dcache.ReadReq_misses::cpu0.data      1560069                       # number of ReadReq misses
system.cpu0.dcache.ReadReq_misses::total      1560069                       # number of ReadReq misses
system.cpu0.dcache.WriteReq_misses::cpu0.data       236538                       # number of WriteReq misses
system.cpu0.dcache.WriteReq_misses::total       236538                       # number of WriteReq misses
system.cpu0.dcache.LoadLockedReq_misses::cpu0.data        12626                       # number of LoadLockedReq misses
system.cpu0.dcache.LoadLockedReq_misses::total        12626                       # number of LoadLockedReq misses
system.cpu0.dcache.StoreCondReq_misses::cpu0.data         6921                       # number of StoreCondReq misses
system.cpu0.dcache.StoreCondReq_misses::total         6921                       # number of StoreCondReq misses
system.cpu0.dcache.demand_misses::cpu0.data      1796607                       # number of demand (read+write) misses
system.cpu0.dcache.demand_misses::total       1796607                       # number of demand (read+write) misses
system.cpu0.dcache.overall_misses::cpu0.data      1796607                       # number of overall misses
system.cpu0.dcache.overall_misses::total      1796607                       # number of overall misses
system.cpu0.dcache.ReadReq_accesses::cpu0.data      7628950                       # number of ReadReq accesses(hits+misses)
system.cpu0.dcache.ReadReq_accesses::total      7628950                       # number of ReadReq accesses(hits+misses)
system.cpu0.dcache.WriteReq_accesses::cpu0.data      4596623                       # number of WriteReq accesses(hits+misses)
system.cpu0.dcache.WriteReq_accesses::total      4596623                       # number of WriteReq accesses(hits+misses)
system.cpu0.dcache.LoadLockedReq_accesses::cpu0.data       140218                       # number of LoadLockedReq accesses(hits+misses)
system.cpu0.dcache.LoadLockedReq_accesses::total       140218                       # number of LoadLockedReq accesses(hits+misses)
system.cpu0.dcache.StoreCondReq_accesses::cpu0.data       139770                       # number of StoreCondReq accesses(hits+misses)
system.cpu0.dcache.StoreCondReq_accesses::total       139770                       # number of StoreCondReq accesses(hits+misses)
system.cpu0.dcache.demand_accesses::cpu0.data     12225573                       # number of demand (read+write) accesses
system.cpu0.dcache.demand_accesses::total     12225573                       # number of demand (read+write) accesses
system.cpu0.dcache.overall_accesses::cpu0.data     12225573                       # number of overall (read+write) accesses
system.cpu0.dcache.overall_accesses::total     12225573                       # number of overall (read+write) accesses
system.cpu0.dcache.ReadReq_miss_rate::cpu0.data     0.204493                       # miss rate for ReadReq accesses
system.cpu0.dcache.ReadReq_miss_rate::total     0.204493                       # miss rate for ReadReq accesses
system.cpu0.dcache.WriteReq_miss_rate::cpu0.data     0.051459                       # miss rate for WriteReq accesses
system.cpu0.dcache.WriteReq_miss_rate::total     0.051459                       # miss rate for WriteReq accesses
system.cpu0.dcache.LoadLockedReq_miss_rate::cpu0.data     0.090046                       # miss rate for LoadLockedReq accesses
system.cpu0.dcache.LoadLockedReq_miss_rate::total     0.090046                       # miss rate for LoadLockedReq accesses
system.cpu0.dcache.StoreCondReq_miss_rate::cpu0.data     0.049517                       # miss rate for StoreCondReq accesses
system.cpu0.dcache.StoreCondReq_miss_rate::total     0.049517                       # miss rate for StoreCondReq accesses
system.cpu0.dcache.demand_miss_rate::cpu0.data     0.146955                       # miss rate for demand accesses
system.cpu0.dcache.demand_miss_rate::total     0.146955                       # miss rate for demand accesses
system.cpu0.dcache.overall_miss_rate::cpu0.data     0.146955                       # miss rate for overall accesses
system.cpu0.dcache.overall_miss_rate::total     0.146955                       # miss rate for overall accesses
system.cpu0.dcache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu0.dcache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu0.dcache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu0.dcache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu0.dcache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu0.dcache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu0.dcache.fast_writes                      0                       # number of fast writes performed
system.cpu0.dcache.cache_copies                     0                       # number of cache copies performed
system.cpu0.dcache.writebacks::writebacks       633127                       # number of writebacks
system.cpu0.dcache.writebacks::total           633127                       # number of writebacks
system.cpu0.dcache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.cpu0.icache.tags.replacements           618292                       # number of replacements
system.cpu0.icache.tags.tagsinuse          511.240644                       # Cycle average of tags in use
system.cpu0.icache.tags.total_refs           48866947                       # Total number of references to valid blocks.
system.cpu0.icache.tags.sampled_refs           618804                       # Sample count of references to valid blocks.
system.cpu0.icache.tags.avg_refs            78.969992                       # Average number of references to valid blocks.
system.cpu0.icache.tags.warmup_cycle       9786048500                       # Cycle when the warmup percentage was hit.
system.cpu0.icache.tags.occ_blocks::cpu0.inst   511.240644                       # Average occupied blocks per requestor
system.cpu0.icache.tags.occ_percent::cpu0.inst     0.998517                       # Average percentage of cache occupancy
system.cpu0.icache.tags.occ_percent::total     0.998517                       # Average percentage of cache occupancy
system.cpu0.icache.tags.occ_task_id_blocks::1024          512                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::0           63                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::1          116                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::2          333                       # Occupied blocks per task id
system.cpu0.icache.tags.occ_task_id_percent::1024            1                       # Percentage of cache occupancy per task id
system.cpu0.icache.tags.tag_accesses         50104825                       # Number of tag accesses
system.cpu0.icache.tags.data_accesses        50104825                       # Number of data accesses
system.cpu0.icache.ReadReq_hits::cpu0.inst     48866947                       # number of ReadReq hits
system.cpu0.icache.ReadReq_hits::total       48866947                       # number of ReadReq hits
system.cpu0.icache.demand_hits::cpu0.inst     48866947                       # number of demand (read+write) hits
system.cpu0.icache.demand_hits::total        48866947                       # number of demand (read+write) hits
system.cpu0.icache.overall_hits::cpu0.inst     48866947                       # number of overall hits
system.cpu0.icache.overall_hits::total       48866947                       # number of overall hits
system.cpu0.icache.ReadReq_misses::cpu0.inst       618939                       # number of ReadReq misses
system.cpu0.icache.ReadReq_misses::total       618939                       # number of ReadReq misses
system.cpu0.icache.demand_misses::cpu0.inst       618939                       # number of demand (read+write) misses
system.cpu0.icache.demand_misses::total        618939                       # number of demand (read+write) misses
system.cpu0.icache.overall_misses::cpu0.inst       618939                       # number of overall misses
system.cpu0.icache.overall_misses::total       618939                       # number of overall misses
system.cpu0.icache.ReadReq_accesses::cpu0.inst     49485886                       # number of ReadReq accesses(hits+misses)
system.cpu0.icache.ReadReq_accesses::total     49485886                       # number of ReadReq accesses(hits+misses)
system.cpu0.icache.demand_accesses::cpu0.inst     49485886                       # number of demand (read+write) accesses
system.cpu0.icache.demand_accesses::total     49485886                       # number of demand (read+write) accesses
system.cpu0.icache.overall_accesses::cpu0.inst     49485886                       # number of overall (read+write) accesses
system.cpu0.icache.overall_accesses::total     49485886                       # number of overall (read+write) accesses
system.cpu0.icache.ReadReq_miss_rate::cpu0.inst     0.012507                       # miss rate for ReadReq accesses
system.cpu0.icache.ReadReq_miss_rate::total     0.012507                       # miss rate for ReadReq accesses
system.cpu0.icache.demand_miss_rate::cpu0.inst     0.012507                       # miss rate for demand accesses
system.cpu0.icache.demand_miss_rate::total     0.012507                       # miss rate for demand accesses
system.cpu0.icache.overall_miss_rate::cpu0.inst     0.012507                       # miss rate for overall accesses
system.cpu0.icache.overall_miss_rate::total     0.012507                       # miss rate for overall accesses
system.cpu0.icache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu0.icache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu0.icache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu0.icache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu0.icache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu0.icache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu0.icache.fast_writes                      0                       # number of fast writes performed
system.cpu0.icache.cache_copies                     0                       # number of cache copies performed
system.cpu0.icache.writebacks::writebacks       618292                       # number of writebacks
system.cpu0.icache.writebacks::total           618292                       # number of writebacks
system.cpu0.icache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.cpu1.dtb.fetch_hits                          0                       # ITB hits
system.cpu1.dtb.fetch_misses                        0                       # ITB misses
system.cpu1.dtb.fetch_acv                           0                       # ITB acv
system.cpu1.dtb.fetch_accesses                      0                       # ITB accesses
system.cpu1.dtb.read_hits                     2831559                       # DTB read hits
system.cpu1.dtb.read_misses                      3191                       # DTB read misses
system.cpu1.dtb.read_acv                           58                       # DTB read access violations
system.cpu1.dtb.read_accesses                  198160                       # DTB read accesses
system.cpu1.dtb.write_hits                    2101673                       # DTB write hits
system.cpu1.dtb.write_misses                      412                       # DTB write misses
system.cpu1.dtb.write_acv                          55                       # DTB write access violations
system.cpu1.dtb.write_accesses                  90619                       # DTB write accesses
system.cpu1.dtb.data_hits                     4933232                       # DTB hits
system.cpu1.dtb.data_misses                      3603                       # DTB misses
system.cpu1.dtb.data_acv                          113                       # DTB access violations
system.cpu1.dtb.data_accesses                  288779                       # DTB accesses
system.cpu1.itb.fetch_hits                    1950883                       # ITB hits
system.cpu1.itb.fetch_misses                     1451                       # ITB misses
system.cpu1.itb.fetch_acv                          57                       # ITB acv
system.cpu1.itb.fetch_accesses                1952334                       # ITB accesses
system.cpu1.itb.read_hits                           0                       # DTB read hits
system.cpu1.itb.read_misses                         0                       # DTB read misses
system.cpu1.itb.read_acv                            0                       # DTB read access violations
system.cpu1.itb.read_accesses                       0                       # DTB read accesses
system.cpu1.itb.write_hits                          0                       # DTB write hits
system.cpu1.itb.write_misses                        0                       # DTB write misses
system.cpu1.itb.write_acv                           0                       # DTB write access violations
system.cpu1.itb.write_accesses                      0                       # DTB write accesses
system.cpu1.itb.data_hits                           0                       # DTB hits
system.cpu1.itb.data_misses                         0                       # DTB misses
system.cpu1.itb.data_acv                            0                       # DTB access violations
system.cpu1.itb.data_accesses                       0                       # DTB accesses
system.cpu1.numCycles                      3738296587                       # number of cpu cycles simulated
system.cpu1.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu1.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu1.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu1.kern.inst.quiesce                    2704                       # number of quiesce instructions executed
system.cpu1.kern.inst.hwrei                     92290                       # number of hwrei instructions executed
system.cpu1.kern.ipl_count::0                   31964     39.34%     39.34% # number of times we switched to this ipl
system.cpu1.kern.ipl_count::22                   1906      2.35%     41.68% # number of times we switched to this ipl
system.cpu1.kern.ipl_count::30                    616      0.76%     42.44% # number of times we switched to this ipl
system.cpu1.kern.ipl_count::31                  46769     57.56%    100.00% # number of times we switched to this ipl
system.cpu1.kern.ipl_count::total               81255                       # number of times we switched to this ipl
system.cpu1.kern.ipl_good::0                    30935     48.51%     48.51% # number of times we switched to this ipl from a different ipl
system.cpu1.kern.ipl_good::22                    1906      2.99%     51.49% # number of times we switched to this ipl from a different ipl
system.cpu1.kern.ipl_good::30                     616      0.97%     52.46% # number of times we switched to this ipl from a different ipl
system.cpu1.kern.ipl_good::31                   30319     47.54%    100.00% # number of times we switched to this ipl from a different ipl
system.cpu1.kern.ipl_good::total                63776                       # number of times we switched to this ipl from a different ipl
system.cpu1.kern.ipl_ticks::0            1856123490500     99.30%     99.30% # number of cycles we spent at this ipl
system.cpu1.kern.ipl_ticks::22               81958000      0.00%     99.31% # number of cycles we spent at this ipl
system.cpu1.kern.ipl_ticks::30               70736500      0.00%     99.31% # number of cycles we spent at this ipl
system.cpu1.kern.ipl_ticks::31            12870743500      0.69%    100.00% # number of cycles we spent at this ipl
system.cpu1.kern.ipl_ticks::total        1869146928500                       # number of cycles we spent at this ipl
system.cpu1.kern.ipl_used::0                 0.967808                       # fraction of swpipl calls that actually changed the ipl
system.cpu1.kern.ipl_used::22                       1                       # fraction of swpipl calls that actually changed the ipl
system.cpu1.kern.ipl_used::30                       1                       # fraction of swpipl calls that actually changed the ipl
system.cpu1.kern.ipl_used::31                0.648271                       # fraction of swpipl calls that actually changed the ipl
system.cpu1.kern.ipl_used::total             0.784887                       # fraction of swpipl calls that actually changed the ipl
system.cpu1.kern.syscall::2                         2      2.04%      2.04% # number of syscalls executed
system.cpu1.kern.syscall::3                        10     10.20%     12.24% # number of syscalls executed
system.cpu1.kern.syscall::4                         2      2.04%     14.29% # number of syscalls executed
system.cpu1.kern.syscall::6                        10     10.20%     24.49% # number of syscalls executed
system.cpu1.kern.syscall::17                        6      6.12%     30.61% # number of syscalls executed
system.cpu1.kern.syscall::19                        2      2.04%     32.65% # number of syscalls executed
system.cpu1.kern.syscall::23                        2      2.04%     34.69% # number of syscalls executed
system.cpu1.kern.syscall::24                        2      2.04%     36.73% # number of syscalls executed
system.cpu1.kern.syscall::33                        4      4.08%     40.82% # number of syscalls executed
system.cpu1.kern.syscall::45                       17     17.35%     58.16% # number of syscalls executed
system.cpu1.kern.syscall::47                        2      2.04%     60.20% # number of syscalls executed
system.cpu1.kern.syscall::48                        2      2.04%     62.24% # number of syscalls executed
system.cpu1.kern.syscall::59                        2      2.04%     64.29% # number of syscalls executed
system.cpu1.kern.syscall::71                       24     24.49%     88.78% # number of syscalls executed
system.cpu1.kern.syscall::74                        8      8.16%     96.94% # number of syscalls executed
system.cpu1.kern.syscall::90                        1      1.02%     97.96% # number of syscalls executed
system.cpu1.kern.syscall::132                       2      2.04%    100.00% # number of syscalls executed
system.cpu1.kern.syscall::total                    98                       # number of syscalls executed
system.cpu1.kern.callpal::cserve                    1      0.00%      0.00% # number of callpals executed
system.cpu1.kern.callpal::wripir                  514      0.61%      0.61% # number of callpals executed
system.cpu1.kern.callpal::wrmces                    1      0.00%      0.61% # number of callpals executed
system.cpu1.kern.callpal::wrfen                     1      0.00%      0.61% # number of callpals executed
system.cpu1.kern.callpal::swpctx                 2506      2.96%      3.58% # number of callpals executed
system.cpu1.kern.callpal::tbi                      14      0.02%      3.59% # number of callpals executed
system.cpu1.kern.callpal::wrent                     7      0.01%      3.60% # number of callpals executed
system.cpu1.kern.callpal::swpipl                74617     88.26%     91.86% # number of callpals executed
system.cpu1.kern.callpal::rdps                   2575      3.05%     94.91% # number of callpals executed
system.cpu1.kern.callpal::wrkgp                     1      0.00%     94.91% # number of callpals executed
system.cpu1.kern.callpal::wrusp                     4      0.00%     94.91% # number of callpals executed
system.cpu1.kern.callpal::rdusp                     2      0.00%     94.91% # number of callpals executed
system.cpu1.kern.callpal::whami                     3      0.00%     94.92% # number of callpals executed
system.cpu1.kern.callpal::rti                    4115      4.87%     99.79% # number of callpals executed
system.cpu1.kern.callpal::callsys                 146      0.17%     99.96% # number of callpals executed
system.cpu1.kern.callpal::imb                      34      0.04%    100.00% # number of callpals executed
system.cpu1.kern.callpal::rdunique                  1      0.00%    100.00% # number of callpals executed
system.cpu1.kern.callpal::total                 84542                       # number of callpals executed
system.cpu1.kern.mode_switch::kernel             2548                       # number of protection mode switches
system.cpu1.kern.mode_switch::user                564                       # number of protection mode switches
system.cpu1.kern.mode_switch::idle               3056                       # number of protection mode switches
system.cpu1.kern.mode_good::kernel               1106                      
system.cpu1.kern.mode_good::user                  564                      
system.cpu1.kern.mode_good::idle                  542                      
system.cpu1.kern.mode_switch_good::kernel     0.434066                       # fraction of useful protection mode switches
system.cpu1.kern.mode_switch_good::user             1                       # fraction of useful protection mode switches
system.cpu1.kern.mode_switch_good::idle      0.177356                       # fraction of useful protection mode switches
system.cpu1.kern.mode_switch_good::total     0.358625                       # fraction of useful protection mode switches
system.cpu1.kern.mode_ticks::kernel        5986368000      0.32%      0.32% # number of ticks spent at the given mode
system.cpu1.kern.mode_ticks::user           456602000      0.02%      0.34% # number of ticks spent at the given mode
system.cpu1.kern.mode_ticks::idle        1862102404500     99.66%    100.00% # number of ticks spent at the given mode
system.cpu1.kern.swap_context                    2507                       # number of times the context was actually changed
system.cpu1.committedInsts                   15522159                       # Number of instructions committed
system.cpu1.committedOps                     15522159                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses             14295544                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                198941                       # Number of float alu accesses
system.cpu1.num_func_calls                     493140                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts      1540068                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                    14295544                       # number of integer instructions
system.cpu1.num_fp_insts                       198941                       # number of float instructions
system.cpu1.num_int_register_reads           19514289                       # number of times the integer registers were read
system.cpu1.num_int_register_writes          10457600                       # number of times the integer registers were written
system.cpu1.num_fp_register_reads              101734                       # number of times the floating registers were read
system.cpu1.num_fp_register_writes             104129                       # number of times the floating registers were written
system.cpu1.num_mem_refs                      4961786                       # number of memory refs
system.cpu1.num_load_insts                    2849090                       # Number of load instructions
system.cpu1.num_store_insts                   2112696                       # Number of store instructions
system.cpu1.num_idle_cycles              3722773649.474793                       # Number of idle cycles
system.cpu1.num_busy_cycles              15522937.525207                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.004152                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.995848                       # Percentage of idle cycles
system.cpu1.Branches                          2214163                       # Number of branches fetched
system.cpu1.op_class::No_OpClass               856043      5.51%      5.51% # Class of executed instruction
system.cpu1.op_class::IntAlu                  9156766     58.98%     64.49% # Class of executed instruction
system.cpu1.op_class::IntMult                   25065      0.16%     64.65% # Class of executed instruction
system.cpu1.op_class::IntDiv                        0      0.00%     64.65% # Class of executed instruction
system.cpu1.op_class::FloatAdd                  12426      0.08%     64.73% # Class of executed instruction
system.cpu1.op_class::FloatCmp                      0      0.00%     64.73% # Class of executed instruction
system.cpu1.op_class::FloatCvt                      0      0.00%     64.73% # Class of executed instruction
system.cpu1.op_class::FloatMult                     0      0.00%     64.73% # Class of executed instruction
system.cpu1.op_class::FloatDiv                   1409      0.01%     64.74% # Class of executed instruction
system.cpu1.op_class::FloatSqrt                     0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdAdd                       0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc                    0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdAlu                       0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdCmp                       0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdCvt                       0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdMisc                      0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdMult                      0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc                   0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdShift                     0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc                  0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdSqrt                      0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd                  0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu                  0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp                  0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt                  0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv                  0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc                 0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult                 0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc              0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt                 0      0.00%     64.74% # Class of executed instruction
system.cpu1.op_class::MemRead                 2937016     18.92%     83.66% # Class of executed instruction
system.cpu1.op_class::MemWrite                2113897     13.62%     97.27% # Class of executed instruction
system.cpu1.op_class::IprAccess                423253      2.73%    100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu1.op_class::total                  15525875                       # Class of executed instruction
system.cpu1.dcache.tags.replacements           201757                       # number of replacements
system.cpu1.dcache.tags.tagsinuse          497.601960                       # Cycle average of tags in use
system.cpu1.dcache.tags.total_refs            4718401                       # Total number of references to valid blocks.
system.cpu1.dcache.tags.sampled_refs           202065                       # Sample count of references to valid blocks.
system.cpu1.dcache.tags.avg_refs            23.350907                       # Average number of references to valid blocks.
system.cpu1.dcache.tags.warmup_cycle      15869420000                       # Cycle when the warmup percentage was hit.
system.cpu1.dcache.tags.occ_blocks::cpu1.data   497.601960                       # Average occupied blocks per requestor
system.cpu1.dcache.tags.occ_percent::cpu1.data     0.971879                       # Average percentage of cache occupancy
system.cpu1.dcache.tags.occ_percent::total     0.971879                       # Average percentage of cache occupancy
system.cpu1.dcache.tags.occ_task_id_blocks::1024          308                       # Occupied blocks per task id
system.cpu1.dcache.tags.age_task_id_blocks_1024::2          306                       # Occupied blocks per task id
system.cpu1.dcache.tags.age_task_id_blocks_1024::3            2                       # Occupied blocks per task id
system.cpu1.dcache.tags.occ_task_id_percent::1024     0.601562                       # Percentage of cache occupancy per task id
system.cpu1.dcache.tags.tag_accesses         20020608                       # Number of tag accesses
system.cpu1.dcache.tags.data_accesses        20020608                       # Number of data accesses
system.cpu1.dcache.ReadReq_hits::cpu1.data      2632688                       # number of ReadReq hits
system.cpu1.dcache.ReadReq_hits::total        2632688                       # number of ReadReq hits
system.cpu1.dcache.WriteReq_hits::cpu1.data      1954643                       # number of WriteReq hits
system.cpu1.dcache.WriteReq_hits::total       1954643                       # number of WriteReq hits
system.cpu1.dcache.LoadLockedReq_hits::cpu1.data        61098                       # number of LoadLockedReq hits
system.cpu1.dcache.LoadLockedReq_hits::total        61098                       # number of LoadLockedReq hits
system.cpu1.dcache.StoreCondReq_hits::cpu1.data        64210                       # number of StoreCondReq hits
system.cpu1.dcache.StoreCondReq_hits::total        64210                       # number of StoreCondReq hits
system.cpu1.dcache.demand_hits::cpu1.data      4587331                       # number of demand (read+write) hits
system.cpu1.dcache.demand_hits::total         4587331                       # number of demand (read+write) hits
system.cpu1.dcache.overall_hits::cpu1.data      4587331                       # number of overall hits
system.cpu1.dcache.overall_hits::total        4587331                       # number of overall hits
system.cpu1.dcache.ReadReq_misses::cpu1.data       140885                       # number of ReadReq misses
system.cpu1.dcache.ReadReq_misses::total       140885                       # number of ReadReq misses
system.cpu1.dcache.WriteReq_misses::cpu1.data        78317                       # number of WriteReq misses
system.cpu1.dcache.WriteReq_misses::total        78317                       # number of WriteReq misses
system.cpu1.dcache.LoadLockedReq_misses::cpu1.data        11000                       # number of LoadLockedReq misses
system.cpu1.dcache.LoadLockedReq_misses::total        11000                       # number of LoadLockedReq misses
system.cpu1.dcache.StoreCondReq_misses::cpu1.data         7305                       # number of StoreCondReq misses
system.cpu1.dcache.StoreCondReq_misses::total         7305                       # number of StoreCondReq misses
system.cpu1.dcache.demand_misses::cpu1.data       219202                       # number of demand (read+write) misses
system.cpu1.dcache.demand_misses::total        219202                       # number of demand (read+write) misses
system.cpu1.dcache.overall_misses::cpu1.data       219202                       # number of overall misses
system.cpu1.dcache.overall_misses::total       219202                       # number of overall misses
system.cpu1.dcache.ReadReq_accesses::cpu1.data      2773573                       # number of ReadReq accesses(hits+misses)
system.cpu1.dcache.ReadReq_accesses::total      2773573                       # number of ReadReq accesses(hits+misses)
system.cpu1.dcache.WriteReq_accesses::cpu1.data      2032960                       # number of WriteReq accesses(hits+misses)
system.cpu1.dcache.WriteReq_accesses::total      2032960                       # number of WriteReq accesses(hits+misses)
system.cpu1.dcache.LoadLockedReq_accesses::cpu1.data        72098                       # number of LoadLockedReq accesses(hits+misses)
system.cpu1.dcache.LoadLockedReq_accesses::total        72098                       # number of LoadLockedReq accesses(hits+misses)
system.cpu1.dcache.StoreCondReq_accesses::cpu1.data        71515                       # number of StoreCondReq accesses(hits+misses)
system.cpu1.dcache.StoreCondReq_accesses::total        71515                       # number of StoreCondReq accesses(hits+misses)
system.cpu1.dcache.demand_accesses::cpu1.data      4806533                       # number of demand (read+write) accesses
system.cpu1.dcache.demand_accesses::total      4806533                       # number of demand (read+write) accesses
system.cpu1.dcache.overall_accesses::cpu1.data      4806533                       # number of overall (read+write) accesses
system.cpu1.dcache.overall_accesses::total      4806533                       # number of overall (read+write) accesses
system.cpu1.dcache.ReadReq_miss_rate::cpu1.data     0.050795                       # miss rate for ReadReq accesses
system.cpu1.dcache.ReadReq_miss_rate::total     0.050795                       # miss rate for ReadReq accesses
system.cpu1.dcache.WriteReq_miss_rate::cpu1.data     0.038524                       # miss rate for WriteReq accesses
system.cpu1.dcache.WriteReq_miss_rate::total     0.038524                       # miss rate for WriteReq accesses
system.cpu1.dcache.LoadLockedReq_miss_rate::cpu1.data     0.152570                       # miss rate for LoadLockedReq accesses
system.cpu1.dcache.LoadLockedReq_miss_rate::total     0.152570                       # miss rate for LoadLockedReq accesses
system.cpu1.dcache.StoreCondReq_miss_rate::cpu1.data     0.102146                       # miss rate for StoreCondReq accesses
system.cpu1.dcache.StoreCondReq_miss_rate::total     0.102146                       # miss rate for StoreCondReq accesses
system.cpu1.dcache.demand_miss_rate::cpu1.data     0.045605                       # miss rate for demand accesses
system.cpu1.dcache.demand_miss_rate::total     0.045605                       # miss rate for demand accesses
system.cpu1.dcache.overall_miss_rate::cpu1.data     0.045605                       # miss rate for overall accesses
system.cpu1.dcache.overall_miss_rate::total     0.045605                       # miss rate for overall accesses
system.cpu1.dcache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu1.dcache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu1.dcache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu1.dcache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu1.dcache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu1.dcache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu1.dcache.fast_writes                      0                       # number of fast writes performed
system.cpu1.dcache.cache_copies                     0                       # number of cache copies performed
system.cpu1.dcache.writebacks::writebacks       144536                       # number of writebacks
system.cpu1.dcache.writebacks::total           144536                       # number of writebacks
system.cpu1.dcache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.cpu1.icache.tags.replacements           380647                       # number of replacements
system.cpu1.icache.tags.tagsinuse          453.133719                       # Cycle average of tags in use
system.cpu1.icache.tags.total_refs           15144687                       # Total number of references to valid blocks.
system.cpu1.icache.tags.sampled_refs           381159                       # Sample count of references to valid blocks.
system.cpu1.icache.tags.avg_refs            39.733253                       # Average number of references to valid blocks.
system.cpu1.icache.tags.warmup_cycle     1859777157500                       # Cycle when the warmup percentage was hit.
system.cpu1.icache.tags.occ_blocks::cpu1.inst   453.133719                       # Average occupied blocks per requestor
system.cpu1.icache.tags.occ_percent::cpu1.inst     0.885027                       # Average percentage of cache occupancy
system.cpu1.icache.tags.occ_percent::total     0.885027                       # Average percentage of cache occupancy
system.cpu1.icache.tags.occ_task_id_blocks::1024          512                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::2          509                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::3            3                       # Occupied blocks per task id
system.cpu1.icache.tags.occ_task_id_percent::1024            1                       # Percentage of cache occupancy per task id
system.cpu1.icache.tags.tag_accesses         15907063                       # Number of tag accesses
system.cpu1.icache.tags.data_accesses        15907063                       # Number of data accesses
system.cpu1.icache.ReadReq_hits::cpu1.inst     15144687                       # number of ReadReq hits
system.cpu1.icache.ReadReq_hits::total       15144687                       # number of ReadReq hits
system.cpu1.icache.demand_hits::cpu1.inst     15144687                       # number of demand (read+write) hits
system.cpu1.icache.demand_hits::total        15144687                       # number of demand (read+write) hits
system.cpu1.icache.overall_hits::cpu1.inst     15144687                       # number of overall hits
system.cpu1.icache.overall_hits::total       15144687                       # number of overall hits
system.cpu1.icache.ReadReq_misses::cpu1.inst       381188                       # number of ReadReq misses
system.cpu1.icache.ReadReq_misses::total       381188                       # number of ReadReq misses
system.cpu1.icache.demand_misses::cpu1.inst       381188                       # number of demand (read+write) misses
system.cpu1.icache.demand_misses::total        381188                       # number of demand (read+write) misses
system.cpu1.icache.overall_misses::cpu1.inst       381188                       # number of overall misses
system.cpu1.icache.overall_misses::total       381188                       # number of overall misses
system.cpu1.icache.ReadReq_accesses::cpu1.inst     15525875                       # number of ReadReq accesses(hits+misses)
system.cpu1.icache.ReadReq_accesses::total     15525875                       # number of ReadReq accesses(hits+misses)
system.cpu1.icache.demand_accesses::cpu1.inst     15525875                       # number of demand (read+write) accesses
system.cpu1.icache.demand_accesses::total     15525875                       # number of demand (read+write) accesses
system.cpu1.icache.overall_accesses::cpu1.inst     15525875                       # number of overall (read+write) accesses
system.cpu1.icache.overall_accesses::total     15525875                       # number of overall (read+write) accesses
system.cpu1.icache.ReadReq_miss_rate::cpu1.inst     0.024552                       # miss rate for ReadReq accesses
system.cpu1.icache.ReadReq_miss_rate::total     0.024552                       # miss rate for ReadReq accesses
system.cpu1.icache.demand_miss_rate::cpu1.inst     0.024552                       # miss rate for demand accesses
system.cpu1.icache.demand_miss_rate::total     0.024552                       # miss rate for demand accesses
system.cpu1.icache.overall_miss_rate::cpu1.inst     0.024552                       # miss rate for overall accesses
system.cpu1.icache.overall_miss_rate::total     0.024552                       # miss rate for overall accesses
system.cpu1.icache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu1.icache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu1.icache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu1.icache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu1.icache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu1.icache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu1.icache.fast_writes                      0                       # number of fast writes performed
system.cpu1.icache.cache_copies                     0                       # number of cache copies performed
system.cpu1.icache.writebacks::writebacks       380647                       # number of writebacks
system.cpu1.icache.writebacks::total           380647                       # number of writebacks
system.cpu1.icache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.disk0.dma_read_full_pages                    0                       # Number of full page size DMA reads (not PRD).
system.disk0.dma_read_bytes                      1024                       # Number of bytes transfered via DMA reads (not PRD).
system.disk0.dma_read_txs                           1                       # Number of DMA read transactions (not PRD).
system.disk0.dma_write_full_pages                 298                       # Number of full page size DMA writes.
system.disk0.dma_write_bytes                  2651136                       # Number of bytes transfered via DMA writes.
system.disk0.dma_write_txs                        395                       # Number of DMA write transactions.
system.disk2.dma_read_full_pages                    0                       # Number of full page size DMA reads (not PRD).
system.disk2.dma_read_bytes                         0                       # Number of bytes transfered via DMA reads (not PRD).
system.disk2.dma_read_txs                           0                       # Number of DMA read transactions (not PRD).
system.disk2.dma_write_full_pages                   1                       # Number of full page size DMA writes.
system.disk2.dma_write_bytes                     8192                       # Number of bytes transfered via DMA writes.
system.disk2.dma_write_txs                          1                       # Number of DMA write transactions.
system.iobus.trans_dist::ReadReq                 7628                       # Transaction distribution
system.iobus.trans_dist::ReadResp                7628                       # Transaction distribution
system.iobus.trans_dist::WriteReq               56140                       # Transaction distribution
system.iobus.trans_dist::WriteResp              56140                       # Transaction distribution
system.iobus.pkt_count_system.bridge.master::system.tsunami.cchip.pio        14686                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.pchip.pio         1014                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.fake_sm_chip.pio           10                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.fake_uart4.pio           10                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.io.pio         1076                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.uart.pio        18036                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.backdoor.pio         2468                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.ide.pio         6672                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.tsunami.ethernet.pio          102                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::total        44074                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.tsunami.ide.dma::system.iocache.cpu_side        83462                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.tsunami.ide.dma::total        83462                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                  127536                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.cchip.pio        58744                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.pchip.pio         2749                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.fake_sm_chip.pio            5                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.fake_uart4.pio            5                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.io.pio         1392                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.uart.pio         9018                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.backdoor.pio         9852                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.ide.pio         4193                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.tsunami.ethernet.pio          204                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::total        86162                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.tsunami.ide.dma::system.iocache.cpu_side      2661656                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.tsunami.ide.dma::total      2661656                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size::total                  2747818                       # Cumulative packet size per connected master and slave (bytes)
system.iocache.tags.replacements                41699                       # number of replacements
system.iocache.tags.tagsinuse                0.434096                       # Cycle average of tags in use
system.iocache.tags.total_refs                      0                       # Total number of references to valid blocks.
system.iocache.tags.sampled_refs                41715                       # Sample count of references to valid blocks.
system.iocache.tags.avg_refs                        0                       # Average number of references to valid blocks.
system.iocache.tags.warmup_cycle         1685787163517                       # Cycle when the warmup percentage was hit.
system.iocache.tags.occ_blocks::tsunami.ide     0.434096                       # Average occupied blocks per requestor
system.iocache.tags.occ_percent::tsunami.ide     0.027131                       # Average percentage of cache occupancy
system.iocache.tags.occ_percent::total       0.027131                       # Average percentage of cache occupancy
system.iocache.tags.occ_task_id_blocks::1023           16                       # Occupied blocks per task id
system.iocache.tags.age_task_id_blocks_1023::2           16                       # Occupied blocks per task id
system.iocache.tags.occ_task_id_percent::1023            1                       # Percentage of cache occupancy per task id
system.iocache.tags.tag_accesses               375579                       # Number of tag accesses
system.iocache.tags.data_accesses              375579                       # Number of data accesses
system.iocache.ReadReq_misses::tsunami.ide          179                       # number of ReadReq misses
system.iocache.ReadReq_misses::total              179                       # number of ReadReq misses
system.iocache.WriteLineReq_misses::tsunami.ide        41552                       # number of WriteLineReq misses
system.iocache.WriteLineReq_misses::total        41552                       # number of WriteLineReq misses
system.iocache.demand_misses::tsunami.ide          179                       # number of demand (read+write) misses
system.iocache.demand_misses::total               179                       # number of demand (read+write) misses
system.iocache.overall_misses::tsunami.ide          179                       # number of overall misses
system.iocache.overall_misses::total              179                       # number of overall misses
system.iocache.ReadReq_accesses::tsunami.ide          179                       # number of ReadReq accesses(hits+misses)
system.iocache.ReadReq_accesses::total            179                       # number of ReadReq accesses(hits+misses)
system.iocache.WriteLineReq_accesses::tsunami.ide        41552                       # number of WriteLineReq accesses(hits+misses)
system.iocache.WriteLineReq_accesses::total        41552                       # number of WriteLineReq accesses(hits+misses)
system.iocache.demand_accesses::tsunami.ide          179                       # number of demand (read+write) accesses
system.iocache.demand_accesses::total             179                       # number of demand (read+write) accesses
system.iocache.overall_accesses::tsunami.ide          179                       # number of overall (read+write) accesses
system.iocache.overall_accesses::total            179                       # number of overall (read+write) accesses
system.iocache.ReadReq_miss_rate::tsunami.ide            1                       # miss rate for ReadReq accesses
system.iocache.ReadReq_miss_rate::total             1                       # miss rate for ReadReq accesses
system.iocache.WriteLineReq_miss_rate::tsunami.ide            1                       # miss rate for WriteLineReq accesses
system.iocache.WriteLineReq_miss_rate::total            1                       # miss rate for WriteLineReq accesses
system.iocache.demand_miss_rate::tsunami.ide            1                       # miss rate for demand accesses
system.iocache.demand_miss_rate::total              1                       # miss rate for demand accesses
system.iocache.overall_miss_rate::tsunami.ide            1                       # miss rate for overall accesses
system.iocache.overall_miss_rate::total             1                       # miss rate for overall accesses
system.iocache.blocked_cycles::no_mshrs             0                       # number of cycles access was blocked
system.iocache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.iocache.blocked::no_mshrs                    0                       # number of cycles access was blocked
system.iocache.blocked::no_targets                  0                       # number of cycles access was blocked
system.iocache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.iocache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.iocache.fast_writes                          0                       # number of fast writes performed
system.iocache.cache_copies                         0                       # number of cache copies performed
system.iocache.writebacks::writebacks           41520                       # number of writebacks
system.iocache.writebacks::total                41520                       # number of writebacks
system.iocache.no_allocate_misses                   0                       # Number of misses that were no-allocate
system.l2c.tags.replacements                   999922                       # number of replacements
system.l2c.tags.tagsinuse                65337.856722                       # Cycle average of tags in use
system.l2c.tags.total_refs                    4259784                       # Total number of references to valid blocks.
system.l2c.tags.sampled_refs                  1064972                       # Sample count of references to valid blocks.
system.l2c.tags.avg_refs                     3.999902                       # Average number of references to valid blocks.
system.l2c.tags.warmup_cycle                838081000                       # Cycle when the warmup percentage was hit.
system.l2c.tags.occ_blocks::writebacks   55997.404251                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.inst     4860.296117                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.data     4190.275222                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.inst      175.171528                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.data      114.709605                       # Average occupied blocks per requestor
system.l2c.tags.occ_percent::writebacks      0.854453                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.inst       0.074162                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.data       0.063939                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.inst       0.002673                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.data       0.001750                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::total           0.996977                       # Average percentage of cache occupancy
system.l2c.tags.occ_task_id_blocks::1024        65050                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::0          768                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::1         3271                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::2         6047                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::3         5933                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::4        49031                       # Occupied blocks per task id
system.l2c.tags.occ_task_id_percent::1024     0.992584                       # Percentage of cache occupancy per task id
system.l2c.tags.tag_accesses                 46377222                       # Number of tag accesses
system.l2c.tags.data_accesses                46377222                       # Number of data accesses
system.l2c.WritebackDirty_hits::writebacks       777663                       # number of WritebackDirty hits
system.l2c.WritebackDirty_hits::total          777663                       # number of WritebackDirty hits
system.l2c.WritebackClean_hits::writebacks       721478                       # number of WritebackClean hits
system.l2c.WritebackClean_hits::total          721478                       # number of WritebackClean hits
system.l2c.UpgradeReq_hits::cpu0.data             130                       # number of UpgradeReq hits
system.l2c.UpgradeReq_hits::cpu1.data             604                       # number of UpgradeReq hits
system.l2c.UpgradeReq_hits::total                 734                       # number of UpgradeReq hits
system.l2c.SCUpgradeReq_hits::cpu0.data            44                       # number of SCUpgradeReq hits
system.l2c.SCUpgradeReq_hits::cpu1.data            28                       # number of SCUpgradeReq hits
system.l2c.SCUpgradeReq_hits::total                72                       # number of SCUpgradeReq hits
system.l2c.ReadExReq_hits::cpu0.data           111475                       # number of ReadExReq hits
system.l2c.ReadExReq_hits::cpu1.data            56605                       # number of ReadExReq hits
system.l2c.ReadExReq_hits::total               168080                       # number of ReadExReq hits
system.l2c.ReadCleanReq_hits::cpu0.inst        607070                       # number of ReadCleanReq hits
system.l2c.ReadCleanReq_hits::cpu1.inst        379530                       # number of ReadCleanReq hits
system.l2c.ReadCleanReq_hits::total            986600                       # number of ReadCleanReq hits
system.l2c.ReadSharedReq_hits::cpu0.data       626719                       # number of ReadSharedReq hits
system.l2c.ReadSharedReq_hits::cpu1.data       129011                       # number of ReadSharedReq hits
system.l2c.ReadSharedReq_hits::total           755730                       # number of ReadSharedReq hits
system.l2c.demand_hits::cpu0.inst              607070                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.data              738194                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.inst              379530                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.data              185616                       # number of demand (read+write) hits
system.l2c.demand_hits::total                 1910410                       # number of demand (read+write) hits
system.l2c.overall_hits::cpu0.inst             607070                       # number of overall hits
system.l2c.overall_hits::cpu0.data             738194                       # number of overall hits
system.l2c.overall_hits::cpu1.inst             379530                       # number of overall hits
system.l2c.overall_hits::cpu1.data             185616                       # number of overall hits
system.l2c.overall_hits::total                1910410                       # number of overall hits
system.l2c.UpgradeReq_misses::cpu0.data          2989                       # number of UpgradeReq misses
system.l2c.UpgradeReq_misses::cpu1.data          2147                       # number of UpgradeReq misses
system.l2c.UpgradeReq_misses::total              5136                       # number of UpgradeReq misses
system.l2c.SCUpgradeReq_misses::cpu0.data         1165                       # number of SCUpgradeReq misses
system.l2c.SCUpgradeReq_misses::cpu1.data         1095                       # number of SCUpgradeReq misses
system.l2c.SCUpgradeReq_misses::total            2260                       # number of SCUpgradeReq misses
system.l2c.ReadExReq_misses::cpu0.data         113871                       # number of ReadExReq misses
system.l2c.ReadExReq_misses::cpu1.data          11066                       # number of ReadExReq misses
system.l2c.ReadExReq_misses::total             124937                       # number of ReadExReq misses
system.l2c.ReadCleanReq_misses::cpu0.inst        11848                       # number of ReadCleanReq misses
system.l2c.ReadCleanReq_misses::cpu1.inst         1658                       # number of ReadCleanReq misses
system.l2c.ReadCleanReq_misses::total           13506                       # number of ReadCleanReq misses
system.l2c.ReadSharedReq_misses::cpu0.data       926615                       # number of ReadSharedReq misses
system.l2c.ReadSharedReq_misses::cpu1.data         1035                       # number of ReadSharedReq misses
system.l2c.ReadSharedReq_misses::total         927650                       # number of ReadSharedReq misses
system.l2c.demand_misses::cpu0.inst             11848                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.data           1040486                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.inst              1658                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.data             12101                       # number of demand (read+write) misses
system.l2c.demand_misses::total               1066093                       # number of demand (read+write) misses
system.l2c.overall_misses::cpu0.inst            11848                       # number of overall misses
system.l2c.overall_misses::cpu0.data          1040486                       # number of overall misses
system.l2c.overall_misses::cpu1.inst             1658                       # number of overall misses
system.l2c.overall_misses::cpu1.data            12101                       # number of overall misses
system.l2c.overall_misses::total              1066093                       # number of overall misses
system.l2c.WritebackDirty_accesses::writebacks       777663                       # number of WritebackDirty accesses(hits+misses)
system.l2c.WritebackDirty_accesses::total       777663                       # number of WritebackDirty accesses(hits+misses)
system.l2c.WritebackClean_accesses::writebacks       721478                       # number of WritebackClean accesses(hits+misses)
system.l2c.WritebackClean_accesses::total       721478                       # number of WritebackClean accesses(hits+misses)
system.l2c.UpgradeReq_accesses::cpu0.data         3119                       # number of UpgradeReq accesses(hits+misses)
system.l2c.UpgradeReq_accesses::cpu1.data         2751                       # number of UpgradeReq accesses(hits+misses)
system.l2c.UpgradeReq_accesses::total            5870                       # number of UpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::cpu0.data         1209                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::cpu1.data         1123                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::total          2332                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::cpu0.data       225346                       # number of ReadExReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::cpu1.data        67671                       # number of ReadExReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::total           293017                       # number of ReadExReq accesses(hits+misses)
system.l2c.ReadCleanReq_accesses::cpu0.inst       618918                       # number of ReadCleanReq accesses(hits+misses)
system.l2c.ReadCleanReq_accesses::cpu1.inst       381188                       # number of ReadCleanReq accesses(hits+misses)
system.l2c.ReadCleanReq_accesses::total       1000106                       # number of ReadCleanReq accesses(hits+misses)
system.l2c.ReadSharedReq_accesses::cpu0.data      1553334                       # number of ReadSharedReq accesses(hits+misses)
system.l2c.ReadSharedReq_accesses::cpu1.data       130046                       # number of ReadSharedReq accesses(hits+misses)
system.l2c.ReadSharedReq_accesses::total      1683380                       # number of ReadSharedReq accesses(hits+misses)
system.l2c.demand_accesses::cpu0.inst          618918                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.data         1778680                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.inst          381188                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.data          197717                       # number of demand (read+write) accesses
system.l2c.demand_accesses::total             2976503                       # number of demand (read+write) accesses
system.l2c.overall_accesses::cpu0.inst         618918                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.data        1778680                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.inst         381188                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.data         197717                       # number of overall (read+write) accesses
system.l2c.overall_accesses::total            2976503                       # number of overall (read+write) accesses
system.l2c.UpgradeReq_miss_rate::cpu0.data     0.958320                       # miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_miss_rate::cpu1.data     0.780443                       # miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_miss_rate::total       0.874957                       # miss rate for UpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::cpu0.data     0.963606                       # miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::cpu1.data     0.975067                       # miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::total     0.969125                       # miss rate for SCUpgradeReq accesses
system.l2c.ReadExReq_miss_rate::cpu0.data     0.505316                       # miss rate for ReadExReq accesses
system.l2c.ReadExReq_miss_rate::cpu1.data     0.163526                       # miss rate for ReadExReq accesses
system.l2c.ReadExReq_miss_rate::total        0.426381                       # miss rate for ReadExReq accesses
system.l2c.ReadCleanReq_miss_rate::cpu0.inst     0.019143                       # miss rate for ReadCleanReq accesses
system.l2c.ReadCleanReq_miss_rate::cpu1.inst     0.004350                       # miss rate for ReadCleanReq accesses
system.l2c.ReadCleanReq_miss_rate::total     0.013505                       # miss rate for ReadCleanReq accesses
system.l2c.ReadSharedReq_miss_rate::cpu0.data     0.596533                       # miss rate for ReadSharedReq accesses
system.l2c.ReadSharedReq_miss_rate::cpu1.data     0.007959                       # miss rate for ReadSharedReq accesses
system.l2c.ReadSharedReq_miss_rate::total     0.551064                       # miss rate for ReadSharedReq accesses
system.l2c.demand_miss_rate::cpu0.inst       0.019143                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.data       0.584976                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.inst       0.004350                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.data       0.061204                       # miss rate for demand accesses
system.l2c.demand_miss_rate::total           0.358170                       # miss rate for demand accesses
system.l2c.overall_miss_rate::cpu0.inst      0.019143                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.data      0.584976                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.inst      0.004350                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.data      0.061204                       # miss rate for overall accesses
system.l2c.overall_miss_rate::total          0.358170                       # miss rate for overall accesses
system.l2c.blocked_cycles::no_mshrs                 0                       # number of cycles access was blocked
system.l2c.blocked_cycles::no_targets               0                       # number of cycles access was blocked
system.l2c.blocked::no_mshrs                        0                       # number of cycles access was blocked
system.l2c.blocked::no_targets                      0                       # number of cycles access was blocked
system.l2c.avg_blocked_cycles::no_mshrs           nan                       # average number of cycles each access was blocked
system.l2c.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.l2c.fast_writes                              0                       # number of fast writes performed
system.l2c.cache_copies                             0                       # number of cache copies performed
system.l2c.writebacks::writebacks               80923                       # number of writebacks
system.l2c.writebacks::total                    80923                       # number of writebacks
system.l2c.no_allocate_misses                       0                       # Number of misses that were no-allocate
system.membus.trans_dist::ReadReq                7449                       # Transaction distribution
system.membus.trans_dist::ReadResp             948784                       # Transaction distribution
system.membus.trans_dist::WriteReq              14588                       # Transaction distribution
system.membus.trans_dist::WriteResp             14588                       # Transaction distribution
system.membus.trans_dist::WritebackDirty       122443                       # Transaction distribution
system.membus.trans_dist::CleanEvict           918012                       # Transaction distribution
system.membus.trans_dist::UpgradeReq            19594                       # Transaction distribution
system.membus.trans_dist::SCUpgradeReq          14154                       # Transaction distribution
system.membus.trans_dist::UpgradeResp            8111                       # Transaction distribution
system.membus.trans_dist::ReadExReq            125245                       # Transaction distribution
system.membus.trans_dist::ReadExResp           124222                       # Transaction distribution
system.membus.trans_dist::ReadSharedReq        941335                       # Transaction distribution
system.membus.trans_dist::InvalidateReq         41552                       # Transaction distribution
system.membus.trans_dist::InvalidateResp        41552                       # Transaction distribution
system.membus.pkt_count_system.l2c.mem_side::system.bridge.slave        44074                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.physmem.port      3172394                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::total      3216468                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.iocache.mem_side::system.physmem.port       125161                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.iocache.mem_side::total       125161                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count::total                3341629                       # Packet count per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::system.bridge.slave        86162                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::system.physmem.port     73363264                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::total     73449426                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.iocache.mem_side::system.physmem.port      2668736                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.iocache.mem_side::total      2668736                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size::total                76118162                       # Cumulative packet size per connected master and slave (bytes)
system.membus.snoops                                0                       # Total snoops (count)
system.membus.snoop_fanout::samples           2204372                       # Request fanout histogram
system.membus.snoop_fanout::mean                    1                       # Request fanout histogram
system.membus.snoop_fanout::stdev                   0                       # Request fanout histogram
system.membus.snoop_fanout::underflows              0      0.00%      0.00% # Request fanout histogram
system.membus.snoop_fanout::0                       0      0.00%      0.00% # Request fanout histogram
system.membus.snoop_fanout::1                 2204372    100.00%    100.00% # Request fanout histogram
system.membus.snoop_fanout::2                       0      0.00%    100.00% # Request fanout histogram
system.membus.snoop_fanout::overflows               0      0.00%    100.00% # Request fanout histogram
system.membus.snoop_fanout::min_value               1                       # Request fanout histogram
system.membus.snoop_fanout::max_value               1                       # Request fanout histogram
system.membus.snoop_fanout::total             2204372                       # Request fanout histogram
system.toL2Bus.snoop_filter.tot_requests      6035855                       # Total number of requests made to the snoop filter.
system.toL2Bus.snoop_filter.hit_single_requests      3018704                       # Number of requests hitting in the snoop filter with a single holder of the requested data.
system.toL2Bus.snoop_filter.hit_multi_requests       374458                       # Number of requests hitting in the snoop filter with multiple (>1) holders of the requested data.
system.toL2Bus.snoop_filter.tot_snoops           1611                       # Total number of snoops made to the snoop filter.
system.toL2Bus.snoop_filter.hit_single_snoops         1521                       # Number of snoops hitting in the snoop filter with a single holder of the requested data.
system.toL2Bus.snoop_filter.hit_multi_snoops           90                       # Number of snoops hitting in the snoop filter with multiple (>1) holders of the requested data.
system.toL2Bus.trans_dist::ReadReq               7449                       # Transaction distribution
system.toL2Bus.trans_dist::ReadResp           2732156                       # Transaction distribution
system.toL2Bus.trans_dist::WriteReq             14588                       # Transaction distribution
system.toL2Bus.trans_dist::WriteResp            14588                       # Transaction distribution
system.toL2Bus.trans_dist::WritebackDirty       777663                       # Transaction distribution
system.toL2Bus.trans_dist::WritebackClean       998939                       # Transaction distribution
system.toL2Bus.trans_dist::CleanEvict         1205465                       # Transaction distribution
system.toL2Bus.trans_dist::UpgradeReq           19613                       # Transaction distribution
system.toL2Bus.trans_dist::SCUpgradeReq         14226                       # Transaction distribution
system.toL2Bus.trans_dist::UpgradeResp          33839                       # Transaction distribution
system.toL2Bus.trans_dist::ReadExReq           295242                       # Transaction distribution
system.toL2Bus.trans_dist::ReadExResp          295242                       # Transaction distribution
system.toL2Bus.trans_dist::ReadCleanReq       1000127                       # Transaction distribution
system.toL2Bus.trans_dist::ReadSharedReq      1724580                       # Transaction distribution
system.toL2Bus.pkt_count_system.cpu0.icache.mem_side::system.l2c.cpu_side      1856170                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu0.dcache.mem_side::system.l2c.cpu_side      5450139                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu1.icache.mem_side::system.l2c.cpu_side      1143023                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu1.dcache.mem_side::system.l2c.cpu_side       684385                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count::total               9133717                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_size_system.cpu0.icache.mem_side::system.l2c.cpu_side     79182784                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.pkt_size_system.cpu0.dcache.mem_side::system.l2c.cpu_side    155766779                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.pkt_size_system.cpu1.icache.mem_side::system.l2c.cpu_side     48757440                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.pkt_size_system.cpu1.dcache.mem_side::system.l2c.cpu_side     23358423                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.pkt_size::total              307065426                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.snoops                         1083516                       # Total snoops (count)
system.toL2Bus.snoop_fanout::samples          7141244                       # Request fanout histogram
system.toL2Bus.snoop_fanout::mean            0.105534                       # Request fanout histogram
system.toL2Bus.snoop_fanout::stdev           0.307488                       # Request fanout histogram
system.toL2Bus.snoop_fanout::underflows             0      0.00%      0.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::0                6388144     89.45%     89.45% # Request fanout histogram
system.toL2Bus.snoop_fanout::1                 752560     10.54%     99.99% # Request fanout histogram
system.toL2Bus.snoop_fanout::2                    538      0.01%    100.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::3                      2      0.00%    100.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::4                      0      0.00%    100.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::overflows              0      0.00%    100.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::min_value              0                       # Request fanout histogram
system.toL2Bus.snoop_fanout::max_value              3                       # Request fanout histogram
system.toL2Bus.snoop_fanout::total            7141244                       # Request fanout histogram
system.tsunami.ethernet.descDMAReads                0                       # Number of descriptors the device read w/ DMA
system.tsunami.ethernet.descDMAWrites               0                       # Number of descriptors the device wrote w/ DMA
system.tsunami.ethernet.descDmaReadBytes            0                       # number of descriptor bytes read w/ DMA
system.tsunami.ethernet.descDmaWriteBytes            0                       # number of descriptor bytes write w/ DMA
system.tsunami.ethernet.postedSwi                   0                       # number of software interrupts posted to CPU
system.tsunami.ethernet.coalescedSwi              nan                       # average number of Swi's coalesced into each post
system.tsunami.ethernet.totalSwi                    0                       # total number of Swi written to ISR
system.tsunami.ethernet.postedRxIdle                0                       # number of rxIdle interrupts posted to CPU
system.tsunami.ethernet.coalescedRxIdle           nan                       # average number of RxIdle's coalesced into each post
system.tsunami.ethernet.totalRxIdle                 0                       # total number of RxIdle written to ISR
system.tsunami.ethernet.postedRxOk                  0                       # number of RxOk interrupts posted to CPU
system.tsunami.ethernet.coalescedRxOk             nan                       # average number of RxOk's coalesced into each post
system.tsunami.ethernet.totalRxOk                   0                       # total number of RxOk written to ISR
system.tsunami.ethernet.postedRxDesc                0                       # number of RxDesc interrupts posted to CPU
system.tsunami.ethernet.coalescedRxDesc           nan                       # average number of RxDesc's coalesced into each post
system.tsunami.ethernet.totalRxDesc                 0                       # total number of RxDesc written to ISR
system.tsunami.ethernet.postedTxOk                  0                       # number of TxOk interrupts posted to CPU
system.tsunami.ethernet.coalescedTxOk             nan                       # average number of TxOk's coalesced into each post
system.tsunami.ethernet.totalTxOk                   0                       # total number of TxOk written to ISR
system.tsunami.ethernet.postedTxIdle                0                       # number of TxIdle interrupts posted to CPU
system.tsunami.ethernet.coalescedTxIdle           nan                       # average number of TxIdle's coalesced into each post
system.tsunami.ethernet.totalTxIdle                 0                       # total number of TxIdle written to ISR
system.tsunami.ethernet.postedTxDesc                0                       # number of TxDesc interrupts posted to CPU
system.tsunami.ethernet.coalescedTxDesc           nan                       # average number of TxDesc's coalesced into each post
system.tsunami.ethernet.totalTxDesc                 0                       # total number of TxDesc written to ISR
system.tsunami.ethernet.postedRxOrn                 0                       # number of RxOrn posted to CPU
system.tsunami.ethernet.coalescedRxOrn            nan                       # average number of RxOrn's coalesced into each post
system.tsunami.ethernet.totalRxOrn                  0                       # total number of RxOrn written to ISR
system.tsunami.ethernet.coalescedTotal            nan                       # average number of interrupts coalesced into each post
system.tsunami.ethernet.postedInterrupts            0                       # number of posts to CPU
system.tsunami.ethernet.droppedPackets              0                       # number of packets dropped

---------- End Simulation Statistics   ----------