Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] eclipse plug-in for Linux perf tool

Thanks a lot! It works now =D and thanks to alex on IRC too for helping me
I'm making progress on the plugin, have it reading in somewhat-static
reports now (though not doing anything useful with it), I also discovered a
bug in eclipse that kills my whole desktop (ie. restarts x to login prompt
and kills everything i'm running on ubuntu) if I pass a wrong parametter
into perf- from userspace even. Definately an eclipse fault since it works
fine both with running the perf command in commandline and running the java
class through commandline too, I guess eclipse is trying to do some strange
debugging on my getRuntime().exec(blah) call, but i'll figure that out some
other time.

Thanks!
--thavidu


|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Charley Wang <chwang@xxxxxxxxxx>                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Linux Tools developer discussions <linuxtools-dev@xxxxxxxxxxx>                                                                                    |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |15/04/2010 01:41                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Re: [linuxtools-dev] eclipse plug-in for Linux perf tool                                                                                          |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Sent by:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |linuxtools-dev-bounces@xxxxxxxxxxx                                                                                                                |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





Hi Thavidu,

I just committed a quick change to oprofile.psf in the releng trunk. It
should pull in the correct version of the cdt test plugin and get rid of
the errors you were seeing in the oprofile tests. It's pulling CDT 6.0.2.

Feel free to hop on IRC (#eclipse or #eclipse-linux on freenode) if
anything else comes up :)

Thanks,
-Charley
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev




Back to the top