aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
2019-11-12perf tools: Fix time sortingJiri Olsa
2019-04-20perf hist: Add missing map__put() in error caseChangbin Du
2018-05-30perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-01perf sort: Add sort option for physical addressKan Liang
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo
2017-03-30perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King
2017-03-27perf report: Show inline stack for browser modeJin Yao
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-01-31perf callchain: Reference count mapsKrister Johansen
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2016-11-09perf hists: Fix column length on --hierarchyNamhyung Kim
2016-10-21perf c2c report: Limit the cachelines table entriesJiri Olsa
2016-09-20perf hists: Fix width computation for srcline sort entryJiri Olsa
2016-09-13perf hist: Initialize hierarchy tree explicitlyNamhyung Kim
2016-09-13perf hists: Introduce hists__link_hierarchy()Namhyung Kim
2016-09-13perf hists: Introduce hists__match_hierarchy()Namhyung Kim
2016-08-02perf hists: Introduce output_resort_cb methodJiri Olsa
2016-07-12perf hists: Introduce hists__add_entry_ops functionJiri Olsa
2016-07-12perf hists: Introduce hist_entry_opsJiri Olsa
2016-07-12perf hists: Introduce hist_entry__init functionJiri Olsa
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-22perf hists: Enlarge pid sort entry sizeJiri Olsa
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa
2016-04-25perf hists: Clear dummy entry accumulated periodKan Liang
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo
2016-03-30perf tools: Make hists__collapse_insert_entry staticJiri Olsa
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim
2016-02-26perf hists: Fix comparing of dynamic entriesNamhyung Kim
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim
2016-02-24perf hists: Support decaying in hierarchy modeNamhyung Kim
2016-02-24perf hists: Resort after filtering hierarchyNamhyung Kim
2016-02-24perf hists: Support filtering in hierarchy modeNamhyung Kim