Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Linux Tools Project » How to get a call graph?
How to get a call graph? [message #503873] Wed, 16 December 2009 03:20 Go to next message
Joost Kraaijeveld is currently offline Joost KraaijeveldFriend
Messages: 273
Registered: July 2009
Senior Member
Hi,


How can I get a call graph for my executable like here:
http://www.eclipse.org/linuxtools/projectPages/callgraph/?

Naively right clicking my binary and selecting "profile as->function
graph" results in an error box saying:

"Attempting relaunch"
"Some functions defined in the selected files could not be found in the
binary. Attempting to relaunch with those files removed. Alternatively,
try profiling again with all files selected"

Obviously I am missing a (the?) point somewhere, but I have no clue as
where to look. Is there more to profiling than just installing the
plugin and systemtap? Any doc pointers or howtos are appreciated.

TIA

Joost


Cheers,

Joost
Re: How to get a call graph? [message #504055 is a reply to message #503873] Wed, 16 December 2009 23:04 Go to previous message
Roland Grunberg is currently offline Roland GrunbergFriend
Messages: 27
Registered: December 2009
Junior Member
Aside from installing the plugin and having systemtap, the kernel debuginfo is necessary, but only for the 0.4 release. The nightly releases and future ones will likely not depend on the kernel debuginfo (It is possible to achieve the same functionality without it).

The nightly update site is at : http://www.eclipse.org/linuxtools/downloads.php

You could take a look at the actual error by going to Errors -> Open Log, located at the top right of the Call Graph View. Although it seems like the issue is that the kernel debuginfo is missing.
Previous Topic:Eclipse-Build and Eclipe 3.6
Next Topic:How to get a call graph?
Goto Forum:
  


Current Time: Thu Apr 25 01:35:09 GMT 2024

Powered by FUDForum. Page generated in 0.03127 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top