index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
browsers
/
annotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-19
perf annotate: Return arch from symbol__disassemble() and save it in browser
Jin Yao
1
-1
/
+5
2017-06-19
perf annotate browser: Display titles in left frame
Jin Yao
1
-3
/
+21
2017-06-19
perf report: Remove unnecessary check in annotate_browser_write()
Jin Yao
1
-14
/
+10
2017-04-19
perf tools: Don't include terminal handling headers in util.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-12-15
perf annotate: Fix jump target outside of function address range
Ravi Bangoria
1
-2
/
+3
2016-11-25
perf annotate: Show invalid jump offset in error message
Arnaldo Carvalho de Melo
1
-2
/
+4
2016-11-25
perf annotate: Remove duplicate 'name' field from disasm_line
Arnaldo Carvalho de Melo
1
-9
/
+9
2016-11-17
perf annotate: Start supporting cross arch annotation
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-08-02
perf annotate: Introduce strerror for handling symbol__disassemble() errors
Arnaldo Carvalho de Melo
1
-3
/
+6
2016-08-01
perf annotate: Rename symbol__annotate() to symbol__disassemble()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-27
perf annotate: Generalize handling of 'ret' instructions
Naveen N. Rao
1
-11
/
+9
2016-06-23
perf config: Move config declarations from util/cache.h to util/config.h
Taeung Song
1
-0
/
+1
2016-01-26
perf annotate: Rename 'colors.code' to 'colors.jump_arrows'
Taeung Song
1
-1
/
+1
2016-01-26
perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
Markus Trippelsdorf
1
-2
/
+2
2015-10-23
perf annotate: Don't die() when finding an invalid config option
Arnaldo Carvalho de Melo
1
-3
/
+3
2015-10-22
perf annotate: Fix 'annotate.use_offset' config variable usage
Namhyung Kim
1
-1
/
+1
2015-10-12
perf ui browsers: Remove help messages about use of right and arrow keys
Arnaldo Carvalho de Melo
1
-3
/
+3
2015-08-12
perf ui browser: Introduce ui_browser__printf()
Arnaldo Carvalho de Melo
1
-9
/
+10
2015-08-12
perf ui browser: Introduce ui_browser__write_nstring()
Arnaldo Carvalho de Melo
1
-12
/
+12
2015-08-06
perf annotate: Finally display IPC and cycle accounting
Andi Kleen
1
-17
/
+40
2015-08-06
perf annotate: Compute IPC and basic block cycles
Andi Kleen
1
-1
/
+72
2015-06-19
perf annotate: Display total number of samples with --show-total-period
Martin Liška
1
-17
/
+43
2015-05-29
perf tools: Make Ctrl-C stop processing on TUI
Namhyung Kim
1
-0
/
+4
2015-03-18
perf hists browser: Allow annotating entries in callchains
Arnaldo Carvalho de Melo
1
-1
/
+7
2015-01-21
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
1
-2
/
+1
2014-11-19
perf annotate: Support source line numbers in annotate
Andi Kleen
1
-1
/
+12
2013-10-14
perf annotate: Another fix for annotate_browser__callq()
Adrian Hunter
1
-2
/
+5
2013-10-14
perf annotate: Fix annotate_browser__callq()
Adrian Hunter
1
-11
/
+10
2013-08-08
perf annotate browser: Fix typo
Ingo Molnar
1
-1
/
+1
2013-08-08
perf annotate browser: Improve description of '?' hotkey
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-08-08
perf annotate: Put dso name in symbol annotation title
Adrian Hunter
1
-2
/
+14
2013-04-01
perf tools: Remove dependency on libnewt
Arnaldo Carvalho de Melo
1
-1
/
+0
2013-03-15
perf annotate browser: Support event group view on TUI
Namhyung Kim
1
-18
/
+75
2013-03-15
perf annotate browser: Use disasm__calc_percent()
Namhyung Kim
1
-36
/
+14
2013-03-15
perf annotate browser: Make browser_disasm_line->percent an array
Namhyung Kim
1
-7
/
+7
2013-03-15
perf annotate: Factor out struct source_line_percent
Namhyung Kim
1
-1
/
+1
2013-03-15
perf annotate: Pass evsel instead of evidx on annotation functions
Namhyung Kim
1
-13
/
+17
2013-01-24
perf ui browsers: Fix usage of __ in struct names
Arnaldo Carvalho de Melo
1
-4
/
+4
2013-01-24
perf annotate browser: Fix segfault when drawing out-of-bounds jumps
Frederik Deweerdt
1
-12
/
+13
2012-11-09
perf annotate: Don't try to follow jump target on PLT symbols
Namhyung Kim
1
-0
/
+12
2012-11-05
perf tools: Introduce struct hist_browser_timer
Namhyung Kim
1
-15
/
+12
2012-10-29
perf annotate browser: Integrate script browser into annotation browser
Feng Tang
1
-0
/
+6
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
1
-2
/
+4
2012-06-19
perf annotate: Check null of sym pointer before using it
Samuel Liao
1
-1
/
+3
2012-05-30
perf annotate browser: Fix help window entry for navigating to hottest line
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-05-30
perf ui browser: Stop using 'self'
Arnaldo Carvalho de Melo
1
-61
/
+61
2012-05-30
perf annotate browser: Read perf config file for settings
Arnaldo Carvalho de Melo
1
-0
/
+49
[next]