aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01perf annotate: Plug filename string leakArnaldo Carvalho de Melo1-3/+2
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo1-26/+42
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo1-2/+2
2016-07-29perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo1-4/+35
2016-06-30perf annotate: Add number of samples to the headerPeter Zijlstra (Intel)1-2/+3
2016-06-30perf annotate: Simplify header dotted line sizingPeter Zijlstra (Intel)1-6/+3
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao1-0/+10
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria1-5/+0
2016-05-20perf annotate: Sort list of recognised instructionsChris Ryder1-5/+23
2016-05-20perf annotate: Fix identification of ARM blt and bls instructionsChris Ryder1-1/+1
2016-05-16perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu1-1/+1
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu1-1/+1
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-1/+1
2015-12-07perf annotate: ARM supportRussell King1-0/+23
2015-11-11perf annotate: Support full source file paths for srcline fixMichael Petlan1-0/+1
2015-11-06perf annotate: Inform the user about objdump failures in --stdioAndi Kleen1-2/+18
2015-10-21perf annotate: Add debug message for out of bounds sampleArnaldo Carvalho de Melo1-1/+4
2015-08-21perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisyAdrian Hunter1-0/+1
2015-08-17perf annotate: Fix 32-bit compilation error in util/annotate.cAdrian Hunter1-2/+2
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen1-3/+124
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo1-13/+13
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška1-5/+23
2015-05-27perf annotation: Add symbol__get_annotationAndi Kleen1-7/+14
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the treeIngo Molnar1-0/+2
2015-03-23perf annotate: Allow annotation for decompressed kernel modulesJiri Olsa1-1/+31
2015-03-05perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo1-0/+2
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo1-1/+1
2015-01-21perf annotate: Fix memory leaks in LOCK handlingRabin Vincent1-0/+9
2015-01-21perf annotate: Handle ins parsing failuresRabin Vincent1-4/+5
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen1-1/+1
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen1-5/+25
2014-11-19perf tools: Fix annotation with kcoreAdrian Hunter1-0/+2
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo1-4/+4
2014-08-15perf annotate: Don't truncate Intel style addressesAlex Converse1-3/+9
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo1-6/+3
2014-03-18perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo1-5/+9
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim1-1/+8
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-10/+10
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-8/+4
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo1-2/+2
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo1-0/+10
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo1-0/+5
2013-12-19perf annotate: Auto allocate symbol per addr hist bucketsArnaldo Carvalho de Melo1-7/+19
2013-12-10perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo1-1/+1
2013-10-14perf annotate: Find kcore symbols on other mapsAdrian Hunter1-13/+9
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter1-0/+21
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim1-7/+4
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim1-17/+3
2013-10-09perf annotate: Reuse path from the result of addr2lineNamhyung Kim1-5/+1
2013-09-19perf annotate: Fix objdump line parsing offset validationAdrian Hunter1-1/+1