Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Read an existing (oprofile or valgrind) log ?

On 08/07/2015 06:45 AM, Oberhuber, Martin wrote:
> Hi Linuxtools-dev,
> 
>  
> 
> The linuxtools profiling integration is great when working on a single application and I can control the launch from the UI.
> 
> But every once in a while, we get a request to visualize an existing (oprofile or valgrind) log, which somebody collected on a remote non-UI server.
> 
>  
> 
> For valgrind, I’ve filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=361618 some 4 years ago,
> 
> and at the time Eliot Baron commented that just loading a valgrind log without knowing how
> 
> valgrind was executed might be difficult.
> 
>  
> 
> I’m wondering if the same limitations would apply for oprofile, or if loading an oprofile log would be any easier ?

Hi,

OProfile has been used to collect data on one machine and then analyze it on another.  The oparchive command is used to package the data and related binaries for analysis on another machine.

http://oprofile.sourceforge.net/doc/oparchive.html

I don't know how hard it would be to add support to linuxtools for that.



> 
> Is anyone else interested in these kind of workflows, or do you know of any workarounds
> 
> (eg use some external Open Source logviewer for valgrind or oprofile) ?

I would imagine this workflow would be common with embedded platforms where there isn't much room for heavyweight analysis software.

-Will

> 
>  
> 
> Thanks,
> 
> Martin
> 
> --
> 
> *Martin Oberhuber*, SMTS / Product Owner – Development Tools, *Wind River*
> 
> direct +43.662.457915.85  fax +43.662.457915.6
> 
>  
> 
> 
> 
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
> 



Back to the top