aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
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
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim
2016-02-24perf hists: Resort hist entries with hierarchyNamhyung Kim
2016-02-24perf hists: Basic support of hierarchical report viewNamhyung Kim
2016-02-22perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim
2016-02-19perf hists: Return error from hists__collapse_resort()Namhyung Kim
2016-02-19perf hists browser: Fix percentage update on key pressNamhyung Kim
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-02-03perf hists: Factor output_resort from hists__output_resortJiri Olsa
2016-02-01perf hists: Update hists' total period when adding entriesNamhyung Kim
2016-02-01perf hists: Fix min callchain hits calculationNamhyung Kim
2016-01-26perf hists: Cleanup filtering functionsNamhyung Kim
2016-01-26perf hists: Remove parent filter check in DSO filter functionNamhyung Kim
2016-01-26perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa
2016-01-08perf hists: Export a couple of hist functionsNamhyung Kim
2016-01-08perf top: Decay periods in callchainsNamhyung Kim
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2016-01-06perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim
2016-01-06perf hist: Save raw_data/size for tracepoint eventsNamhyung Kim
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim