Support host-trap PC Sampling on CLI (beta version)

This commit is contained in:
Fei Zheng
2025-03-28 16:51:49 -06:00
committed by GitHub
parent 9bd45f5135
commit 9bacad0876
15 changed files with 391 additions and 19 deletions
+2
View File
@@ -116,7 +116,9 @@ def create_df_kernel_top_stats(
Create top stats info by grouping kernels with user's filters.
"""
# NB: think about df = pd.DataFrame(df_in["pmc_perf"].copy())
df = df_in["pmc_perf"]
# Demangle original KernelNames
kernel_name_shortener(df, kernel_verbose)