index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf annotate: Introduce set_offsets() method out of TUI code
Arnaldo Carvalho de Melo
2018-03-20
3
-22
/
+33
*
perf annotate: Move nr_{asm_}entries to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-12
/
+13
*
perf annotate: Move 'start' to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-3
/
+3
*
perf annotate: Nuke struct browser_line
Arnaldo Carvalho de Melo
2018-03-20
2
-46
/
+22
*
perf annotate: Move mark_jump_targets from the TUI to the annotation library
Arnaldo Carvalho de Melo
2018-03-20
3
-51
/
+51
*
perf annotate: Move nr_jumps to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-9
/
+5
*
perf annotate: Move jumps_percent_color to ui_browser
Arnaldo Carvalho de Melo
2018-03-20
1
-10
/
+8
*
perf annotate: Move max_jump_sources to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-5
/
+7
*
perf annotate tui: Add browser__annotation() helper
Arnaldo Carvalho de Melo
2018-03-20
1
-24
/
+16
*
perf annotate: Move pcnt_with() to the annotation library
Arnaldo Carvalho de Melo
2018-03-20
2
-11
/
+8
*
perf annotate: Stop using a global config struct
Arnaldo Carvalho de Melo
2018-03-20
2
-34
/
+51
*
perf annotate: Move nr_events from annotate_browser to annotation struct
Arnaldo Carvalho de Melo
2018-03-20
2
-5
/
+7
*
perf annotate: Move compute_ipc() to annotation library
Arnaldo Carvalho de Melo
2018-03-20
3
-68
/
+63
*
perf annotate: Move annotation_line array from TUI to generic code
Arnaldo Carvalho de Melo
2018-03-20
2
-22
/
+20
*
perf annotate tui: Move have_cycles to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-11
/
+15
*
perf annotate tui: Use annotate_browser__cycles_width() mroe
Arnaldo Carvalho de Melo
2018-03-20
1
-3
/
+2
*
perf annotate: Move cycles/IPC formatting width constants outside TUI
Arnaldo Carvalho de Melo
2018-03-20
2
-11
/
+11
*
perf annotate: Move annotation_options out of the TUI browser
Arnaldo Carvalho de Melo
2018-03-20
2
-9
/
+11
*
perf unwind: Report error from dwfl_attach_state
Martin Vuille
2018-03-20
1
-1
/
+2
*
Merge tag 'perf-core-for-mingo-4.17-20180319' of git://git.kernel.org/pub/scm...
Ingo Molnar
2018-03-19
68
-520
/
+1834
|
\
|
*
perf tests bp_account: Fix build with clang-6
Arnaldo Carvalho de Melo
2018-03-19
1
-1
/
+1
|
*
objtool, perf: Fix GCC 8 -Wrestrict error
Josh Poimboeuf
2018-03-19
1
-1
/
+1
|
*
perf probe: Use right type to access array elements
Masami Hiramatsu
2018-03-19
1
-8
/
+5
|
*
perf annotate: Use ops->target.name when available for unresolved call targets
Arnaldo Carvalho de Melo
2018-03-19
1
-0
/
+3
|
*
perf top: Document --ignore-vmlinux
Arnaldo Carvalho de Melo
2018-03-19
1
-0
/
+3
|
*
perf tools: Fix python extension build for gcc 8
Jiri Olsa
2018-03-19
1
-0
/
+2
|
*
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2018-03-19
7
-19
/
+19
|
*
perf debug: Avoid setting 'quiet' to 'true' unnecessarily
Yisheng Xie
2018-03-16
1
-1
/
+0
|
*
perf mmap: Discard head in overwrite_rb_find_range()
Yisheng Xie
2018-03-16
1
-8
/
+7
|
*
perf vendor events: Update POWER9 events
Sukadev Bhattiprolu
2018-03-16
8
-173
/
+178
|
*
perf report: Support forced leader feature in pipe mode
Jiri Olsa
2018-03-16
2
-15
/
+53
|
*
perf record: Synthesize features before events in pipe mode
Jiri Olsa
2018-03-16
1
-7
/
+11
|
*
perf tests: Fix out of bounds access on array fd when cnt is 100
Colin Ian King
2018-03-16
1
-5
/
+3
|
*
perf annotate: Use asprintf when formatting objdump command line
Arnaldo Carvalho de Melo
2018-03-16
1
-5
/
+12
|
*
perf test: Fix exit code for record+probe_libc_inet_pton.sh
Sandipan Das
2018-03-16
1
-1
/
+4
|
*
perf machine: Fix mmap name setup
Jiri Olsa
2018-03-16
1
-15
/
+13
|
*
perf stat: Make function perf_stat_evsel_id_init static
Thomas Richter
2018-03-16
2
-3
/
+1
|
*
perf llvm: Display eBPF compiling command in debug output
Jiri Olsa
2018-03-16
1
-0
/
+14
|
*
perf top: Fix top.call-graph config option reading
Yisheng Xie
2018-03-16
1
-2
/
+4
|
*
perf record: Avoid duplicate call of perf_default_config()
Yisheng Xie
2018-03-16
1
-3
/
+5
|
*
perf unwind: Unwind with libdw doesn't take symfs into account
Martin Vuille
2018-03-16
1
-1
/
+1
|
*
perf vendor events arm64: Enable JSON events for ThunderX2 B0
Ganapatrao Kulkarni
2018-03-16
1
-0
/
+1
|
*
perf report: Show zero counters as well in 'perf report --stat'
Ingo Molnar
2018-03-16
1
-5
/
+1
|
*
perf stat: Fix core dump when flag T is used
Thomas Richter
2018-03-16
1
-2
/
+7
|
*
perf vendor events arm64: add HiSilicon hip08 JSON file
John Garry
2018-03-16
2
-0
/
+123
|
*
perf vendor events arm64: fixup A53 to use recommended events
John Garry
2018-03-16
6
-92
/
+62
|
*
perf vendor events arm64: Fixup ThunderX2 to use recommended events
John Garry
2018-03-16
1
-40
/
+10
|
*
perf vendor events arm64: Add armv8-recommended.json
John Garry
2018-03-16
1
-0
/
+452
|
*
perf vendor events: Add support for arch standard events
John Garry
2018-03-16
3
-3
/
+172
|
*
perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
John Garry
2018-03-16
7
-1
/
+1
[next]