| [news.eclipse.technology.linuxtools] Re: OProfile on openSUSE 11.1 |
OpModelRoot#refreshModel() is calling Oprofile.getEvents(). The getEvents() call returns an empty array, therefor (I guess) nothing is shown. Some where down, "opxml sessions" is executed. This is returning an empty list too, but (I guess) it shouldn't?
... x86_64> ./opxml sessions <?xml version="1.0" encoding="UTF-8"?> <sessions> </sessions> ...
Thanks,
Uwe Stieber, Wind River
If you're willing to debug through opxml.. :) some breakpoints would be:
and related code paths
Thanks,
Kent