summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria1-1/+2
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria1-5/+9
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria1-1/+5
2016-12-05perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria1-0/+3
2016-12-01perf annotate: AArch64 supportKim Phillips1-0/+5
2016-12-01perf annotate: Use arch->objdump.comment_char in dec__parse()Kim Phillips1-1/+1
2016-11-25perf annotate: Initial PowerPC supportRavi Bangoria1-0/+5
2016-11-25perf annotate: Improve support for ARMArnaldo Carvalho de Melo1-7/+2
2016-11-25perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo1-0/+11
2016-11-25perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo1-1/+62
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo1-39/+34
2016-11-17perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo1-106/+30
2016-11-17perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo1-4/+5
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo1-18/+96
2016-09-20perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo1-2/+6
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo1-11/+12
2016-09-20perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria1-6/+2
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra1-2/+91
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-1/+1
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo1-7/+0
2016-08-23perf disassemble: Extract logic to find file to pass to objdump to a separate...Arnaldo Carvalho de Melo1-22/+32
2016-08-23perf disassemble: Simplify logic for picking the filename to disassembleArnaldo Carvalho de Melo1-25/+16
2016-08-23perf disassemble: Move check for kallsyms + !kcoreArnaldo Carvalho de Melo1-8/+8
2016-08-02perf annotate: Plug filename string leakArnaldo Carvalho de Melo1-3/+2
2016-08-02perf 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-07-01perf 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-17perf 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-06perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-1/+1
2015-12-08perf annotate: ARM supportRussell King1-0/+23
2015-11-12perf 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-22perf 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-28perf annotation: Add symbol__get_annotationAndi Kleen1-7/+14
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo 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