aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim1-4/+8
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim1-0/+3
2014-12-09calloc/xcalloc: Fix argument orderArjun Sreedharan1-2/+2
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa1-2/+2
2014-08-20perf hists browser: Fix children overhead dumpNamhyung Kim1-1/+1
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim1-75/+61
2014-08-12perf report: Honor column width settingNamhyung Kim1-26/+58
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim1-46/+89
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim1-21/+22
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim1-0/+3
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim1-0/+17
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim1-0/+99
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim1-0/+17
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim1-27/+9
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim1-4/+55
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 Kim1-20/+8
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim1-0/+26
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-04-16perf report: Add --percentage optionNamhyung Kim1-4/+4
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim1-14/+10
2014-03-14perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim1-7/+19
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim1-21/+66
2014-03-14perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim1-6/+3
2014-03-14perf ui/stdio: Fix invalid output on event group reportNamhyung Kim1-4/+16
2013-11-01perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle1-1/+1
2013-07-12perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa1-40/+0
2013-07-12perf diff: Move diff related columns into diff commandJiri Olsa1-208/+1
2013-07-12perf hists: Marking dummy hists entriesJiri Olsa1-7/+14
2013-07-12perf diff: Switching the base hists to be pairs headJiri Olsa1-20/+5
2013-07-12perf tools: Centralize default columns init in perf_hpp__initJiri Olsa1-0/+2
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa1-27/+52
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim1-5/+2
2013-02-06perf hists browser: Add support to display whole group data for raw columnsJiri Olsa1-27/+26
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim1-1/+61
2013-01-31perf ui/hist: Consolidate hpp helpersNamhyung Kim1-154/+84
2012-12-09perf diff: Remove displacement output optionJiri Olsa1-25/+0
2012-12-09perf diff: Change formula methods to work with pair directlyJiri Olsa1-1/+4
2012-12-09perf diff: Change compute methods to work with pair directlyJiri Olsa1-15/+25
2012-12-09perf hists: Fix period symbol_conf.field_sep displayJiri Olsa1-1/+5
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa1-44/+52
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo1-5/+5
2012-10-05perf diff: Display empty space for non paired samplesJiri Olsa1-2/+8
2012-10-05perf diff: Add -F option to display formula for computationJiri Olsa1-1/+23
2012-10-05perf diff: Add -p option to display period values for hist entriesJiri Olsa1-0/+21
2012-10-05perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa1-0/+30
2012-10-05perf diff: Add option to sort entries based on diff computationJiri Olsa1-18/+11
2012-10-05perf diff: Add ratio computation way to compare hist entriesJiri Olsa1-0/+28