[linuxtools-dev] bye-bye and thank you

2015-07-06 Thread Xavier Raynaud
oject. signature Xavier Raynaud xavier.rayn...@kalray.eu Phone : +33 6 32 19 22 56 www.kalray.eu Follow us on : KALRAY SA 445 rue Lavoisier, 38330 Montbonnot FRANCE Phone: +33 4 76 18 90 71 Fax: +33 4 76 89 80 26 ___ linuxtool

[linuxtools-dev] TMF parser & Pcap

2014-06-20 Thread Xavier Raynaud
and a saw that: https://git.eclipse.org/r/#/c/27887/ Is it possible to have more info about that? (Planning, expected features, ...) In particular, Kalray may be interested: use-case is to monitor and visualize traffic on the MPPA NoC. X signature Xavier Raynaud xavier.rayn...@kalray.eu

Re: [linuxtools-dev] [cdt-dev] In "Window > Show View" why is thre "Profilng" and "C/C++ Profiling" ?

2014-06-04 Thread Xavier Raynaud
Hi, I think it comes from LinuxTools. I cross-post to the corresponding mailing list. Xavier Raynaud - Mail original - De: "Martin Oberhuber" À: cdt-...@eclipse.org Envoyé: Mercredi 4 Juin 2014 12:45:21 Objet: [cdt-dev] In "Window > Show View" why is t

Re: [linuxtools-dev] Gerrit option: Require Change-Id in commit message

2014-04-24 Thread Xavier Raynaud
+1 - it makes sense. X - Mail original - De: "Marc-André Laperle" À: "Linux Tools developer discussions" Envoyé: Jeudi 24 Avril 2014 20:04:22 Objet: [linuxtools-dev] Gerrit option: Require Change-Id in commit message Hi, Does anyone have permissions on Gerrit to change the project opt

Re: [linuxtools-dev] TMF, RCP and workspace

2014-04-04 Thread Xavier Raynaud
> Regarding multiple instances of the RCP running at the same time, I > guess we didn't really think about it... I just tried doing it, it opens > a separate instance, but the shared workspace makes it work weirdly. If > I open a trace in one, refreshing the other will show the newly added > t

[linuxtools-dev] TMF, RCP and workspace

2014-04-02 Thread Xavier Raynaud
Hi, I've a question about TMF RCP: How do you manage the workspace? Do you let the user to choose it? Or do you provide a default location (something like $HOME/.tmf_workspace/) ? What's the expected behavior when user opens more that one instance of this RCP? What about a feature like this o

Re: [linuxtools-dev] Gerrit: Error on FunkyTraceTest

2014-03-03 Thread Xavier Raynaud
ok into everywhere we use assumeTrue(), and make sure we do not do it in BeforeClass methods. It should be done in @Before (or in individual @Test methods) to be skipped correctly. Cheers, Alex On 14-02-28 07:52 AM, Xavier Raynaud wrote: Hi, I've push some patches on gerrit, and obta

[linuxtools-dev] Gerrit: Error on FunkyTraceTest

2014-02-28 Thread Xavier Raynaud
Hi, I've push some patches on gerrit, and obtained some unexpected errors on absolutely something else: Tests in error: org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.FunkyTraceTest: got: , expected: is org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.FunkyTraceTest I know that Bernd

Re: [linuxtools-dev] TMF: Bookmarks, Experiments and Traces

2014-02-06 Thread Xavier Raynaud
zable so that might be an option to use this as location in the bookmark. But finding the rank from a location takes some processing/parsing time. Patrick On Tue, Feb 4, 2014 at 4:35 AM, Xavier Raynaud mailto:xavier.rayn...@kalray.eu>> wrote: Hi, I've some question about th

[linuxtools-dev] TMF: Bookmarks, Experiments and Traces

2014-02-04 Thread Xavier Raynaud
Hi, I've some question about the way bookmarks are managed in TMF. When playing with an experiment, a special resource is created to store bookmarks (TmfExperimentElement.createBookmarksFile()). And the same with a single trace (TmfTraceElement.createBookmarksFile()). However: 1) TmfExperimen

