summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Fix children sort key behaviorNamhyung Kim2015-01-081-0/+3
* calloc/xcalloc: Fix argument orderArjun Sreedharan2014-12-091-2/+2
* perf tools: Add +field argument support for --field optionJiri Olsa2014-08-241-2/+2
* perf hists browser: Fix children overhead dumpNamhyung Kim2014-08-201-1/+1
* perf tools: Add name field into perf_hpp_fmtNamhyung Kim2014-08-121-75/+61
* perf report: Honor column width settingNamhyung Kim2014-08-121-26/+58
* perf tools: Save column length in perf_hpp_fmtNamhyung Kim2014-08-121-46/+89
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-121-21/+22
* perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim2014-06-011-0/+3
* perf tools: Add more hpp helper functionsNamhyung Kim2014-06-011-0/+17
* perf ui/hist: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+99
* perf tools: Introduce reset_output_field()Namhyung Kim2014-05-211-0/+17
* perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim2014-05-211-27/+9
* perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-211-4/+55
* perf tools: Allow hpp fields to be sort keysNamhyung Kim2014-05-211-2/+7
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-211-20/+8
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-211-0/+26
* perf tools: Support event grouping in hpp ->sort()Namhyung Kim2014-05-211-6/+58
* perf tools: Convert sort entries to hpp formatsNamhyung Kim2014-05-211-0/+6
* perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2014-05-211-4/+35
* perf report: Add --percentage optionNamhyung Kim2014-04-161-4/+4
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-141-14/+10
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-141-7/+19
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-141-21/+66
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-141-6/+3
* perf ui/stdio: Fix invalid output on event group reportNamhyung Kim2014-03-141-4/+16
* perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2013-11-011-1/+1
* perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa2013-07-121-40/+0
* perf diff: Move diff related columns into diff commandJiri Olsa2013-07-121-208/+1
* 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/+5
* perf tools: Centralize default columns init in perf_hpp__initJiri Olsa2013-07-121-0/+2
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-121-27/+52
* perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim2013-03-151-5/+2
* perf hists browser: Add support to display whole group data for raw columnsJiri Olsa2013-02-061-27/+26
* perf ui/hist: Add support for event group viewNamhyung Kim2013-01-311-1/+61
* perf ui/hist: Consolidate hpp helpersNamhyung Kim2013-01-311-154/+84
* perf diff: Remove displacement output optionJiri Olsa2012-12-091-25/+0
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-091-1/+4
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-091-15/+25
* perf hists: Fix period symbol_conf.field_sep displayJiri Olsa2012-12-091-1/+5
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-091-44/+52
* perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo2012-11-081-5/+5
* perf diff: Display empty space for non paired samplesJiri Olsa2012-10-051-2/+8
* perf diff: Add -F option to display formula for computationJiri Olsa2012-10-051-1/+23
* perf diff: Add -p option to display period values for hist entriesJiri Olsa2012-10-051-0/+21
* perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa2012-10-051-0/+30
* perf diff: Add option to sort entries based on diff computationJiri Olsa2012-10-051-18/+11
* perf diff: Add ratio computation way to compare hist entriesJiri Olsa2012-10-051-0/+28
* perf hists: Introduce struct he_statNamhyung Kim2012-10-041-15/+15
OpenPOWER on IntegriCloud