From 5b495d2c87e70f5da15821eb71f6fbcdf41cbc34 Mon Sep 17 00:00:00 2001 From: wenlong12 Date: Wed, 23 Mar 2022 17:19:31 +0800 Subject: [PATCH] fix 3568 reporf failed issue Signed-off-by: wenlong12 Signed-off-by: wenlong12 --- src/perf_file_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perf_file_format.cpp b/src/perf_file_format.cpp index dbca74b..21020de 100755 --- a/src/perf_file_format.cpp +++ b/src/perf_file_format.cpp @@ -384,7 +384,7 @@ PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size) : PerfFileSection(id) { - constexpr uint32_t maxIds = 50; + constexpr uint32_t maxIds = 500; Init(buf, size); uint32_t nr = 0; if (!Read(nr)) { -- Gitee