linuxtools-dev@eclipse.org

2014-01-17 Thread Xavier Raynaud
+1 X On 01/16/2014 12:08 PM, Aleksandar Kurtakov wrote: Hi everyone, It is time to start thinking about N&N as with every next release it gets smaller and smaller despite features growing. Would it help if we move to the wiki to maintain it ? Smth like http://wiki.eclipse.org/CDT/User/NewIn83

[linuxtools-dev] TMF: histogram

2013-11-27 Thread Xavier Raynaud
Hi, I've a question (and perhaps an enhancement proposal) about the histogram. When displaying an experiment containing more than one trace, all events are merged in a single histogram in the histogram view. What about also displaying an histogram for each trace of the experiment ? Xavier

Re: [linuxtools-dev] TMF: Queue full

2013-11-15 Thread Xavier Raynaud
Solved with a simple while (PlatformUI.getWorkbench().getDisplay().readAndDispatch()); after each signal. X On 11/15/2013 01:34 PM, Xavier Raynaud wrote: Hi, I wrote some tests on top of my product, based on TMF. This test generates a lot of TmfTimeSynchSignal. This tests is OK on TMF-1.2

[linuxtools-dev] TMF: Queue full

2013-11-15 Thread Xavier Raynaud
Hi, I wrote some tests on top of my product, based on TMF. This test generates a lot of TmfTimeSynchSignal. This tests is OK on TMF-1.2 (Juno) However, with TMF 2.1, I obtain the following exception: java.lang.IllegalStateException: Queue full at java.util.AbstractQueue.add(AbstractQueue.ja

[linuxtools-dev] TMF: drawing bookmarks on Timegraphs

2013-10-25 Thread Xavier Raynaud
27;ve added a field in the TimeGraphPresentation provider. Perhaps there is a better way to do that ? Perhaps using TmfTraceManager.getCurrentTrace() ? Where is the best place to contribute this code ? Directly in TimeGraphPresentationProvider ? Xavier Ra

Re: [linuxtools-dev] Experimental ready-to-use TMF

2013-10-22 Thread Xavier Raynaud
the code for gerrit, I could add it to this experimental branch. Geneviève On 10/18/2013 05:45 PM, Xavier Raynaud wrote: Hi Genevieve, That's interesting. I will have a look. I've made my own RCP on top of TMF since one year for displaying Kalray traces, and it's definite

Re: [linuxtools-dev] Experimental ready-to-use TMF

2013-10-18 Thread Xavier Raynaud
Hi Genevieve, That's interesting. I will have a look. I've made my own RCP on top of TMF since one year for displaying Kalray traces, and it's definitely a success. Several people here are reluctant to use Eclipse. With the RCP viewer, they just do not know that thay are using eclipse :) Ju

Re: [linuxtools-dev] TMF: proposal

2013-09-05 Thread Xavier Raynaud
On 09/04/2013 01:17 PM, Alexandre Montplaisir wrote: [...] For renaming I'm a bit less sure. What would be your use case? In our case, the data in the entries is taken directly from the trace, so it's already the "true" values. If the user was to modify it, how would they restore the initial

[linuxtools-dev] TMF: proposal

2013-09-04 Thread Xavier Raynaud
Hi, I develop on top of TMF to display traces coming from a massively parallel device (16x16 cores for compute + 4x4 cores for IOs + 16 cores for control). TMF is excellent for this usage - Many thanks guys, it's a real pleasure to develop on top of this platform ! I had some feedback from m

Re: [linuxtools-dev] Headless TMF Experiment ?

2013-07-16 Thread Xavier Raynaud
public void handleData(final ITmfEvent event) { // process event here } } }; myExperiment.sendRequest(request); request.waitForCompletion(); Cheers, Francis Giraldeau

Re: [linuxtools-dev] Headless TMF Experiment ?

2013-07-15 Thread Xavier Raynaud
Lundi 15 Juillet 2013 14:08:49 Objet: Re: [linuxtools-dev] Headless TMF Experiment ? We are starting this activity to enable cmd line as well as the rcp, e.g. python, state system into babeltrace, etc. What features do you need at the cmd line? - Original Message - From: Xavier Raynaud To: "

[linuxtools-dev] Headless TMF Experiment ?

2013-07-15 Thread Xavier Raynaud
Hi, I've requests from some customers to have *more* than a RCP for trace viewer: They want to dump some trace analysis from command line. Is it possible to create a TmfExperiment in headless mode ? Has somebody tried to do something like that ? Xavier Raynaud This message con

Re: [linuxtools-dev] preference pages

2013-04-12 Thread Xavier Raynaud
screenshot attached. On 04/11/2013 06:31 PM, Marc Khouzam wrote: Would it be possible to post a screenshot? -Original Message- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of Roland Grunberg Sent: Thursday, April 11, 2013 10:21 AM To:

Re: [linuxtools-dev] preference pages

2013-04-08 Thread Xavier Raynaud
e our plug-ins could contribute their preferences to? This would be consistent with the rest of the C/C++ categories (e.g. "Build", "Debug"). However, I think it would be better suited for it to be implemented on the CDT side to avoid potential conflicts. On 04/05/2013 11:43 AM, Xav

Re: [linuxtools-dev] preference pages

2013-04-05 Thread Xavier Raynaud
ect:* Re: [linuxtools-dev] preference pages The problem is that some of these aren't C/C++ and not all of them are Linux-focused :) On Fri, Apr 5, 2013 at 11:09 AM, Xavier Raynaud mailto:xavier.rayn...@kalray.eu>> wrote: Hi, I'm currently work

[linuxtools-dev] preference pages

2013-04-05 Thread Xavier Raynaud
Hi, I'm currently working on some preference pages for gcov and gprof, and I discovered that there is no root categrory for linuxtools preference pages. Changelog, Gcov, Library Hover, Man pages, SystemTap, Tracing preferences are all at root level of the eclipse preferences. What about creat

Re: [linuxtools-dev] TMFEventsCache Exception

2013-04-03 Thread Xavier Raynaud
13 at 3:40 AM, Xavier Raynaud mailto:xavier.rayn...@kalray.eu>> wrote: Hi, While playing with TMF, I obtained the following exception: java.lang.NullPointerException at org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsCache$1.run(TmfEventsCache.java:363)

[linuxtools-dev] TMFEventsCache Exception

2013-04-03 Thread Xavier Raynaud
Hi, While playing with TMF, I obtained the following exception: java.lang.NullPointerException at org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsCache$1.run(TmfEventsCache.java:363) Have you ever seen something like that? Xavier ___ linu

Re: [linuxtools-dev] TmfExperiment and ITmfEvent.getRank()

2013-02-15 Thread Xavier Raynaud
Found: use ITmfContext.getRank() instead. On 02/15/2013 10:32 AM, Xavier Raynaud wrote: Hi, I've a question about TMF (version 1.2.0) I try to add a bookmark on a ITmfEvent, but from a custom view (e.g. not from a TmfEventsTable). Bookmarks are using ranks. As far as I understand,

[linuxtools-dev] TmfExperiment and ITmfEvent.getRank()

2013-02-15 Thread Xavier Raynaud
Hi, I've a question about TMF (version 1.2.0) I try to add a bookmark on a ITmfEvent, but from a custom view (e.g. not from a TmfEventsTable). Bookmarks are using ranks. As far as I understand, when creating an experiment with many traces, we 2 types of ranks: - each ITmfEvent has a rank (r

Re: [linuxtools-dev] TMF question: ITmfEventsFilterProvider

2012-12-03 Thread Xavier Raynaud
filter/search is applied: TmfEventFilterAppliedSignal and TmfEventSearchAppliedSignal. Patrick On Mon, Dec 3, 2012 at 3:37 AM, Xavier Raynaud mailto:xavier.rayn...@kalray.eu>> wrote: Hi, I've a question about traces and filtering: What's the best way to obtain the ITmfEventsF

[linuxtools-dev] TMF question: ITmfEventsFilterProvider

2012-12-03 Thread Xavier Raynaud
Hi, I've a question about traces and filtering: What's the best way to obtain the ITmfEventsFilterProvider of an experiment ? The TmfTraceOpenedSignal provides access to a ITmfEventsFilterProvider. Is there an equivalent for a TmfExperiement ? For now, I retrieve the ITmfEventsFilterProvider

Re: [linuxtools-dev] How does Eclipse parse LTTng2 / CTF traces ?

2012-09-10 Thread Xavier Raynaud
Hi, I've another question related to this topic: I've generated several traces in the same time - a LTTng one, at kernel level, - several CTF traces, at user-land level (with UST) Is there a way to display more than one trace (eg both kernel and user-land) in eclipse ? Xavier On 08/23/2012

[linuxtools-dev] TMF - trace stream

2012-09-10 Thread Xavier Raynaud
Hi, Has somebody tried to connect the TMF framework to a live trace stream ? Do you think it's possible ? Or is it definitively designed for post-mortem traces ? Xavier ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.or

[linuxtools-dev] +1 for Rafael Medeiros Teixeira on technology.linux-distros by Xavier Raynaud

2012-07-12 Thread portal on behalf of Xavier Raynaud
Xavier Raynaud voted: +1 welcome Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] +1 for Rodrigo Fraxino Araujo on technology.linux-distros by Xavier Raynaud

2012-07-12 Thread portal on behalf of Xavier Raynaud
Xavier Raynaud voted: +1 welcome Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

Re: [linuxtools-dev] RFC: Start using Gerrit for our git repos

2012-06-21 Thread Xavier Raynaud
+1 Xavier On 06/21/2012 03:48 PM, Aleksandar Kurtakov wrote: I understand this but enforcing reviews is the only way to start share code and not be a bunch of mechanically collected projects. :) Alex - Original Message - From: "Andrew Overholt" To: "Linux Tools developer discussions

