https://sourceware.org/bugzilla/show_bug.cgi?id=30896
Bug ID: 30896
Summary: gprofng display text: please provide a way (or
document how) to include the object name next to the
called functions
Product: binutils
Version: 2.41
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gprofng
Assignee: vladimir.mezentsev at oracle dot com
Reporter: bugmenot at mailinator dot com
Target Milestone: ---
"gprofng display text -metrics name:e.%totalcpu -functions"
shows the metrics for the function names; given the docs I've tried
"gprofng display text -metrics name:soname:e.%totalcpu -functions"
results in
Error: No data recorded to support metric specification: soname
the goal was that instead of
0.230 100.00 0.230 100.00 <Total>
0.120 52.17 0.120 52.17 func1
the output would be
0.230 100.00 0.230 100.00 <Total>
0.120 52.17 0.120 52.17 func1 (name.so)
--
You are receiving this mail because:
You are on the CC list for the bug.