index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
browsers
/
annotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-17
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-07
perf annotate browser: Fix typo
Ingo Molnar
1
-1
/
+1
2013-08-07
perf annotate browser: Improve description of '?' hotkey
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-08-07
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-29
perf ui browser: Stop using 'self'
Arnaldo Carvalho de Melo
1
-61
/
+61
2012-05-29
perf annotate browser: Read perf config file for settings
Arnaldo Carvalho de Melo
1
-0
/
+49
2012-05-29
perf annotate browser: Make feature toggles global
Arnaldo Carvalho de Melo
1
-35
/
+66
2012-05-29
perf annotate browser: The idx_asm field should be used in asm only view
Arnaldo Carvalho de Melo
1
-1
/
+5
2012-05-12
perf annotate browser: Add key bindings help window
Arnaldo Carvalho de Melo
1
-7
/
+18
2012-05-12
perf annotate browser: Show 'jumpy' functions
Arnaldo Carvalho de Melo
1
-5
/
+60
2012-05-12
perf annotate browser: Count the numbers of jump sources to a target
Arnaldo Carvalho de Melo
1
-3
/
+3
2012-05-11
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-3
/
+3
2012-05-09
perf annotate: shorten helpline so it fits in visible space
David Ahern
1
-3
/
+3
2012-05-07
perf annotate browser: Do raw printing in 'o'ffset in a single place
Arnaldo Carvalho de Melo
1
-5
/
+1
2012-05-03
perf annotate browser: Don't change the asm line color when toggling source
Arnaldo Carvalho de Melo
1
-3
/
+0
2012-05-03
perf annotate browser: More clearly separate columns
Arnaldo Carvalho de Melo
1
-20
/
+28
2012-04-27
perf annotate browser: Don't display 0.00 percentages
Arnaldo Carvalho de Melo
1
-7
/
+7
2012-04-27
perf annotate browser: Remove the vertical line after the percentages
Arnaldo Carvalho de Melo
1
-5
/
+4
2012-04-27
perf annotate browser: Show current jump, back or forward
Arnaldo Carvalho de Melo
1
-27
/
+23
2012-04-27
perf annotate browser: Add a right arrow before call instructions
Arnaldo Carvalho de Melo
1
-0
/
+3
2012-04-25
perf annotate browser: Don't draw jump connectors for out of function jumps
Arnaldo Carvalho de Melo
1
-2
/
+4
2012-04-25
perf annotate: Disambiguage offsets and addresses in operands
Arnaldo Carvalho de Melo
1
-7
/
+7
2012-04-25
perf annotate browser: Handle NULL jump targets
Arnaldo Carvalho de Melo
1
-0
/
+7
2012-04-24
perf annotate browser: Initial loop detection
Arnaldo Carvalho de Melo
1
-4
/
+57
2012-04-20
ui browser: Add method to write graphical characters
Arnaldo Carvalho de Melo
1
-10
/
+4
2012-04-20
perf annotate browser: Handle retq instructions
Arnaldo Carvalho de Melo
1
-4
/
+9
2012-04-20
perf annotate browser: Add visual cue for retq instruction
Arnaldo Carvalho de Melo
1
-4
/
+13
2012-04-20
perf annotate browser: Add visual cues on jump lines
Arnaldo Carvalho de Melo
1
-1
/
+12
2012-04-20
perf annotate browser: Bandaid offsets/jump label objdump ambiguity
Arnaldo Carvalho de Melo
1
-1
/
+9
2012-04-20
perf annotate: Group operands members
Arnaldo Carvalho de Melo
1
-9
/
+8
[next]