Re: [linuxtools-dev] TMF: thanks a lot

2012-06-20 Thread Xavier Raynaud
Hi, On 06/19/2012 05:50 PM, Francois Chouinard wrote: Hello Xavier, Thanks for the comments. o Support on Indigo. On one side, I'm stuck on eclipse Indigo for various reasons. On the other side, I would like to use TMF from linuxtools-1.0. Is it planned to have an officia

Re: [linuxtools-dev] TMF: thanks a lot

2012-06-20 Thread Xavier Raynaud
Hi, On 06/19/2012 09:18 PM, Patrick Tasse wrote: [...] o TimeGraphViewer: It's not easy for the developer to add a mouse listener on the time graph. (My users want to interact with ITimeEvent and ITimeGraphEntry objects). My intention is to open a bug, and provide a

Re: [linuxtools-dev] TMF & TmfTimeAnalysisViewer

2012-05-04 Thread Xavier Raynaud
] Implementation of time graph widget Patrick On Fri, May 4, 2012 at 9:45 AM, Xavier Raynaud mailto:xavier.rayn...@kalray.eu>> wrote: Hi, I've seen that the class "TmfTimeAnalysisViewer" has been moved from "org.eclipse.linuxtools.tmf.__ui&

Re: [linuxtools-dev] TMF & TmfTimeAnalysisViewer

