blob: 7a83a94dac8ba7c0d948e3d843d05f810edde320 [file] [log] [blame]
2011-09-26 Roland Grunberg <rgrunber@redhat.com>
* src/org/eclipse/linuxtools/oprofile/ui/model/UiModelSample.java:
Add support for getting the file path of a sample.
* src/org/eclipse/linuxtools/oprofile/ui/model/UiModelSymbol.java:
Add support for getting the line number of a symbol.
* src/org/eclipse/linuxtools/oprofile/ui/view/OprofileViewDoubleClickListener.java:
Switch to using the file path, and line number from opreport rather
than relying on the CDT Indexer. Also use the file path and line
number defined for each sample within opreport.
2011-09-21 Roland Grunberg <rgrunber@redhat.com>
* src/org/eclipse/linuxtools/oprofile/ui/view/OprofileViewLogReaderAction.java:
Use empty String literal rather than allocating an empty String.
Close reader to avoid leaking file descriptor.
* src/org/eclipse/linuxtools/oprofile/ui/view/OprofileViewDoubleClickListener.java:
Use an EntrySet in for loops rather than the key and a reference to the Map.
2011-02-11 Severin Gehwolf <sgehwolf@redhat.com>
* META-INF/MANIFEST.MF: Bump version to 0.3.1.
* ChangeLog: New file.