index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf annotate stdio: Support --show-nr-samples option
Taeung Song
2017-08-18
1
-1
/
+5
*
perf annotate: Fix storing per line sym_hist_entry
Arnaldo Carvalho de Melo
2017-07-28
1
-2
/
+3
*
perf annotate stdio: Set enough columns for --show-total-period
Arnaldo Carvalho de Melo
2017-07-26
1
-3
/
+3
*
perf annotate stdio: Fix column header when using --show-total-period
Taeung Song
2017-07-26
1
-1
/
+2
*
perf annotate stdio: Fix --show-total-period
Taeung Song
2017-07-25
1
-1
/
+1
*
perf annotate: Store the sample period in each histogram bucket
Taeung Song
2017-07-21
1
-5
/
+12
*
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
Taeung Song
2017-07-21
1
-7
/
+11
*
perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
Taeung Song
2017-07-21
1
-13
/
+13
*
perf annotate: Introduce struct sym_hist_entry
Taeung Song
2017-07-21
1
-22
/
+23
*
perf buildid-cache: Cache debuginfo
Krister Johansen
2017-07-19
1
-1
/
+1
*
perf annotate: Implement visual marker for macro fusion
Jin Yao
2017-07-19
1
-0
/
+5
*
perf annotate: Check for fused instructions
Jin Yao
2017-07-19
1
-2
/
+20
*
perf annotate: Return arch from symbol__disassemble() and save it in browser
Jin Yao
2017-06-19
1
-2
/
+8
*
perf annotate: Use dso__decompress_kmodule_path()
Namhyung Kim
2017-06-08
1
-24
/
+3
*
perf annotate: Fix symbolic link of build-id cache
Namhyung Kim
2017-06-08
1
-1
/
+9
*
perf annotate: Fix branch instruction with multiple operands
Kim Phillips
2017-06-01
1
-3
/
+30
*
perf annotate: Fix failure when filename has special chars
Ravi Bangoria
2017-05-27
1
-1
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+2
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf annotate: Use stripped line instead of raw disassemble line
Taeung Song
2017-04-11
1
-2
/
+2
*
perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()
Taeung Song
2017-04-11
1
-35
/
+7
*
perf annotate s390: Implement jump types for perf annotate
Christian Borntraeger
2017-04-11
1
-0
/
+2
*
perf annotate s390: Fix perf annotate error -95 (4.10 regression)
Christian Borntraeger
2017-04-11
1
-0
/
+6
*
perf annotate: Fix missing number of samples for source_line_samples
Taeung Song
2017-04-05
1
-2
/
+4
*
perf annotate: Fix a bug of division by zero when calculating percent
Taeung Song
2017-03-27
1
-3
/
+7
*
perf annotate: Fix a bug following symbolic link of a build-id file
Taeung Song
2017-03-27
1
-1
/
+9
*
perf report: Enable sorting by srcline as key
Milian Wolff
2017-03-27
1
-1
/
+2
*
perf annotate: Add comment clarifying how the source code line is parsed
Arnaldo Carvalho de Melo
2017-03-21
1
-0
/
+6
*
perf annotate: More exactly grep -v of the objdump command
Taeung Song
2017-03-21
1
-1
/
+1
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-1
/
+1
*
perf annotate: Don't throw error for zero length symbols
Ravi Bangoria
2016-12-20
1
-1
/
+2
*
perf annotate: Fix jump target outside of function address range
Ravi Bangoria
2016-12-15
1
-5
/
+9
*
perf annotate: Support jump instruction with target as second operand
Ravi Bangoria
2016-12-15
1
-1
/
+5
*
perf annotate: Show raw form for jump instruction with indirect target
Ravi Bangoria
2016-12-05
1
-0
/
+3
*
perf annotate: AArch64 support
Kim Phillips
2016-12-01
1
-0
/
+5
*
perf annotate: Use arch->objdump.comment_char in dec__parse()
Kim Phillips
2016-12-01
1
-1
/
+1
*
perf annotate: Initial PowerPC support
Ravi Bangoria
2016-11-25
1
-0
/
+5
*
perf annotate: Improve support for ARM
Arnaldo Carvalho de Melo
2016-11-25
1
-7
/
+2
*
perf annotate: Allow arches to have a init routine and a priv area
Arnaldo Carvalho de Melo
2016-11-25
1
-0
/
+11
*
perf annotate: Introduce alternative method of keeping instructions table
Arnaldo Carvalho de Melo
2016-11-25
1
-1
/
+62
*
perf annotate: Remove duplicate 'name' field from disasm_line
Arnaldo Carvalho de Melo
2016-11-25
1
-39
/
+34
*
perf annotate: Add per arch instructions annotate handlers
Arnaldo Carvalho de Melo
2016-11-17
1
-106
/
+30
*
perf annotate: Allow arches to specify functions to skip
Arnaldo Carvalho de Melo
2016-11-17
1
-4
/
+5
*
perf annotate: Start supporting cross arch annotation
Arnaldo Carvalho de Melo
2016-11-17
1
-18
/
+96
*
perf annotate: Resolve 'call' operands to function names
Arnaldo Carvalho de Melo
2016-09-20
1
-2
/
+6
*
perf annotate: Pass the symbol's map/dso to the instruction parsers
Arnaldo Carvalho de Melo
2016-09-20
1
-11
/
+12
*
perf annotate: Do not ignore call instruction with indirect target
Ravi Bangoria
2016-09-20
1
-6
/
+2
[next]