2012-05-04 Thread Xavier Raynaud
Oups: ignore my message. I was confused by the "git pull" message. The class I searched for is now "TimeGraphViewer.java" X On 05/04/2012 03:45 PM, Xavier Raynaud wrote: Hi, I've seen that the class "TmfTimeAnalysisViewer" has been moved from "org.e

[linuxtools-dev] TMF & TmfTimeAnalysisViewer

2012-05-04 Thread Xavier Raynaud
his class ? I've seen something in "org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/internal/lttng/ui/viewers/timeAnalysis/TmfViewerFactory.java", but is it also in an internal package... Thanks, Xavier Raynaud ___ linuxtools-dev mailing list

Re: [linuxtools-dev] cachegrind

2012-04-26 Thread Xavier Raynaud
On 04/26/2012 04:33 PM, Daniel HB wrote: On Thu, 2012-04-26 at 11:24 -0300, Rafael M Teixeira wrote: Some plugins (most of Valgrind tools, gprof and gcov, for example) rely on the original binary to display info in the view, such as line numbers and function names. This means we would have to w

Re: [linuxtools-dev] cachegrind

2012-04-24 Thread Xavier Raynaud
On 04/24/2012 04:45 PM, Andrew Overholt wrote: I've been asked multiple times about post-mortem support for the LinuxTools. I personaly think that it's useful in all cases. I agree it's very useful and would love to see us support it. It just wasn't part of the original workflows of a lot of

