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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-20
perf annotate: Introduce set_offsets() method out of TUI code
Arnaldo Carvalho de Melo
3
-22
/
+33
2018-03-20
perf annotate: Move nr_{asm_}entries to struct annotation
Arnaldo Carvalho de Melo
2
-12
/
+13
2018-03-20
perf annotate: Move 'start' to struct annotation
Arnaldo Carvalho de Melo
2
-3
/
+3
2018-03-20
perf annotate: Nuke struct browser_line
Arnaldo Carvalho de Melo
2
-46
/
+22
2018-03-20
perf annotate: Move mark_jump_targets from the TUI to the annotation library
Arnaldo Carvalho de Melo
3
-51
/
+51
2018-03-20
perf annotate: Move nr_jumps to struct annotation
Arnaldo Carvalho de Melo
2
-9
/
+5
2018-03-20
perf annotate: Move jumps_percent_color to ui_browser
Arnaldo Carvalho de Melo
1
-10
/
+8
2018-03-20
perf annotate: Move max_jump_sources to struct annotation
Arnaldo Carvalho de Melo
2
-5
/
+7
2018-03-20
perf annotate tui: Add browser__annotation() helper
Arnaldo Carvalho de Melo
1
-24
/
+16
2018-03-20
perf annotate: Move pcnt_with() to the annotation library
Arnaldo Carvalho de Melo
2
-11
/
+8
2018-03-20
perf annotate: Stop using a global config struct
Arnaldo Carvalho de Melo
2
-34
/
+51
2018-03-20
perf annotate: Move nr_events from annotate_browser to annotation struct
Arnaldo Carvalho de Melo
2
-5
/
+7
2018-03-20
perf annotate: Move compute_ipc() to annotation library
Arnaldo Carvalho de Melo
3
-68
/
+63
2018-03-20
perf annotate: Move annotation_line array from TUI to generic code
Arnaldo Carvalho de Melo
2
-22
/
+20
2018-03-20
perf annotate tui: Move have_cycles to struct annotation
Arnaldo Carvalho de Melo
2
-11
/
+15
2018-03-20
perf annotate tui: Use annotate_browser__cycles_width() mroe
Arnaldo Carvalho de Melo
1
-3
/
+2
2018-03-20
perf annotate: Move cycles/IPC formatting width constants outside TUI
Arnaldo Carvalho de Melo
2
-11
/
+11
2018-03-20
perf annotate: Move annotation_options out of the TUI browser
Arnaldo Carvalho de Melo
2
-9
/
+11
2018-03-20
perf unwind: Report error from dwfl_attach_state
Martin Vuille
1
-1
/
+2
2018-03-19
Merge tag 'perf-core-for-mingo-4.17-20180319' of git://git.kernel.org/pub/scm...
Ingo Molnar
68
-520
/
+1834
2018-03-19
Merge tag 'v4.16-rc6' into perf/core, to pick up fixes
Ingo Molnar
10
-40
/
+136
2018-03-19
perf tests bp_account: Fix build with clang-6
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-03-19
objtool, perf: Fix GCC 8 -Wrestrict error
Josh Poimboeuf
1
-1
/
+1
2018-03-19
perf probe: Use right type to access array elements
Masami Hiramatsu
1
-8
/
+5
2018-03-19
perf annotate: Use ops->target.name when available for unresolved call targets
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-03-19
perf top: Document --ignore-vmlinux
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-03-19
perf tools: Fix python extension build for gcc 8
Jiri Olsa
1
-0
/
+2
2018-03-19
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
7
-19
/
+19
2018-03-19
selftests/x86/ptrace_syscall: Fix for yet more glibc interference
Andy Lutomirski
1
-2
/
+6
2018-03-18
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+28
2018-03-16
perf debug: Avoid setting 'quiet' to 'true' unnecessarily
Yisheng Xie
1
-1
/
+0
2018-03-16
perf mmap: Discard head in overwrite_rb_find_range()
Yisheng Xie
1
-8
/
+7
2018-03-16
perf vendor events: Update POWER9 events
Sukadev Bhattiprolu
8
-173
/
+178
2018-03-16
perf report: Support forced leader feature in pipe mode
Jiri Olsa
2
-15
/
+53
2018-03-16
perf record: Synthesize features before events in pipe mode
Jiri Olsa
1
-7
/
+11
2018-03-16
perf tests: Fix out of bounds access on array fd when cnt is 100
Colin Ian King
1
-5
/
+3
2018-03-16
perf annotate: Use asprintf when formatting objdump command line
Arnaldo Carvalho de Melo
1
-5
/
+12
2018-03-16
perf test: Fix exit code for record+probe_libc_inet_pton.sh
Sandipan Das
1
-1
/
+4
2018-03-16
perf machine: Fix mmap name setup
Jiri Olsa
1
-15
/
+13
2018-03-16
perf stat: Make function perf_stat_evsel_id_init static
Thomas Richter
2
-3
/
+1
2018-03-16
perf llvm: Display eBPF compiling command in debug output
Jiri Olsa
1
-0
/
+14
2018-03-16
perf top: Fix top.call-graph config option reading
Yisheng Xie
1
-2
/
+4
2018-03-16
perf record: Avoid duplicate call of perf_default_config()
Yisheng Xie
1
-3
/
+5
2018-03-16
perf unwind: Unwind with libdw doesn't take symfs into account
Martin Vuille
1
-1
/
+1
2018-03-16
perf vendor events arm64: Enable JSON events for ThunderX2 B0
Ganapatrao Kulkarni
1
-0
/
+1
2018-03-16
perf report: Show zero counters as well in 'perf report --stat'
Ingo Molnar
1
-5
/
+1
2018-03-16
perf stat: Fix core dump when flag T is used
Thomas Richter
1
-2
/
+7
2018-03-16
perf vendor events arm64: add HiSilicon hip08 JSON file
John Garry
2
-0
/
+123
2018-03-16
perf vendor events arm64: fixup A53 to use recommended events
John Garry
6
-92
/
+62
2018-03-16
perf vendor events arm64: Fixup ThunderX2 to use recommended events
John Garry
1
-40
/
+10
[prev]
[next]