Re: [linuxtools-dev] Remote Valgrind or Perf in Luna SR1 ?

2014-09-25 Thread Wainer dos Santos Moschetta
Hi Martin, Remote perf and valgrind work with PTP remote and synchronized projects using Remote tools. You've been using RSE and I'm almost sure Linuxtools does not provide an implementation of remote proxy for RSE. - Wainer On 09/24/2014 07:17 AM, Oberhuber, Martin wrote: Hi Linuxtools Ex

[linuxtools-dev] Remote Valgrind or Perf in Luna SR1 ?

2014-09-24 Thread Oberhuber, Martin
Hi Linuxtools Experts, I tried using remote perf with the Luna SR1 package (plus RDT added) but I am lost with an NPE: https://bugs.eclipse.org/bugs/show_bug.cgi?id=444929 What is the status of remote perf, should it be working ? Any help would be appreciated. Thanks, Martin -- Martin Oberhube

Re: [linuxtools-dev] Remote Valgrind

2011-11-08 Thread Jeff Johnston
Hi Marc, This is interesting work and could be used in conjunction with the remote work being done or as an alternative to it. The remote tools work is attempting to unify the tools so that there is only one server needed on the remote machine. Currently, there is a central method for runni

[linuxtools-dev] Remote Valgrind

2011-11-08 Thread Marc Khouzam
Hi, there has been a lot of interest on using Linux Tools towards a remote target. I haven't followed the discussions in all their details so I'm not sure if the following has been mentioned before. It was brought to my attention that the very recent release of Valgrind has some remote support

Re: [linuxtools-dev] remote Valgrind

2011-07-15 Thread Corey Ashford
On 07/15/2011 01:06 PM, Jeff Johnston wrote: > Hi Corey, > > Yes I have seen that bug. It goes away IIRC and I thought I had checked > in a simple patch to verify > that the offending line doesn't try to access a null object, but > apparently I did not. > > I got the remote Valgrind stuff workin

Re: [linuxtools-dev] remote Valgrind

2011-07-15 Thread Jeff Johnston
Hi Corey, Yes I have seen that bug. It goes away IIRC and I thought I had checked in a simple patch to verify that the offending line doesn't try to access a null object, but apparently I did not. I got the remote Valgrind stuff working over TCF, but I had to apply some tape to make it work

[linuxtools-dev] remote Valgrind

2011-07-15 Thread Corey Ashford
Hi Folks, I thought I'd have a look at the current state of remote Valgrind. Would you expect that it should work straight out of the Git tree? I ask because I am seeing an NPE. I set up an example project using a TM/TCF connection to my laptop (from the same machine). I then created a small ex