Re: [linuxtools-dev] cachegrind

2012-04-24 Thread Xavier Raynaud
On 04/24/2012 05:11 PM, Marc Khouzam wrote: [...] Maybe simpler is better? How about a view menu item: "Open..." which allows you to choose the file you want to open. Maybe also specify a binary or such other things for the cases that need them. +1 X _

Re: [linuxtools-dev] cachegrind

2012-04-24 Thread Xavier Raynaud
On 04/24/2012 04:12 PM, Marc Khouzam wrote: [...] I've been asked multiple times about post-mortem support for the LinuxTools. The main use case in question was to be able to visualize results taken on a remote target than cannot run Eclipse. Ultimately, supporting LinuxTools running remotely is

[linuxtools-dev] cachegrind

2012-04-24 Thread Xavier Raynaud
Hi, I've a question about valgrind integration. I would like to open cachegrind files in post-mortem. (The best will be to open them with a simple double-click). Is it currently possible ? Xavier Raynaud ___ linuxtools-dev mailing list linux

[linuxtools-dev] +1 for Alexandre Montplaisir on technology.linux-distros by Xavier Raynaud

2012-04-17 Thread portal on behalf of Xavier Raynaud
Xavier Raynaud voted: +1 Welcome! Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] +1 for Matthew Khouzam on technology.linux-distros by Xavier Raynaud

2012-04-17 Thread portal on behalf of Xavier Raynaud
Xavier Raynaud voted: +1 +1000! Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] night builds

2012-04-13 Thread Xavier Raynaud
Hi, I've a question about our process. The relation between update sites and hudson jobs is unclear to me. As far as I know, we have the following update sites (probably more, if we take into account old eclipse releases): - http://download.eclipse.org/technology/linuxtools/updates-nightly/ -

Re: [linuxtools-dev] internal packages and TMF

2012-03-23 Thread Xavier Raynaud
I will make the package visible again (should be ready after lunch, EDT). However, expect that some really non-API stuff might migrate to internal packages in the near future. Regards, /fc On Fri, Mar 23, 2012 at 9:17 AM, Xavier Raynaud mailto:xavier.rayn...@kalray.eu>> wrote: Hi,

[linuxtools-dev] internal packages and TMF

2012-03-23 Thread Xavier Raynaud
arameter is sadly now in an internal package... Is there any chance to revert this change ? Or perhaps create a public ITraceColorScheme interface somewhere ? Xavier Raynaud ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

Re: [linuxtools-dev] Hudson build is back to stable : linuxtools-master #725

2012-03-14 Thread Xavier Raynaud
Done. Xavier On 03/14/2012 06:25 PM, Aleksandar Kurtakov wrote: Finally !! Xavier, would you please backport/cherrypick the fix/fixes needed to stable-0.10 so we can get stable builds there too? Alex - Original Message - From: hudsonbu...@eclipse.org To: linuxtools-dev@eclipse.org

Re: [linuxtools-dev] TMF

