Merge commit '48c3ba36ec02c694529b3af00588c76e75e2f509' into develop

This commit is contained in:
systems-assistant[bot]
2025-08-06 23:01:54 +00:00
2 ha cambiato i file con 18 aggiunte e 4 eliminazioni
@@ -549,7 +549,7 @@ static const std::unordered_map<std::string, std::vector<std::vector<std::string
"Total read requests with UC mtype from this TCP to all TCCs"},
{"TCC_EA0_RDREQ_DRAM",
"TCC",
"43",
"102",
"<None>",
"Number of TCC/EA read requests (either 32-byte or 64-byte) destined for DRAM (MC)."},
{"TCC_EA0_WRREQ_IO_CREDIT_STALL",
@@ -1464,7 +1464,12 @@ static const std::unordered_map<std::string, std::vector<std::vector<std::string
"TCC",
"319",
"<None>",
"Number of cycles client191 sent a request to this TCC."}}}};
"Number of cycles client191 sent a request to this TCC."},
{"TCC_BUBBLE",
"TCC",
"56",
"<None>",
"Number of 128-byte read requests sent to EA."}}}};
static const std::unordered_map<std::string, std::vector<std::vector<std::string>>> derived_gfx908 =
{{"gfx908",
@@ -2240,4 +2245,9 @@ static const std::unordered_map<std::string, std::vector<std::vector<std::string
"",
"reduce(TCC_NORMAL_WRITEBACK,sum)",
"Number of writebacks due to requests that are not writeback requests. Sum over TCC "
"instances."}}}};
"instances."},
{"TCC_BUBBLE_sum",
"",
"",
"reduce(TCC_BUBBLE,sum)",
"Number of 128-byte read requests sent to EA. Sum over all TCC instances."}}}};
@@ -6508,7 +6508,7 @@ rocprofiler-sdk:
- architectures:
- gfx908
block: TCC
event: 43
event: 102
- architectures:
- gfx940
- gfx941
@@ -7896,6 +7896,8 @@ rocprofiler-sdk:
properties: []
definitions:
- architectures:
- gfx90a
- gfx908
- gfx940
- gfx941
- gfx942
@@ -7910,6 +7912,8 @@ rocprofiler-sdk:
properties: []
definitions:
- architectures:
- gfx90a
- gfx908
- gfx940
- gfx941
- gfx942