summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers/hists.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-15perf top: Add a visual cue for toggle zeroing of samplesTaeung Song1-10/+22
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-8/+12
2014-09-26perf hists browser: Fix callchain print bug on TUINamhyung Kim1-3/+0
2014-08-24perf hists browser: Consolidate callchain print functions in TUINamhyung Kim1-123/+80
2014-08-22perf hists browser: Cleanup callchain print functionsNamhyung Kim1-83/+29
2014-08-20perf hists browser: Factor out hist_browser__show_callchain_entry()Namhyung Kim1-31/+33
2014-08-20perf hists browser: Get rid of unused 'remaining' variableNamhyung Kim1-8/+2
2014-08-14perf top: Handle 'z' key for toggle zeroing samples in TUINamhyung Kim1-0/+9
2014-08-14perf hists browser: Fix a small callchain display bugNamhyung Kim1-1/+3
2014-08-12perf tools: Fix column alignment when headers aren't shown on TUINamhyung Kim1-3/+4
2014-08-12perf report: Honor column width settingNamhyung Kim1-7/+11
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim1-1/+1
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim1-6/+8
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa1-1/+1
2014-07-07perf hists browser: Display columns header text on 'H' pressJiri Olsa1-2/+45
2014-07-07perf hists browser: Add support for showing columns headerArnaldo Carvalho de Melo1-2/+40
2014-07-07perf hists browser: Override ui_browser refresh_dimensions methodArnaldo Carvalho de Melo1-5/+13
2014-07-07perf hists browser: Introduce gotorc methodArnaldo Carvalho de Melo1-3/+8
2014-07-07perf ui browser: Add ->rows to disambiguate from ->heightArnaldo Carvalho de Melo1-8/+8
2014-06-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-14/+11
2014-06-20perf tools: Fix segfault in cumulative.callchain reportJiri Olsa1-5/+16
2014-06-19perf hists browser: Remove ev_name argument from perf_evsel__hists_browseJiri Olsa1-14/+11
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa1-4/+4
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim1-29/+11
2014-06-01perf ui/browser: Add support to accumulated hist statNamhyung Kim1-0/+25
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim1-0/+6
2014-05-21perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim1-4/+1
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim1-2/+0
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim1-39/+23
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim1-13/+18
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 Kim1-8/+27
2014-03-15perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim1-82/+40
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-2/+3
2013-12-28perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-4/+2
2013-12-26perf ui/tui: Implement header windowNamhyung Kim1-0/+6
2013-12-26perf ui/tui: Split help message for perf top and reportNamhyung Kim1-19/+30
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-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-1/+1
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker1-5/+5
2013-07-12perf tools: Centralize default columns init in perf_hpp__initJiri Olsa1-2/+0
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa1-4/+6
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter1-3/+3
2013-05-28perf top: Add --percent-limit optionNamhyung Kim1-2/+14