2012-03-14 Thread Xavier Raynaud
Hi, I've one question again, about TMF, UST and CTF. As far as I know, UST (http://lttng.org/ust), just like lttng, will generates a trace in CTF format. (am I right ?) I've generated an UST trace (without kernel tracing). I would like to visualize this trace in eclipse. Is it possible ? What'

Re: [linuxtools-dev] TMF

2012-02-22 Thread Xavier Raynaud
contains the trace name. So, if I understood well, this field is used when a ITmfTrace is composed of many "streams". In this case, reference is used to identify the original "stream" of the event. Am I right ? Xavier On 02/20/2012 11:51 AM, Xavier Raynaud wrote: Excellent

Re: [linuxtools-dev] TMF

2012-02-20 Thread Xavier Raynaud
by reviewing the model and code. Thanks. /fc On Wed, Jan 25, 2012 at 12:17 PM, Xavier Raynaud mailto:xavier.rayn...@kalray.eu>> wrote: Ok, many thanks. Is there anything I can do to help this development? Xavier On 01/25/2012 03:34 PM, Francois Chouinard

Re: [linuxtools-dev] TMF

2012-01-25 Thread Xavier Raynaud
Ok, many thanks. Is there anything I can do to help this development? Xavier On 01/25/2012 03:34 PM, Francois Chouinard wrote: I've just another question: Where can I found documentation about TMF model ? In preparation for Juno, I am currently working on an update of the Event and

Re: [linuxtools-dev] TMF

2012-01-25 Thread Xavier Raynaud
Many thanks for all your answers. It's seems CTF/TMF is definitively the best solution. I've just another question: Where can I found documentation about TMF model ? Regards, Xavier Raynaud On 01/24/2012 08:32 PM, Aaron Spear wrote: Hello Xavier, As Dominique said, it ha

Re: [linuxtools-dev] TMF

2012-01-23 Thread Xavier Raynaud
ur work on this. Constraint: Although the new State System will be trace-format agnostic, for the initial release we are likely to focus on CTF (Common Trace Format) traces. Don't hesitate to contact us for more details. Regards, /fc On Mon, Jan 23, 2012 at 3:39 AM, Xavier Raynaud mai

[linuxtools-dev] TMF

2012-01-23 Thread Xavier Raynaud
-switches, interrupts, user events...) Is there any hint available somewhere, or any trap to avoid ? Many thanks, Xavier Raynaud ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] +1 for Krzysztof Daniel on technology.linux-distros by Xavier Raynaud

2012-01-12 Thread portal on behalf of Xavier Raynaud
Xavier Raynaud voted: +1 Welcome! Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] +1 for Patrick Tasse on technology.linux-distros by Xavier Raynaud

2011-10-25 Thread portal on behalf of Xavier Raynaud
Xavier Raynaud voted: +1 Welcome ! Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] +1 for Otavio Pontes on technology.linux-distros by Xavier Raynaud

2011-10-25 Thread portal on behalf of Xavier Raynaud
Xavier Raynaud voted: +1 Welcome ! Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

Re: [linuxtools-dev] 0.8 New and Noteworthy

2011-06-01 Thread Xavier RAYNAUD
Hi, I've added some details about gprof and gcov (no screenshots). -- Xavier -Original Message- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of Jeff Johnston Sent: 01 June 2011 00:35 To: linuxtools-dev@eclipse.org Subject: Re: [linuxtool

Re: [linuxtools-dev] Gcov not working in Eclipse Helious

2011-05-02 Thread Xavier RAYNAUD
now. If I need to still answer it please let me know. regards, Niranjan -Original Message- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of ext Xavier RAYNAUD Sent: Monday, May 02, 2011 2:48 PM To: Linux Tools developer discussions S

Re: [linuxtools-dev] Gcov not working in Eclipse Helious

2011-05-02 Thread Xavier RAYNAUD
rds, Niranjan -Original Message- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of ext Xavier RAYNAUD Sent: Monday, May 02, 2011 2:18 PM To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] Gcov not working in Eclipse Helious Hi, There is

