aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/hist.c
Commit message (Expand)AuthorAge
* perf hists: Fix children sort key behaviorNamhyung Kim2015-01-08
* calloc/xcalloc: Fix argument orderArjun Sreedharan2014-12-09
* perf tools: Add +field argument support for --field optionJiri Olsa2014-08-24
* perf hists browser: Fix children overhead dumpNamhyung Kim2014-08-20
* perf tools: Add name field into perf_hpp_fmtNamhyung Kim2014-08-12
* perf report: Honor column width settingNamhyung Kim2014-08-12
* perf tools: Save column length in perf_hpp_fmtNamhyung Kim2014-08-12
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-12
* perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim2014-06-01
* perf tools: Add more hpp helper functionsNamhyung Kim2014-06-01
* perf ui/hist: Add support to accumulated hist statNamhyung Kim2014-06-01
* perf tools: Introduce reset_output_field()Namhyung Kim2014-05-21
* perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim2014-05-21
* perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-21
* perf tools: Allow hpp fields to be sort keysNamhyung Kim2014-05-21
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-21
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-21
* perf tools: Support event grouping in hpp ->sort()Namhyung Kim2014-05-21
* perf tools: Convert sort entries to hpp formatsNamhyung Kim2014-05-21
* perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2014-05-21
* perf report: Add --percentage optionNamhyung Kim2014-04-16
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-14
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-14
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-14
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-14
* perf ui/stdio: Fix invalid output on event group reportNamhyung Kim2014-03-14
* perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2013-11-01
* perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa2013-07-12
* perf diff: Move diff related columns into diff commandJiri Olsa2013-07-12
* perf hists: Marking dummy hists entriesJiri Olsa2013-07-12
* perf diff: Switching the base hists to be pairs headJiri Olsa2013-07-12
* perf tools: Centralize default columns init in perf_hpp__initJiri Olsa2013-07-12
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-12
* perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim2013-03-15
* perf hists browser: Add support to display whole group data for raw columnsJiri Olsa2013-02-06
* perf ui/hist: Add support for event group viewNamhyung Kim2013-01-31
* perf ui/hist: Consolidate hpp helpersNamhyung Kim2013-01-31
* perf diff: Remove displacement output optionJiri Olsa2012-12-09
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-09
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-09
* perf hists: Fix period symbol_conf.field_sep displayJiri Olsa2012-12-09
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-09
* perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo2012-11-08
* perf diff: Display empty space for non paired samplesJiri Olsa2012-10-05
* perf diff: Add -F option to display formula for computationJiri Olsa2012-10-05
* perf diff: Add -p option to display period values for hist entriesJiri Olsa2012-10-05
* perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa2012-10-05
* perf diff: Add option to sort entries based on diff computationJiri Olsa2012-10-05
* perf diff: Add ratio computation way to compare hist entriesJiri Olsa2012-10-05
* perf hists: Introduce struct he_statNamhyung Kim2012-10-04