aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-27perf hist: Introduce routine to measure lenght of formatted entryArnaldo Carvalho de Melo1-0/+3
2010-07-23perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo1-6/+21
2010-05-23perf report: Support multiple events on the TUIArnaldo Carvalho de Melo1-2/+12
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo1-0/+10
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo1-1/+1
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo1-2/+14
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo1-0/+6
2010-05-13perf hist: Fix hists__browse no-newt caseFrederic Weisbecker1-1/+1
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo1-0/+29
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo1-0/+15
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo1-1/+3
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo1-21/+27
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo1-4/+1
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-0/+3
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo1-1/+6
2010-04-02perf report: Add progress barsArnaldo Carvalho de Melo1-1/+1
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo1-0/+5
2010-03-10perf session: Change perf_session post processing functions to take histogram treeEric B Munson1-4/+5
2010-03-10perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson1-1/+2
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo1-2/+3
2009-12-16perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo1-0/+1
2009-12-14perf session: Move the hist_entries rb tree to perf_sessionArnaldo Carvalho de Melo1-29/+14
2009-12-14perf tools: No need for three rb_trees for sorting hist entriesArnaldo Carvalho de Melo1-10/+0
2009-11-27perf tools: Consolidate symbol resolving across all toolsArnaldo Carvalho de Melo1-3/+3
2009-10-03perf tools: Move hist_entry__add common code to hist.cArnaldo Carvalho de Melo1-0/+3
2009-09-30perf tools: Put common histogram functions in their own fileJohn Kacur1-0/+47