Re: [linuxtools-dev] Gcov not working in Eclipse Helious

2011-05-02 Thread Xavier RAYNAUD
sage- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of ext Xavier RAYNAUD Sent: Monday, May 02, 2011 1:31 PM To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] Gcov not working in Eclipse Helious Hi, Many thanks for your message

Re: [linuxtools-dev] Gcov not working in Eclipse Helious

2011-05-02 Thread Xavier RAYNAUD
Hi, Many thanks for your message. First of all, I would like to be sure that gcov plugins are correctly installed: Can you verify the status of gcov plugins in "plugin registry", and also verify that the error log does not report things like "One or more bundles are not resolved because " ?

Re: [linuxtools-dev] Athena -> Tycho

2011-04-14 Thread Xavier RAYNAUD
al Message- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of Xavier RAYNAUD Sent: 14 April 2011 12:26 To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] Athena -> Tycho Hi, Many thanks for your answer. I tried again, and it

Re: [linuxtools-dev] Athena -> Tycho

2011-04-14 Thread Xavier RAYNAUD
: [linuxtools-dev] Athena -> Tycho On 12:02:34 PM Thursday, April 14, 2011 Xavier RAYNAUD wrote: > Hi Andrew, > > Is it possible for you to post the content of your ~/.m2/settings.xml? > I suspect some missing stuff in my own. Hi Xavier, I don't have settings.mxl and it works

Re: [linuxtools-dev] Athena -> Tycho

2011-04-14 Thread Xavier RAYNAUD
Hi Andrew, Is it possible for you to post the content of your ~/.m2/settings.xml? I suspect some missing stuff in my own. Thanks, Xavier -Original Message- From: Andrew Overholt [mailto:overh...@redhat.com] Sent: 01 April 2011 23:09 To: Xavier RAYNAUD Cc: Linux Tools developer

Re: [linuxtools-dev] Proposing a single git repository for the project

2011-01-24 Thread Xavier RAYNAUD
Hi, Gprof, gcov (and perhaps some OProfile plugins in the future) are sharing some resources. Perhaps it's time to create a dedicated location for them ? Xavier -Original Message- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of Andrew O

[linuxtools-dev] [New contribution proposal] new eclipse plugin for oprofile, especially for embedded targets

2011-01-03 Thread Xavier RAYNAUD
ugins, available in gprof and gcov subversion repositories (https://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools) org.eclipse.linuxtools.dataviewers org.eclipse.linuxtools.dataviewers.charts org.eclipse.linuxtools.binutils Xavier Raynaud ___

Re: [linuxtools-dev] gcov for library coverage?

2010-09-24 Thread Xavier RAYNAUD
linuxtools-dev-boun...@eclipse.org] On Behalf Of Xavier RAYNAUD Sent: Thursday, September 23, 2010 12:14 AM To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] gcov for library coverage? Hi, AFAIK, gcov does not support shared libraries (see for example http://stackoverflow.co

Re: [linuxtools-dev] SR1 testing

2010-09-23 Thread Xavier RAYNAUD
On Wed, Sep 22, 2010 at 4:38 PM, Severin Gehwolf mailto:sgehw...@redhat.com>> wrote: - "Jeff Johnston" mailto:jjohn...@redhat.com>> wrote: > Please add your confirmations below: > > +1 Autotools > +1 Libhover > +1 ChangeLog > +1 Autotools > +1 Libhover > +1 ChangeLog > +1 Valgrind > +1 Opro

Re: [linuxtools-dev] gcov for library coverage?

2010-09-23 Thread Xavier RAYNAUD
Hi, AFAIK, gcov does not support shared libraries (see for example http://stackoverflow.com/questions/3709699/can-gcov-deal-with-shared-object/) Best regards, Xavier From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of George Liu Sent: mercredi 22

Re: [linuxtools-dev] Future plans for remote Oprofile/Valgrind

2010-06-02 Thread Xavier RAYNAUD
visualize data on eclipse on the host. We had plans to contribute it, but we never started the process... Perhaps it's time to do it ? Xavier Raynaud Le 02/06/2010 17:51, George Stephen-RVGG20 a écrit : Are there plans or a wish list for profiling tools (Oprofile and/or Valgrind) to

[linuxtools-dev] Re: Linux-only features

2010-04-14 Thread Xavier RAYNAUD
Hi, gprof and gcov are *not* linux only. It's OK to use these plugins on windows - However, something like cygwin binutils must be in PATH. Xavier Le 13/04/2010 21:20, Andrew Overholt a écrit : Hi, A few of our features will not function on non-Linux (or maybe non-Unix) OSes. I'd like to e

Re: [linuxtools-dev] Move to git?

2010-01-29 Thread Xavier RAYNAUD
Hi, That's a important thing to verify. I'm completely new to git. What's protocol(s) are used by git ? ssh ? http ? something else ? Xavier Francois Chouinard a écrit : [...] I hope my company's firewall shares my enthusiasm :-) ___ linuxtool

Re: [linuxtools-dev] Helios IP Reviews due by 5 February

2010-01-19 Thread Xavier RAYNAUD
Andrew Overholt a écrit : In this case, we also depends on linux kernel, gcc, ...  :) gcc is covered by the CDT dependency. Do we really need the kernel explicitly? I guess that oprofile and ltt have some constraint on kernel, isn't it ? Xavier

