summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorLines
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa-4/+4
2014-06-03perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang-1/+1
2014-06-01perf ui/gtk: Fix callchain displayNamhyung Kim-1/+9
2014-06-01perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim-1/+3
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim-0/+3
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim-0/+17
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim-35/+15
2014-06-01perf ui/gtk: Add support to accumulated hist statNamhyung Kim-0/+17
2014-06-01perf ui/browser: Add support to accumulated hist statNamhyung Kim-0/+25
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim-0/+99
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim-0/+17
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim-34/+24
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim-18/+3
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim-0/+21
2014-05-21perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim-4/+1
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim-4/+55
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim-6/+0
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim-2/+7
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim-60/+32
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim-82/+61
2014-05-21perf tools: Support event grouping in hpp ->sort()Namhyung Kim-6/+58
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim-0/+6
2014-05-21perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim-4/+35
2014-05-01tools: Consolidate types.hBorislav Petkov-4/+2
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo-1/+1
2014-04-24perf hists/tui: Count callchain rows separatelyNamhyung Kim-20/+43
2014-04-24perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim-4/+16
2014-04-24perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim-9/+8
2014-04-24perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim-3/+3
2014-04-16perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim-0/+4
2014-04-16perf report: Add --percentage optionNamhyung Kim-18/+36
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim-19/+13
2014-03-14perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim-90/+60
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim-28/+69
2014-03-14perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim-69/+13
2014-03-14perf ui/stdio: Fix invalid output on event group reportNamhyung Kim-4/+16
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo-3/+4
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo-2/+2
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo-10/+5
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo-2/+1
2013-12-26perf ui/tui: Implement header windowNamhyung Kim-0/+135
2013-12-26perf ui/tui: Split help message for perf top and reportNamhyung Kim-19/+30
2013-12-26perf ui/tui: Protect windows by ui__lockNamhyung Kim-3/+16
2013-12-19perf ui browser: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo-1/+1
2013-11-14perf ui browser: Fix segfault caused by off by one handling END keyArnaldo Carvalho de Melo-1/+1
2013-11-14perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo-1/+1
2013-11-14perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo-5/+4
2013-11-14perf tools: Remove trivial extra semincolonDavidlohr Bueso-1/+1
2013-11-11perf ui tui progress: Don't force a refresh during progress updatePatrick Palka-1/+2
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo-50/+48