summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorLines
2012-03-29perf annotate: Fix off by one symbol hist size allocation and hit accountingArnaldo Carvalho de Melo-3/+3
2012-03-28perf annotate: addr2line wants addresses in same format as objdumpDavid Miller-1/+1
2012-03-05perf annotate: Add missing newline on error messageNamhyung Kim-1/+1
2011-12-23perf tools: Fix truncated annotationIngo Molnar-1/+1
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo-3/+3
2011-10-26perf ui: Reimplement the popup windows using libslangArnaldo Carvalho de Melo-3/+6
2011-09-29perf: Support setting the disassembler styleAndi Kleen-1/+5
2011-08-18perf annotate: Make output more readableStephane Eranian-1/+4
2011-03-11perf symbols: Rename dso->origin to dso->symtab_typeArnaldo Carvalho de Melo-1/+1
2011-02-23perf annotate: Show better message when no vmlinux is foundArnaldo Carvalho de Melo-2/+13
2011-02-16perf annotate: Check if offset is less than symbol sizeArnaldo Carvalho de Melo-1/+2
2011-02-08perf annotate: Fix annotate context lines regressionArnaldo Carvalho de Melo-7/+40
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo-36/+49
2011-02-08perf annotate: Fix --stdio renderingArnaldo Carvalho de Melo-2/+2
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin-3/+0
2011-02-06perf top: Ditch private annotation code, share perf annotate'sArnaldo Carvalho de Melo-10/+66
2011-02-06perf annotate: Separate objdump parsing from actual screen renderingArnaldo Carvalho de Melo-19/+43
2011-02-05perf annotate: Config options for symbol__tty_annotateArnaldo Carvalho de Melo-4/+10
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo-30/+27
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo-0/+467