summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
...
* perf hists: Reset width of output fields with header lengthNamhyung Kim2014-05-211-18/+3
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-213-0/+21
* perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim2014-05-211-4/+1
* perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-211-4/+55
* perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim2014-05-213-6/+0
* perf tools: Allow hpp fields to be sort keysNamhyung Kim2014-05-211-2/+7
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-213-60/+32
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-214-82/+61
* perf tools: Support event grouping in hpp ->sort()Namhyung Kim2014-05-211-6/+58
* perf tools: Convert sort entries to hpp formatsNamhyung Kim2014-05-211-0/+6
* perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2014-05-211-4/+35
* tools: Consolidate types.hBorislav Petkov2014-05-012-4/+2
* perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-281-1/+1
* perf hists/tui: Count callchain rows separatelyNamhyung Kim2014-04-241-20/+43
* perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-241-4/+16
* perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim2014-04-241-9/+8
* perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim2014-04-241-3/+3
* perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim2014-04-161-0/+4
* perf report: Add --percentage optionNamhyung Kim2014-04-163-18/+36
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-143-19/+13
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-143-90/+60
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-143-28/+69
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-142-69/+13
* perf ui/stdio: Fix invalid output on event group reportNamhyung Kim2014-03-141-4/+16
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-132-3/+4
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-272-2/+2
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-273-10/+5
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-261-2/+1
* perf ui/tui: Implement header windowNamhyung Kim2013-12-263-0/+135
* perf ui/tui: Split help message for perf top and reportNamhyung Kim2013-12-261-19/+30
* perf ui/tui: Protect windows by ui__lockNamhyung Kim2013-12-261-3/+16
* perf ui browser: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2013-12-191-1/+1
* perf ui browser: Fix segfault caused by off by one handling END keyArnaldo Carvalho de Melo2013-11-141-1/+1
* perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo2013-11-141-1/+1
* perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo2013-11-141-5/+4
* perf tools: Remove trivial extra semincolonDavidlohr Bueso2013-11-141-1/+1
* perf ui tui progress: Don't force a refresh during progress updatePatrick Palka2013-11-111-1/+2
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-056-50/+48
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-041-5/+5
* Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-041-1/+1
|\
| * perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2013-11-011-1/+1
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-291-5/+4
|\ \ | |/
| * perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-281-5/+4
* | perf ui progress: Per progress bar stateArnaldo Carvalho de Melo2013-10-234-17/+36
* | perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo2013-10-238-26/+32
* | perf annotate: Another fix for annotate_browser__callq()Adrian Hunter2013-10-141-2/+5
* | perf annotate: Fix annotate_browser__callq()Adrian Hunter2013-10-141-11/+10
* | perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-094-16/+86
* | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-094-7/+7
|/
* perf hists: Fix formatting of long symbol namesArnaldo Carvalho de Melo2013-09-051-6/+17
OpenPOWER on IntegriCloud