Jiri Olsa
|
c34df25b40
perf annotate: Add symbol__annotate function
|
7 年 前 |
Jiri Olsa
|
37236d5e0b
perf annotate: Move ipc/cycles into annotation_line struct
|
7 年 前 |
Jiri Olsa
|
d5490b9647
perf annotate: Move line/offset into annotation_line struct
|
7 年 前 |
Jiri Olsa
|
a17c4ca0dd
perf annotate: Add annotation_line struct
|
7 年 前 |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 年 前 |
Arnaldo Carvalho de Melo
|
eba9fac017
perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB
|
8 年 前 |
Taeung Song
|
3a555c7799
perf annotate browser: Circulate percent, total-period and nr-samples view
|
8 年 前 |
Taeung Song
|
9cef4b0b5b
perf annotate browser: Support --show-nr-samples option
|
8 年 前 |
Arnaldo Carvalho de Melo
|
3861c4a49b
perf annotate TUI: Set appropriate column width for period/percent
|
8 年 前 |
Taeung Song
|
f67d395c6e
perf annotate TUI: Fix column header when toggling period/percent
|
8 年 前 |
Arnaldo Carvalho de Melo
|
bc1e5d60ce
perf annotate TUI: Clarify calculation of column header widths
|
8 年 前 |
Taeung Song
|
29dc267f27
perf annotate TUI: Fix --show-total-period
|
8 年 前 |
Arnaldo Carvalho de Melo
|
bb79a232b0
perf annotate TUI: Use sym_hist_entry in disasm_line_samples
|
8 年 前 |
Taeung Song
|
896bccd3cb
perf annotate: Introduce struct sym_hist_entry
|
8 年 前 |
Arnaldo Carvalho de Melo
|
8e99b6d453
tools include: Adopt strstarts() from the kernel
|
8 年 前 |
Jin Yao
|
7e63a13a26
perf annotate: Implement visual marker for macro fusion
|
8 年 前 |
Jin Yao
|
69fb09f6cc
perf annotate: Check for fused instructions
|
8 年 前 |
Jin Yao
|
dcaa394807
perf annotate: Return arch from symbol__disassemble() and save it in browser
|
8 年 前 |
Jin Yao
|
ec27ae1892
perf annotate browser: Display titles in left frame
|
8 年 前 |
Jin Yao
|
c564f0db92
perf report: Remove unnecessary check in annotate_browser_write()
|
8 年 前 |
Arnaldo Carvalho de Melo
|
b0742e90f5
perf tools: Don't include terminal handling headers in util.h
|
8 年 前 |
Arnaldo Carvalho de Melo
|
fd20e8111c
perf tools: Including missing inttypes.h header
|
8 年 前 |
Arnaldo Carvalho de Melo
|
877a7a1105
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
|
8 年 前 |
Ravi Bangoria
|
e216874cc1
perf annotate: Fix jump target outside of function address range
|
8 年 前 |
Arnaldo Carvalho de Melo
|
5252b1aeab
perf annotate: Show invalid jump offset in error message
|
8 年 前 |
Arnaldo Carvalho de Melo
|
75b49202d8
perf annotate: Remove duplicate 'name' field from disasm_line
|
8 年 前 |
Arnaldo Carvalho de Melo
|
786c1b5184
perf annotate: Start supporting cross arch annotation
|
8 年 前 |
Arnaldo Carvalho de Melo
|
be39db9f29
perf symbols: Remove symbol_filter_t machinery
|
9 年 前 |
Arnaldo Carvalho de Melo
|
ee51d85139
perf annotate: Introduce strerror for handling symbol__disassemble() errors
|
9 年 前 |
Arnaldo Carvalho de Melo
|
5cb725a972
perf annotate: Rename symbol__annotate() to symbol__disassemble()
|
9 年 前 |