summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Move more map_groups methods to map.cArnaldo Carvalho de Melo2010-04-021-1/+1
* perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo2010-03-261-7/+7
* perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo2010-03-261-3/+5
* perf: Fix orphan callchain branchesFrederic Weisbecker2010-03-221-5/+0Star
* Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-221-1/+1
|\
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-191-22/+28
| |\
| * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | perf hist: Don't fprintf the callgraph unconditionallyArnaldo Carvalho de Melo2010-03-121-13/+17
* | | perf tools: Add missing bytes printed in hist_entry__fprintfArnaldo Carvalho de Melo2010-03-121-12/+12
| |/ |/|
* | perf report: Print the map table just after samples for which no map was foundArnaldo Carvalho de Melo2010-03-101-0/+5
* | perf session: Change perf_session post processing functions to take histogram...Eric B Munson2010-03-101-19/+20
* | perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson2010-03-101-3/+3
|/
* perf diff: Percent calcs should use double valuesArnaldo Carvalho de Melo2009-12-161-4/+5
* perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo2009-12-161-23/+103
* perf session: Move perf report specific hits out of perf_session__fprintf_histsArnaldo Carvalho de Melo2009-12-161-11/+0Star
* perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo2009-12-161-0/+384
* perf report: Generalize perf_session__fprintf_hists()Arnaldo Carvalho de Melo2009-12-161-4/+3Star
* perf session: Move the hist_entries rb tree to perf_sessionArnaldo Carvalho de Melo2009-12-141-20/+23
* perf tools: No need for three rb_trees for sorting hist entriesArnaldo Carvalho de Melo2009-12-141-16/+20
* perf tools: Consolidate symbol resolving across all toolsArnaldo Carvalho de Melo2009-11-271-8/+7Star
* perf tools: Reorganize event processing routines, lotsa dups killedArnaldo Carvalho de Melo2009-11-271-7/+0Star
* perf tools: Move hist_entry__add common code to hist.cArnaldo Carvalho de Melo2009-10-031-0/+46
* perf tools: Put common histogram functions in their own fileJohn Kacur2009-09-301-0/+164