summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2017-10-251-1/+11
* perf annotate stdio: Support --show-nr-samples optionTaeung Song2017-08-181-1/+5
* perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo2017-07-281-2/+3
* perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo2017-07-261-3/+3
* perf annotate stdio: Fix column header when using --show-total-periodTaeung Song2017-07-251-1/+2
* perf annotate stdio: Fix --show-total-periodTaeung Song2017-07-251-1/+1
* perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-211-5/+12
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-211-7/+11
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-211-13/+13
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-211-22/+23
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-181-1/+1
* perf annotate: Implement visual marker for macro fusionJin Yao2017-07-181-0/+5
* perf annotate: Check for fused instructionsJin Yao2017-07-181-2/+20
* perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao2017-06-191-2/+8
* perf annotate: Use dso__decompress_kmodule_path()Namhyung Kim2017-06-081-24/+3
* perf annotate: Fix symbolic link of build-id cacheNamhyung Kim2017-06-081-1/+9
* perf annotate: Fix branch instruction with multiple operandsKim Phillips2017-06-011-3/+30
* perf annotate: Fix failure when filename has special charsRavi Bangoria2017-05-271-1/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf annotate: Use stripped line instead of raw disassemble lineTaeung Song2017-04-111-2/+2
* perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song2017-04-111-35/+7
* perf annotate s390: Implement jump types for perf annotateChristian Borntraeger2017-04-111-0/+2
* perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger2017-04-111-0/+6
* perf annotate: Fix missing number of samples for source_line_samplesTaeung Song2017-04-041-2/+4
* perf annotate: Fix a bug of division by zero when calculating percentTaeung Song2017-03-271-3/+7
* perf annotate: Fix a bug following symbolic link of a build-id fileTaeung Song2017-03-271-1/+9
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-271-1/+2
* perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo2017-03-211-0/+6
* perf annotate: More exactly grep -v of the objdump commandTaeung Song2017-03-211-1/+1
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-1/+1
* perf annotate: Don't throw error for zero length symbolsRavi Bangoria2016-12-201-1/+2
* perf annotate: Fix jump target outside of function address rangeRavi Bangoria2016-12-151-5/+9
* perf annotate: Support jump instruction with target as second operandRavi Bangoria2016-12-151-1/+5
* perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria2016-12-051-0/+3
* perf annotate: AArch64 supportKim Phillips2016-12-011-0/+5
* perf annotate: Use arch->objdump.comment_char in dec__parse()Kim Phillips2016-12-011-1/+1
* perf annotate: Initial PowerPC supportRavi Bangoria2016-11-251-0/+5
* perf annotate: Improve support for ARMArnaldo Carvalho de Melo2016-11-251-7/+2
* perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo2016-11-251-0/+11
* perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo2016-11-251-1/+62
* perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo2016-11-251-39/+34
* perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo2016-11-171-106/+30
* perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo2016-11-171-4/+5
* perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2016-11-171-18/+96
* perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo2016-09-201-2/+6
* perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo2016-09-201-11/+12
OpenPOWER on IntegriCloud