bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/31121] gprofng does not recognise source in a shared object


From: robertjenssen at ozemail dot com.au
Subject: [Bug gprofng/31121] gprofng does not recognise source in a shared object
Date: Wed, 20 Dec 2023 05:44:38 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31121

--- Comment #14 from Robert Jenssen <robertjenssen at ozemail dot com.au> ---
Created attachment 15269
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15269&action=edit
Output of "gprofng display text -calltree test.1.er"

Replying to comment #12. Note that gprofng sees functions from Octave shared
libraries. For example:

$ objdump -T /usr/local/octave-9.0.0/lib/octave/9.0.0/liboctinterp.so | grep
clear_functions
0000000000aaa07c g    DF .text  0000000000000019  Base       
_ZN6octave11interpreter15clear_functionsEb
0000000000bd69ee g    DF .text  0000000000000044  Base       
_ZN6octave12symbol_table15clear_functionsEb
$ grep clear_functions gprofng_calltree.txt 
0.010 100.00                                              
+-octave::symbol_table::clear_functions(bool)
$ grep bin2SD gprofng_calltree.txt 
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]