aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo1-6/+7
2010-08-05perf hists: Handle verbose in hists__sort_list_widthArnaldo Carvalho de Melo1-0/+3
2010-08-02perf tools: Don't keep unreferenced maps when unmaps are detectedArnaldo Carvalho de Melo1-0/+2
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar1-2/+6
2010-07-27perf ui: New hists tree widgetArnaldo Carvalho de Melo1-0/+3
2010-07-27perf hist: Introduce routine to measure lenght of formatted entryArnaldo Carvalho de Melo1-0/+27
2010-07-23perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo1-36/+79
2010-07-23perf hists: Mark entries filtered by parentArnaldo Carvalho de Melo1-5/+16
2010-07-22perf annotate: Fix handling of goto labels that are valid hex numbersArnaldo Carvalho de Melo1-2/+6
2010-07-17perf hists: Factor out duplicated codeArnaldo Carvalho de Melo1-18/+18
2010-07-16perf: Fix various display bugs with parent filteringFrederic Weisbecker1-5/+16
2010-06-05perf report: Implement --sort cpuArun Sharma1-0/+1
2010-06-05perf annotate: Ask objdump to demangle symbolsStephane Eranian1-1/+1
2010-06-01perf hist: fix objdump output parsingKonstantin Stepanyuk1-1/+1
2010-05-23perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo1-2/+11
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo1-8/+5
2010-05-21perf: Fix getline undeclaredFrederic Weisbecker1-1/+1
2010-05-20perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo1-8/+26
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo1-1/+1
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo1-41/+47
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo1-10/+10
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo1-0/+21
2010-05-13perf hist: Fix missing getline declarationFrederic Weisbecker1-0/+1
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo1-0/+184
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo1-0/+59
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo1-7/+20
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo1-51/+41
2010-05-09perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo1-0/+10
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo1-13/+23
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-1/+71
2010-04-14perf tools: Fix accidentally preprocessed snprintf callbackFrederic Weisbecker1-14/+14
2010-04-02perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo1-2/+3
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo1-17/+37
2010-04-02perf report: Add progress barsArnaldo Carvalho de Melo1-1/+4
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