aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-02perf symbols: Move more map_groups methods to map.cArnaldo Carvalho de Melo1-1/+1
2010-03-26perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo1-7/+7
2010-03-26perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo1-3/+5
2010-03-22perf: Fix orphan callchain branchesFrederic Weisbecker1-5/+0
2010-03-22Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar1-1/+1
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-22/+28
2010-03-12perf hist: Don't fprintf the callgraph unconditionallyArnaldo Carvalho de Melo1-13/+17
2010-03-12perf tools: Add missing bytes printed in hist_entry__fprintfArnaldo Carvalho de Melo1-12/+12
2010-03-10perf report: Print the map table just after samples for which no map was foundArnaldo Carvalho de Melo1-0/+5
2010-03-10perf session: Change perf_session post processing functions to take histogram treeEric B Munson1-19/+20
2010-03-10perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson1-3/+3
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-16perf diff: Percent calcs should use double valuesArnaldo Carvalho de Melo1-4/+5
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo1-23/+103
2009-12-16perf session: Move perf report specific hits out of perf_session__fprintf_histsArnaldo Carvalho de Melo1-11/+0
2009-12-16perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo1-0/+384
2009-12-16perf report: Generalize perf_session__fprintf_hists()Arnaldo Carvalho de Melo1-4/+3
2009-12-14perf session: Move the hist_entries rb tree to perf_sessionArnaldo Carvalho de Melo1-20/+23
2009-12-14perf tools: No need for three rb_trees for sorting hist entriesArnaldo Carvalho de Melo1-16/+20
2009-11-27perf tools: Consolidate symbol resolving across all toolsArnaldo Carvalho de Melo1-8/+7
2009-11-27perf tools: Reorganize event processing routines, lotsa dups killedArnaldo Carvalho de Melo1-7/+0
2009-10-03perf tools: Move hist_entry__add common code to hist.cArnaldo Carvalho de Melo1-0/+46
2009-09-30perf tools: Put common histogram functions in their own fileJohn Kacur1-0/+164