[PC Sampling] Separate counts for issued and stalled samples (#756)

[ROCm/rocprofiler-compute commit: 451be8a600]
这个提交包含在:
Vladimir Indic
2025-06-16 23:09:21 +02:00
提交者 GitHub
父节点 fccb9195ff
当前提交 f49b70142f
修改 2 个文件,包含 48 行新增10 行删除
@@ -993,7 +993,7 @@ def pc_sampling_prof(
"ROCPROFILER_PC_SAMPLING_BETA_ENABLED": "1",
"ROCPROF_PC_SAMPLING_UNIT": unit,
"ROCPROF_PC_SAMPLING_INTERVAL": str(interval),
"ROCPROF_PC_SAMPLING_METHOD": "host_trap",
"ROCPROF_PC_SAMPLING_METHOD": method,
}
new_env = os.environ.copy()
for key, value in options.items():
@@ -1007,7 +1007,7 @@ def pc_sampling_prof(
options = [
"--pc-sampling-beta-enabled",
"--pc-sampling-method",
"host_trap",
method,
"--pc-sampling-unit",
unit,
"--output-format",