feat: support multiple trees for the flame graph (#86)

This commit is contained in:
Fine0830
2022-05-12 20:57:37 +08:00
committed by GitHub
parent b492787027
commit 784c2e97b8
3 changed files with 56 additions and 17 deletions

View File

@@ -153,7 +153,7 @@ export const ebpfStore = defineStore({
this.analyzeTrees = [];
return res.data;
}
this.analyzeTrees = analysisEBPFResult.trees[0].elements;
this.analyzeTrees = analysisEBPFResult.trees;
return res.data;
},
},