SWDEV-310289: Adding SPI pipe selection
Change-Id: I4856d284df3dccaa100a2341211ae09e11c63ecd
This commit is contained in:
zatwierdzone przez
Giovanni Baraldi
rodzic
6d80088c84
commit
e5e2c6041d
+7
-1
@@ -340,4 +340,10 @@ Example for file plugin output:
|
||||
### Added
|
||||
|
||||
- JSON output plugin for rocprofv2, the JSON file matches Google Trace Format, so it should be easily loaded to perfetto, chrome tracing or speedscope. For Speedscope, `--disable-json-data-flows` option will be needed as speedscope doesn't work with data flows.
|
||||
- Added `--no-serialization` flag to disable kernel serialization when rocprofv2 is in counter-collection mode. This change was added to allow rocprofv2 to avoid deadlock when profiling certain programs in counter-collection mode.
|
||||
- Added `--no-serialization` flag to disable kernel serialization when rocprofv2 is in counter-collection mode. This change was added to allow rocprofv2 to avoid deadlock when profiling certain programs in counter-collection mode.
|
||||
|
||||
## ROCprofiler for rocm 6.3
|
||||
|
||||
### Added
|
||||
|
||||
- SPI Pipe Selection
|
||||
@@ -363,6 +363,11 @@
|
||||
<metric name="TCC_ALL_TC_OP_INV_EVICT" block=TCC event=80 descr="Number of evictions due to all TC_OP invalidate requests."></metric>
|
||||
<metric name="TCC_EA_RDREQ_DRAM" block=TCC event=102 descr="Number of TCC/EA read requests (either 32-byte or 64-byte) destined for DRAM (MC)."></metric>
|
||||
<metric name="TCC_EA_WRREQ_DRAM" block=TCC event=103 descr="Number of TCC/EA write requests (either 32-byte of 64-byte) destined for DRAM (MC)."></metric>
|
||||
|
||||
<metric name="SPI_PIPE_0" block=SPI event=16777216 descr="Dummy Counter. Used to select SPI Pipe 0"></metric>
|
||||
<metric name="SPI_PIPE_1" block=SPI event=16777217 descr="Dummy Counter. Used to select SPI Pipe 1"></metric>
|
||||
<metric name="SPI_PIPE_2" block=SPI event=16777218 descr="Dummy Counter. Used to select SPI Pipe 2"></metric>
|
||||
<metric name="SPI_PIPE_3" block=SPI event=16777219 descr="Dummy Counter. Used to select SPI Pipe 3"></metric>
|
||||
</gfx90a>
|
||||
|
||||
<gfx940>
|
||||
@@ -625,6 +630,11 @@
|
||||
<metric name="TCC_PROBE_EVICT" block=TCC event=81 descr="Number of evictions/invalidations due to probes. Not windowable."></metric>
|
||||
<metric name="TCC_EA0_RDREQ_DRAM" block=TCC event=102 descr="Number of TCC/EA read requests (either 32-byte or 64-byte) destined for DRAM (MC)."></metric>
|
||||
<metric name="TCC_EA0_WRREQ_DRAM" block=TCC event=103 descr="Number of TCC/EA write requests (either 32-byte of 64-byte) destined for DRAM (MC)."></metric>
|
||||
|
||||
<metric name="SPI_PIPE_0" block=SPI event=16777216 descr="Dummy Counter. Used to select SPI Pipe 0"></metric>
|
||||
<metric name="SPI_PIPE_1" block=SPI event=16777217 descr="Dummy Counter. Used to select SPI Pipe 1"></metric>
|
||||
<metric name="SPI_PIPE_2" block=SPI event=16777218 descr="Dummy Counter. Used to select SPI Pipe 2"></metric>
|
||||
<metric name="SPI_PIPE_3" block=SPI event=16777219 descr="Dummy Counter. Used to select SPI Pipe 3"></metric>
|
||||
</gfx940>
|
||||
|
||||
<gfx941 base="gfx940"></gfx941>
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
<metric name="TCC_ALL_TC_OP_INV_EVICT" block=TCC event=80 descr="Number of evictions due to all TC_OP invalidate requests."></metric>
|
||||
<metric name="TCC_EA_RDREQ_DRAM" block=TCC event=102 descr="Number of TCC/EA read requests (either 32-byte or 64-byte) destined for DRAM (MC)."></metric>
|
||||
<metric name="TCC_EA_WRREQ_DRAM" block=TCC event=103 descr="Number of TCC/EA write requests (either 32-byte of 64-byte) destined for DRAM (MC)."></metric>
|
||||
|
||||
<metric name="SPI_PIPE_0" block=SPI event=16777216 descr="Dummy Counter. Used to select SPI Pipe 0"></metric>
|
||||
<metric name="SPI_PIPE_1" block=SPI event=16777217 descr="Dummy Counter. Used to select SPI Pipe 1"></metric>
|
||||
<metric name="SPI_PIPE_2" block=SPI event=16777218 descr="Dummy Counter. Used to select SPI Pipe 2"></metric>
|
||||
<metric name="SPI_PIPE_3" block=SPI event=16777219 descr="Dummy Counter. Used to select SPI Pipe 3"></metric>
|
||||
</gfx90a>
|
||||
|
||||
<gfx940>
|
||||
@@ -624,6 +629,11 @@
|
||||
<metric name="TCC_PROBE_EVICT" block=TCC event=81 descr="Number of evictions/invalidations due to probes. Not windowable."></metric>
|
||||
<metric name="TCC_EA0_RDREQ_DRAM" block=TCC event=102 descr="Number of TCC/EA read requests (either 32-byte or 64-byte) destined for DRAM (MC)."></metric>
|
||||
<metric name="TCC_EA0_WRREQ_DRAM" block=TCC event=103 descr="Number of TCC/EA write requests (either 32-byte of 64-byte) destined for DRAM (MC)."></metric>
|
||||
|
||||
<metric name="SPI_PIPE_0" block=SPI event=16777216 descr="Dummy Counter. Used to select SPI Pipe 0"></metric>
|
||||
<metric name="SPI_PIPE_1" block=SPI event=16777217 descr="Dummy Counter. Used to select SPI Pipe 1"></metric>
|
||||
<metric name="SPI_PIPE_2" block=SPI event=16777218 descr="Dummy Counter. Used to select SPI Pipe 2"></metric>
|
||||
<metric name="SPI_PIPE_3" block=SPI event=16777219 descr="Dummy Counter. Used to select SPI Pipe 3"></metric>
|
||||
</gfx940>
|
||||
|
||||
<gfx941 base="gfx940"></gfx941>
|
||||
|
||||
Reference in New Issue
Block a user