summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)Author
2017-01-09perf annotate: Don't throw error for zero length symbolsRavi Bangoria
2016-09-20perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo
2016-09-20perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo
2016-08-23perf disassemble: Extract logic to find file to pass to objdump to a separate...Arnaldo Carvalho de Melo
2016-08-23perf disassemble: Simplify logic for picking the filename to disassembleArnaldo Carvalho de Melo
2016-08-23perf disassemble: Move check for kallsyms + !kcoreArnaldo Carvalho de Melo
2016-08-01perf annotate: Plug filename string leakArnaldo Carvalho de Melo
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo
2016-07-29perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo
2016-06-30perf annotate: Add number of samples to the headerPeter Zijlstra (Intel)
2016-06-30perf annotate: Simplify header dotted line sizingPeter Zijlstra (Intel)
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria
2016-05-20perf annotate: Sort list of recognised instructionsChris Ryder
2016-05-20perf annotate: Fix identification of ARM blt and bls instructionsChris Ryder
2016-05-17perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu
2016-05-06perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa
2015-12-07perf annotate: ARM supportRussell King
2015-11-11perf annotate: Support full source file paths for srcline fixMichael Petlan
2015-11-06perf annotate: Inform the user about objdump failures in --stdioAndi Kleen
2015-10-21perf annotate: Add debug message for out of bounds sampleArnaldo Carvalho de Melo
2015-08-21perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisyAdrian Hunter
2015-08-17perf annotate: Fix 32-bit compilation error in util/annotate.cAdrian Hunter
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška
2015-05-27perf annotation: Add symbol__get_annotationAndi Kleen
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar
2015-03-23perf annotate: Allow annotation for decompressed kernel modulesJiri Olsa
2015-03-05perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2015-01-21perf annotate: Fix memory leaks in LOCK handlingRabin Vincent
2015-01-21perf annotate: Handle ins parsing failuresRabin Vincent
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen
2014-11-19perf tools: Fix annotation with kcoreAdrian Hunter
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo
2014-08-15perf annotate: Don't truncate Intel style addressesAlex Converse
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo
2014-03-18perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo