Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can't get Eclipse Linuxtools call graph to display
Can't get Eclipse Linuxtools call graph to display [message #1103969] Sat, 07 September 2013 16:50
Mike Fingeroff is currently offline Mike FingeroffFriend
Messages: 1
Registered: September 2013
Junior Member
I'm running Eclipse IDE for C/C++ Developers
version: Kepler Release
Build id 20130614-0229
OS CentOS 5.7

I've installed SystemTap and can run the example in the installation setup:

stap -v -e 'probe vfs.read {printf("read performed\n"); exit()}'
Pass 1: parsed user script and 85 library script(s) using 23300virt/14452res/2712shr/12520data kb, in 150usr/0sys/163real ms.
Pass 2: analyzed script: 1 probe(s), 1 function(s), 3 embed(s), 0 global(s) using 124120virt/46660res/4460shr/42064data kb, in 670usr/190sys/855real ms.
Pass 3: using cached /home/michaelf/.systemtap/cache/46/stap_463268ca853993e877d255cd134bb921_1079.c
Pass 4: using cached /home/michaelf/.systemtap/cache/46/stap_463268ca853993e877d255cd134bb921_1079.ko
Pass 5: starting run.
read performed
Pass 5: run completed in 0usr/20sys/354real ms.

When I try to profile from Run>Profile Configuration with the Profiler set to Call Graph I get an error dialog that says "Output File Broken" "Output file threw an IOException" no other info is supplied

If I try to run from the Project Explorer and right click on the executable it will build the project and then I see the following message in the Consule

"<terminated> SystemTapGraph - Demo1 [Profile with SystemTap] sh

However nothing gets displayed and no errors.
Previous Topic:Can't Get Include Paths to Work in CDT
Next Topic:Not link
Goto Forum:
  


Current Time: Wed Apr 24 15:27:16 GMT 2024

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

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

Back to the top