[linuxtools-dev] System level profiling of APT

2013-12-05 Thread Francis Giraldeau
I did some system-level profiling of APT using kernel tracing and the waiting dependency analysis currently in review for inclusion in Eclipse Linux Tools. You can find the details on my blog: http://multivax.blogspot.ca/2013/12/system-level-profiling-of-apt.html Cheers, Francis

Re: [linuxtools-dev] Change ValgrindCoreParser to support different valgrind output format

2013-12-05 Thread David Meng
This is the method we are intended to introduce: protected String[] parseFilename(String line) { Return ValgrindParserUtils.parseFilename(); } But you need to make the ValgrindCoreParser class public. I will open a bug first. David -Original Message- From: linuxtools-dev-boun...@

Re: [linuxtools-dev] Change ValgrindCoreParser to support different valgrind output format

2013-12-05 Thread Aleksandar Kurtakov
- Original Message - > From: "Doug Schaefer" > To: "Linux Tools developer discussions" > Sent: Thursday, December 5, 2013 8:45:56 PM > Subject: Re: [linuxtools-dev] Change ValgrindCoreParser to support different > valgrind output format > > Of course we¹d start contributing improvements

Re: [linuxtools-dev] Change ValgrindCoreParser to support different valgrind output format

2013-12-05 Thread Doug Schaefer
Of course we¹d start contributing improvements to the rest of the valgrind plug-ins to make things better once we can use it. And yes, I¹m cursing our guys for changing the output format but they say it¹s better. Hopefully they will contribute it upstream, at which time you¹ll need this extensibili

Re: [linuxtools-dev] Luna release and Java 7

2013-12-05 Thread Aleksandar Kurtakov
As we already build with Java 7, I propose to start using 1.7 in tests unconditionally aka builds would work only on Java 7 (already true for our releases) until some decision is taken. Alexander Kurtakov Red Hat Eclipse team - Original Message - > From: "Aleksandar Kurtakov" > To: "Li

Re: [linuxtools-dev] Install linux tools plugin on Windows platform

2013-12-05 Thread Aleksandar Kurtakov
In this case we are just waiting for your patch in gerrit. Alexander Kurtakov Red Hat Eclipse team - Original Message - > From: "David Meng" > To: "Linux Tools developer discussions" > Sent: Thursday, December 5, 2013 7:45:27 PM > Subject: Re: [linuxtools-dev] Install linux tools plugi

Re: [linuxtools-dev] Change ValgrindCoreParser to support different valgrind output format

2013-12-05 Thread Aleksandar Kurtakov
- Original Message - > From: "David Meng" > To: [email protected] > Sent: Thursday, December 5, 2013 7:32:08 PM > Subject: [linuxtools-dev] Change ValgrindCoreParser to support different > valgrind output format > > > > Hello, > > > > We have our own version of valgrind exe

Re: [linuxtools-dev] Install linux tools plugin on Windows platform

2013-12-05 Thread David Meng
I pulled the source code from the git repository (stable-2.2 branch) and tested it and it worked fine except a little glitch on the parser side which I outlined in a different email. David -Original Message- From: [email protected] [mailto:linuxtools-dev-boun...@eclipse

Re: [linuxtools-dev] Install linux tools plugin on Windows platform

2013-12-05 Thread Aleksandar Kurtakov
- Original Message - > From: "David Meng" > To: [email protected] > Sent: Thursday, December 5, 2013 7:24:46 PM > Subject: [linuxtools-dev] Install linux tools plugin on Windows platform > > > > Hi, > > > > We want to use the valgrind tools on remote target and use the parse

[linuxtools-dev] Change ValgrindCoreParser to support different valgrind output format

2013-12-05 Thread David Meng
Hello, We have our own version of valgrind executable running on a remote target, however the output format is a little different from the standard format, which cause trouble parsing the filename and line number using ValgrindCoreParser. There are two possible solutions: 1) Move Valgrind

[linuxtools-dev] Install linux tools plugin on Windows platform

2013-12-05 Thread David Meng
Hi, We want to use the valgrind tools on remote target and use the parser/view to show the result. Currently the tools are only allowed to be installed on linux / mac platform? Can we have that limitation removed so I can install it on Windows platform as well? Thank you! David --