diff options
author | subhan <none@none> | 2006-12-12 10:27:07 -0800 |
---|---|---|
committer | subhan <none@none> | 2006-12-12 10:27:07 -0800 |
commit | caf0216521bf9fd82fc89648d6213304970ac5dd (patch) | |
tree | 130838e32ee65b925a7bc65107346cd223550599 | |
parent | e39d8e1bb8b5d1be0080b04e355be00dba5e49af (diff) | |
download | illumos-joyent-caf0216521bf9fd82fc89648d6213304970ac5dd.tar.gz |
6498161 OPL PCBE uses wrong counter names
-rw-r--r-- | usr/src/uts/sun4u/pcbe/opl_pcbe.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/uts/sun4u/pcbe/opl_pcbe.c b/usr/src/uts/sun4u/pcbe/opl_pcbe.c index f4a90d521c..0c545cdc77 100644 --- a/usr/src/uts/sun4u/pcbe/opl_pcbe.c +++ b/usr/src/uts/sun4u/pcbe/opl_pcbe.c @@ -202,11 +202,12 @@ static const struct nametable SPARC64_VI_names_l0[] = { SPARC64_VI_EVENTS_comm_1, {0x12, "flush_rs"}, {0x13, "2iid_use"}, + {0x15, "toq_rsbr_phantom"}, {0x16, "trap_int_vector"}, {0x18, "ts_by_sxmiss"}, SPARC64_VI_EVENTS_comm_2, {0x1d, "op_stv_wait_sxmiss"}, - {0x1e, "branch_comp_wait"}, + {0x1e, "eu_comp_wait"}, {0x24, "swpf_fail_all"}, {0x30, "sx_miss_wait_pf"}, {0x31, "jbus_cpi_count"}, @@ -263,7 +264,7 @@ static const struct nametable SPARC64_VI_names_u1[] = { SPARC64_VI_EVENTS_comm_2, {0x1b, "op_stv_wait_nc_pend"}, {0x1d, "op_stv_wait_sxmiss_ex"}, - {0x1e, "eu_comp_wait"}, + {0x1e, "branch_comp_wait"}, {0x20, "write_if_uTLB"}, {0x30, "sx_miss_count_dm"}, {0x31, "jbus_cpb_count"}, @@ -284,7 +285,7 @@ static const struct nametable SPARC64_VI_names_l2[] = { {0x1e, "fl_comp_wait"}, {0x20, "op_r_iu_req_mi_go"}, {0x30, "sx_read_count_pf"}, - {0x31, "jbus_orderbus_busy"}, + {0x31, "jbus_odrbus_busy"}, {0x33, "sx_miss_count_dm_if"}, {0x36, "jbus_odrbus1_busy"}, {NT_END, ""} @@ -335,7 +336,6 @@ static const struct nametable SPARC64_VI_names_u3[] = { {0x13, "regwin_intlk"}, {0x15, "rs1"}, {0x16, "trap_IMMU_miss"}, - {0x18, "ts_by_spinloop"}, SPARC64_VI_EVENTS_comm_2, {0x1d, "cse_window_empty_sp_full"}, {0x1e, "1endop"}, |