summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-143-19/+13Star
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-143-90/+60Star
* 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/+13Star
* 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/+5Star
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-261-2/+1Star
* 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/+4Star
* 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/+48Star
* 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/+4Star
|\|
| * perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-281-5/+4Star
* | 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/+10Star
* | 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
* perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim2013-08-071-2/+0Star
* perf annotate browser: Fix typoIngo Molnar2013-08-071-1/+1
* perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo2013-08-071-1/+1
* perf annotate: Put dso name in symbol annotation titleAdrian Hunter2013-08-071-2/+14
* perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa2013-07-122-40/+41
* perf diff: Move diff related columns into diff commandJiri Olsa2013-07-121-208/+1Star
* perf hists: Marking dummy hists entriesJiri Olsa2013-07-121-7/+14
* perf diff: Switching the base hists to be pairs headJiri Olsa2013-07-121-20/+5Star
* perf tools: Centralize default columns init in perf_hpp__initJiri Olsa2013-07-123-3/+2Star
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-124-37/+65
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-121-3/+3
* perf gtk/hists: Set rules hint for the hist browserNamhyung Kim2013-07-121-0/+2
* perf gtk/hists: Add a double-click handler for callchainsNamhyung Kim2013-07-121-0/+14
* perf gtk/hists: Make column headers resizableNamhyung Kim2013-07-121-3/+8
* perf gtk/hists: Display callchain overhead alsoNamhyung Kim2013-07-121-3/+24
* perf gtk/hists: Add support for callchainsNamhyung Kim2013-07-121-0/+65
* perf gtk/hists: Use GtkTreeStore instead of GtkListStoreNamhyung Kim2013-07-121-5/+5
* perf top: Add --percent-limit optionNamhyung Kim2013-05-281-2/+14
* perf report: Add --percent-limit optionNamhyung Kim2013-05-283-15/+84