Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-07-16Merge "Fix for bug 384417: Incorrect range displayed in histogram tool tip."Patrick Tasse1-2/+2
2012-07-16Merge "Fix for bug 384406: Delete trace propagation not working in Windows."Alexandre Montplaisir1-4/+1
2012-07-16tmf: Print CTF integer fields in the correct baseAlexandre Montplaisir1-5/+44
We have the information about the base of integers in CTF, so we should use this information to print the field correctly, at least for standard bases (2, 8, 10, 16). Fixes bug #384983 Change-Id: I66882dd8d5e15473fb3690311c4c170bb22dc8a0 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2012-07-16Fix for bug 384417: Incorrect range displayed in histogram tool tip.Patrick Tasse1-2/+2
Change-Id: Id0c40656476118844eb34863a885b5bd015fe2da
2012-07-16tmf: Use macro-style definitions for CTF field typesAlexandre Montplaisir1-8/+24
The annotations will have to be updated to "@since 1.2" if this doesn't make the 1.1 release. Change-Id: I3a66cef0394bb3dd5f3b1e074ad55579c1a8730f Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2012-07-16tmf: Javadoc update in CtfTmfEventFieldAlexandre Montplaisir1-139/+78
...and other aesthetics changes. That file sure got ugly over time! Change-Id: I8e171bd065634ac93e3582533eca8837b2058460 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2012-07-13Fix for bug 384406: Delete trace propagation not working in Windows.Patrick Tasse1-4/+1
Change-Id: I3800cce187a50206577e2899500d59d23fa64973
2012-07-13Fix lost events to work after multiple reloadsMatthew Khouzam2-4/+27
Change-Id: If086a2c99d6276b8b4b19b55124526f3ee468f70 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2012-07-13Fix for bug 384637: NullPointerException in ControlFlowView on disposedPatrick Tasse2-3/+3
experiment during state system build. Change-Id: I26b66db4650404ea06fa1586cf348b0aefd78656
2012-07-13RPM: Updating the documentation with the wikiOtavio Pontes4-4/+9
Adding procedure for remote rpm. Change-Id: If59e24fcc439b950e690673fa836636a2813a33e
2012-07-13Perf: Updating the documentation with the wikiOtavio Pontes7-9/+84
Adding remote execution instructions Change-Id: I6ac1f8b881042131621d91f1d7d5e4056ca42346
2012-07-13Merge "tmf: Close the state history files before deleting them"Patrick Tasse1-11/+18
2012-07-13Merge "tmf: Do not broadcast signal if request is cancelled"Patrick Tasse1-4/+7
2012-07-13Merge "Fix for bug 385055: Time graph selection prevents trace garbage ↵Francois Chouinard2-0/+4
collection."
2012-07-13Add priority attribute to launch provider schema.Camilo Bernal2-7/+56
The launch provider schema has a priority attribute, which allows for the best selection of available launch provider choices. Change-Id: I1ac873c9b0c07a72621eb49ae2524a87272d82c8
2012-07-13Fix for bug 385055: Time graph selection prevents trace garbagePatrick Tasse2-0/+4
collection. Change-Id: Iae8db7c5e1f6ae90afd87b36dc7dc0d28347167c
2012-07-13Oprofile: Updating the documentation with the wikiOtavio Pontes8-29/+148
Adding remote execution instructions Change-Id: Ibf4fd80e6f238b3fdf2217e2e9135ce5af2c9e9c
2012-07-13Valgrind: Updating the documentation with the wikiOtavio Pontes6-9/+75
Adds the remote execution steps to valgrind documentation. Change-Id: I0b0bd47f25f1a313938e788540c4af9544a8850b
2012-07-13Merge "Add call to layout method to parent composite to resize all children ↵Alexander Kurtakov1-0/+1
components,"
2012-07-12Fix minor bugs with histogram time range entry.Matthew Khouzam2-44/+67
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2012-07-12Check TS boundary in HV Current Event control (Bug384982)Francois Chouinard1-0/+16
Signed-off-by: Francois Chouinard <fchouinard@gmail.com>
2012-07-12tmf: Close the state history files before deleting themAlexandre Montplaisir1-11/+18
When a state history construction gets cancelled, we delete the partial files, so we are not stuck with an incomplete file that looks exactly like a complete and valid one. However, we should close the file descriptors before attempting the deletion. On Linux, lsof would still report the descriptors to the deleted files after we stopped using them. On Windows it was even worse, the deletion would fail because the file lock was still taken. Change-Id: I29d0bf39621bdf6713bb2c3fe908e16f8d4f2bcc Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2012-07-12Re-work the zoom function in Histogram View (fix for Bug384977)Francois Chouinard1-6/+2
Signed-off-by: Francois Chouinard <fchouinard@gmail.com>
2012-07-12Add call to layout method to parent composite to resize all children components,Camilo Bernal1-0/+1
Change-Id: I7b64235d56cd53f3ae431f5c3c5164c67860ab0b
2012-07-12Fix for bug 383935: Disappearing tool tip in time graph and otherPatrick Tasse1-85/+8
issues.
2012-07-12Fix for Bug384878 - Add ending separator to folders in trace comparisonFrancois Chouinard1-3/+17
Signed-off-by: Francois Chouinard <fchouinard@gmail.com>
2012-07-09tmf: Do not broadcast signal if request is cancelledAlexandre Montplaisir1-4/+7
The state system builder should not send the StateSystemBuildCompleted signal if the request was cancelled, since the history was never really built. refs bug #384637 Change-Id: Ie6f872b5149e4c022ad65c99e68202f8ef74f808
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes155-171/+171
Change-Id: If9b07241d8072b474835123100ff0657b573b492
2012-07-06Adding profiling.launch.ui.rdt.proxy to the buildOtavio Pontes4-3/+11
Change-Id: Ia52c9858d8815a2b1bda112c82a1167efa717c28
2012-07-05Profiling: Adding profiling.launch.ui to the profiling featureOtavio Pontes1-0/+7
Change-Id: I61ee2109c968d72ca99d41957c86b418bebdd4b2
2012-07-05Do not store unused varaiable.Alexander Kurtakov1-1/+1
2012-07-05Add more javadoc.Alexander Kurtakov1-0/+6
2012-07-05Add javadoc.Alexander Kurtakov1-0/+6
2012-07-05Remove unused variable.Alexander Kurtakov1-2/+0
2012-07-05[unifyprofiling] Add Tab Group functionality for Snapshot Profiling.Roland Grunberg7-3/+321
Begin the implementation of a tab group for profiling. The tab group allows for selecting specific providers of a certain profiling type. When a provider is selected from the drop-down box, the tabs corresponding to that provider are added for use. Change-Id: Ia7f2f62c4c4b01ee68136b07a53427fcf8872456
2012-07-05Valgrind: Removing old tcf dependencyOtavio Pontes1-1/+0
Change-Id: I5b9f33b7ab60a451890e3723e2bd284b45057d67
2012-07-04releng: Adding remote features to releng.Otavio Pontes5-0/+64
Change-Id: Ife8cee2977a162654df19c9eff8c7414aad3b336
2012-07-04ssh: Adding ssh.proxy in profiling remote featureOtavio Pontes1-0/+6
Change-Id: Ibd91408984b45d01c8f318aeb64f3dbc78ddfe22
2012-07-04Remove snapshot profiling from the build.Roland Grunberg1-1/+1
Change-Id: I413304e40c1effab16ecad81169774d388032f35
2012-07-04Perf: Removing snapshot dependency because it is not stable yetOtavio Pontes1-1/+0
2012-07-04Perf: Creating a remote perf featureOtavio Pontes10-0/+769
We still need to split perf plugin in local perf and remote perf capabilities
2012-07-04OProfile: Creates an oprofile remote featureOtavio Pontes10-0/+708
2012-07-04Valgrind: Adding valgrind remote feature to the buildOtavio Pontes1-1/+1
Change-Id: I8e0de0984255953947c933c51545704665ca5e60
2012-07-03Fix seekEvent() problem and augment TmfExperimentTestFrancois Chouinard7-89/+780
2012-07-03Valgrind: Adding remote valgrind to the buildOtavio Pontes3-12/+4
2012-07-03OProfile: Adding remote oprofile to the buildOtavio Pontes2-1/+2
2012-07-03Fix BZ #384196.Roland Grunberg1-0/+2
Set ATTR_PROJECT_NAME in the launch configuration used for opening Perf data files.
2012-07-03Revert "SystemTap: Adding EditorAction back to the api"Otavio Pontes4-4/+72
This reverts commit 52ca2186516f8ff5a6e0f247263200c375e698c9.
2012-07-03SystemTap: Adding EditorAction back to the apiOtavio Pontes4-72/+4
2012-07-03Systemtap: Adding missing iconsOtavio Pontes3-0/+0

Back to the top