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