summaryrefslogtreecommitdiff
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorFilesLines
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim1-0/+17
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim2-34/+24
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim1-18/+3
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim3-0/+21
2014-05-21perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim1-4/+1
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim1-4/+55
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim3-6/+0
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim1-2/+7
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim3-60/+32
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim4-82/+61
2014-05-21perf tools: Support event grouping in hpp ->sort()Namhyung Kim1-6/+58
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim1-0/+6
2014-05-21perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim1-4/+35
2014-05-01tools: Consolidate types.hBorislav Petkov2-4/+2
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo1-1/+1
2014-04-24perf hists/tui: Count callchain rows separatelyNamhyung Kim1-20/+43
2014-04-24perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim1-4/+16
2014-04-24perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim1-9/+8
2014-04-24perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim1-3/+3
2014-04-16perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim1-0/+4
2014-04-16perf report: Add --percentage optionNamhyung Kim3-18/+36
2014-03-15perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim3-19/+13
2014-03-15perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim3-90/+60
2014-03-15perf ui/hists: Pass struct hpp to print functionsNamhyung Kim3-28/+69
2014-03-15perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2-69/+13
2014-03-15perf ui/stdio: Fix invalid output on event group reportNamhyung Kim1-4/+16
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2-3/+4
2013-12-28perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2-2/+2
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo3-10/+5
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo1-2/+1
2013-12-26perf ui/tui: Implement header windowNamhyung Kim3-0/+135
2013-12-26perf ui/tui: Split help message for perf top and reportNamhyung Kim1-19/+30
2013-12-26perf ui/tui: Protect windows by ui__lockNamhyung Kim1-3/+16
2013-12-19perf ui browser: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2013-11-14perf ui browser: Fix segfault caused by off by one handling END keyArnaldo Carvalho de Melo1-1/+1
2013-11-14perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo1-1/+1
2013-11-14perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo1-5/+4
2013-11-14perf tools: Remove trivial extra semincolonDavidlohr Bueso1-1/+1
2013-11-11perf ui tui progress: Don't force a refresh during progress updatePatrick Palka1-1/+2
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo6-50/+48
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker1-5/+5
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar1-1/+1
2013-11-01perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle1-1/+1
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-5/+4
2013-10-28perf hists: Add color overhead for stdio output bufferJiri Olsa1-5/+4
2013-10-23perf ui progress: Per progress bar stateArnaldo Carvalho de Melo4-17/+36
2013-10-23perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo8-26/+32
2013-10-14perf annotate: Another fix for annotate_browser__callq()Adrian Hunter1-2/+5
2013-10-14perf annotate: Fix annotate_browser__callq()Adrian Hunter1-11/+10
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim4-16/+86