https://sourceware.org/bugzilla/show_bug.cgi?id=32765
Bug ID: 32765 Summary: [2.45 Regression] FAIL: gmon/tst-gmon-gprof Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gprof Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- commit b8189cf9e40bd90502c9a2ce0df39dd54419bea4 Author: Richard Allen <rsa...@gmail.com> Date: Sun Feb 16 16:50:05 2025 -0600 gprof: only process line numbers for intersection of vmas and histograms Some programs like RTOS firmware may have a large number of symbols. By loading the histograms before loading symbols, we can look up only the line numbers that were captured in the histogram file, which reduces processing time for such a firmware from ~2 minutes to ~2 seconds. Signed-off-by: Richard Allen <rsa...@gmail.com> caused FAIL: gmon/tst-gmon-gprof FAIL: gmon/tst-gmon-pie-gprof FAIL: gmon/tst-gmon-static-gprof FAIL: gmon/tst-gmon-static-pie-gprof in glibc test on x86-64. -- You are receiving this mail because: You are on the CC list for the bug.