aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-01perf sort: Add sort option for physical addressGravatar Kan Liang 1-0/+4
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Gravatar Jin Yao 1-0/+2
2017-07-18perf report: Show branch type statistics for stdio modeGravatar Jin Yao 1-4/+1
2017-04-24perf tools: Use just forward declarations for struct thread where possibleGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-24perf tools: Include sys/param.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Move srcline definitions to separate headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-03-30perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Gravatar Colin Ian King 1-1/+1
2017-03-27perf report: Show inline stack for browser modeGravatar Jin Yao 1-0/+5
2017-03-14perf tools: Add 'cgroup_id' sort order keywordGravatar Hari Bathini 1-0/+7
2017-02-20perf utils: Check verbose flag properlyGravatar Namhyung Kim 1-3/+3
2017-01-31perf callchain: Reference count mapsGravatar Krister Johansen 1-0/+7
2017-01-27perf tools: Propagate perf_config() errorsGravatar Arnaldo Carvalho de Melo 1-1/+3
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-6/+6
2016-11-09perf hists: Fix column length on --hierarchyGravatar Namhyung Kim 1-6/+6
2016-10-21perf c2c report: Limit the cachelines table entriesGravatar Jiri Olsa 1-0/+1
2016-09-20perf hists: Fix width computation for srcline sort entryGravatar Jiri Olsa 1-2/+4
2016-09-13perf hist: Initialize hierarchy tree explicitlyGravatar Namhyung Kim 1-0/+2
2016-09-13perf hists: Introduce hists__link_hierarchy()Gravatar Namhyung Kim 1-0/+95
2016-09-13perf hists: Introduce hists__match_hierarchy()Gravatar Namhyung Kim 1-0/+51
2016-08-02perf hists: Introduce output_resort_cb methodGravatar Jiri Olsa 1-3/+12
2016-07-12perf hists: Introduce hists__add_entry_ops functionGravatar Jiri Olsa 1-7/+35
2016-07-12perf hists: Introduce hist_entry_opsGravatar Jiri Olsa 1-4/+27
2016-07-12perf hists: Introduce hist_entry__init functionGravatar Jiri Olsa 1-66/+73
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-06-22perf hists: Enlarge pid sort entry sizeGravatar Jiri Olsa 1-1/+1
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryGravatar Jiri Olsa 1-17/+17
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackGravatar Jiri Olsa 1-1/+1
2016-05-23perf report: Add srcline_from/to branch sort keysGravatar Andi Kleen 1-0/+9
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listGravatar Jiri Olsa 1-7/+7
2016-04-25perf hists: Clear dummy entry accumulated periodGravatar Kan Liang 1-0/+2
2016-04-14perf callchain: Start moving away from global per thread cursorsGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-03-30perf tools: Make hists__collapse_insert_entry staticGravatar Jiri Olsa 1-2/+3
2016-03-23perf tools: Remove misplaced __maybe_unusedGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyGravatar Namhyung Kim 1-10/+34
2016-03-10perf tools: Fix command line filters in hierarchy modeGravatar Namhyung Kim 1-3/+97
2016-03-08perf hists: Use own hpp_list for hierarchy modeGravatar Namhyung Kim 1-25/+35
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Gravatar Namhyung Kim 1-0/+12
2016-02-26perf report: Update column width of dynamic entriesGravatar Namhyung Kim 1-0/+11
2016-02-26perf hists: Fix dynamic entry display in hierarchyGravatar Namhyung Kim 1-1/+1
2016-02-26perf hists: Fix comparing of dynamic entriesGravatar Namhyung Kim 1-0/+8
2016-02-26perf hists browser: Show message for percent limitGravatar Namhyung Kim 1-0/+2
2016-02-26perf hists: Add more helper functions for the hierarchy modeGravatar Namhyung Kim 1-0/+25
2016-02-24perf hists: Support decaying in hierarchy modeGravatar Namhyung Kim 1-8/+34
2016-02-24perf hists: Resort after filtering hierarchyGravatar Namhyung Kim 1-0/+54
2016-02-24perf hists: Support filtering in hierarchy modeGravatar Namhyung Kim 1-8/+93
2016-02-24perf hists: Add helper functions for hierarchy modeGravatar Namhyung Kim 1-0/+56
2016-02-24perf hists: Resort hist entries with hierarchyGravatar Namhyung Kim 1-3/+91
2016-02-24perf hists: Basic support of hierarchical report viewGravatar Namhyung Kim 1-0/+114
2016-02-22perf tools: Fix column width setting on 'trace' sort keyGravatar Namhyung Kim 1-0/+3