]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gprofng: fix 3 bugzillas against gp-display-html
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Thu, 11 Jan 2024 00:44:32 +0000 (16:44 -0800)
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Fri, 12 Jan 2024 20:23:20 +0000 (12:23 -0800)
commitcc76856b8f4e6e71f86375b16378406712352bbd
treed6ceb5f36789c65cd2ffa8d4e028a0a4e7494234
parentb83808a8a2265371ea78c05771dde3d6a6b81115
gprofng: fix 3 bugzillas against gp-display-html

Fix two cases where gp-display-html terminates prematurely because the
input format is not recognized.  This problem occurs in the function
overview and caller-callee parts of the code.
The fix consists of new regular expressions and a different approach
in handling the input from gp-display-text.
Also fix a performance problem in the caller-callee part that has a
noticeable impact on the performance for large applications.

gprofng/ChangeLog
2024-01-10  Ruud van der Pas  <ruud.vanderpas@oracle.com>

PR gprofng/30438
PR gprofng/30439
PR gprofng/30942
* gp-display-html/gp-display-html.in: fixes the issues.
gprofng/gp-display-html/gp-display-html.in