Re: [linuxtools-dev] Helios IP Reviews due by 5 February

2010-01-19 Thread Xavier RAYNAUD
Hum... In this case, we also depends on linux kernel, gcc, ...  :) Xavier Andrew Overholt a écrit : Hi Francois, We don't *distribute* that library, we only provide instructions on how to download, compile, install and configure it. Do we really need a CQ for that?

Re: [linuxtools-dev] Helios IP Reviews due by 5 February

2010-01-18 Thread Xavier RAYNAUD
Hi, Gprof and gcov depends on binutils (addr2line, c++filt, ...) Do you need something about that ? Xavier Andrew Overholt a écrit : * Francois Chouinard [2010-01-15 14:32]: LTTng does interact with a third-party library (lttvtraceread - GPL for sure, LGPL soon if not already)

Re: [linuxtools-dev] Help pick Helios categories

2010-01-14 Thread Xavier RAYNAUD
Hi Andrew, It seems OK for me Xavier Andrew Overholt a écrit : Hi, For the Helios release train, we need to decide into what categories our features should be placed. These are the categories you see when using the update site [1]. The relevant possible choices are: Programming Languages

Re: [linuxtools-dev] 0.5 release date: 3 February?

2010-01-11 Thread Xavier RAYNAUD
Ok for me. Xavier Andrew Overholt a écrit : Hi, Is 3 February okay for everyone for a 0.5 release? Thanks, Andrew ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev __

Re: [linuxtools-dev] LTTng question

2010-01-11 Thread Xavier RAYNAUD
Hi, It works now. Many thanks ! Xavier Francois Chouinard a écrit : Hi, After much "environmental" struggling, I uploaded the new LTTng sample trace file (in org.eclipse.linuxtools.lttng.tests/traceset). You will have to unzip the file. Good luck! /fc _

[linuxtools-dev] LTTng question

2010-01-08 Thread Xavier RAYNAUD
Hi, I tried to play with LTTng plugins (I've checkout the trunk), but up to now, I was not able to open any trace. I followed instructions from documentation (I compiled LTTv application, with the JNI support enabled). Unfortunately, when I open a trace, the following error is written on con

[linuxtools-dev] +1 for Alvaro on technology.linux-distros

2009-12-08 Thread portal on behalf of Xavier Raynaud
+1 Welcome Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] +1 for William Bourque on technology.linux-distros

2009-12-08 Thread portal on behalf of Xavier Raynaud
+1 Welcome Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev