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.12.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
*
tools: Copy uapi/asm/perf_regs.h from the kernel
Arnaldo Carvalho de Melo
2016-07-12
7
-2
/
+161
*
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
2016-07-12
5
-6
/
+456
*
perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks
Arnaldo Carvalho de Melo
2016-07-12
10
-7
/
+939
*
tools: Add copy of perf_event.h to tools/include/linux/
Arnaldo Carvalho de Melo
2016-07-12
4
-2
/
+988
*
perf tools: event.h needs asm/perf_regs.h
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+1
*
perf bench futex: Add missing compiler.h header
Arnaldo Carvalho de Melo
2016-07-12
5
-0
/
+5
*
tools lib subcmd: Use str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
2
-2
/
+8
*
tools lib: Guard the strlcpy() header with __GLIBC__
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+1
*
tools lib api fs: Use str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
2
-1
/
+3
*
tools lib traceevent: Use str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-6
/
+2
*
perf tools: Uninline scnprintf() and vscnprint()
Arnaldo Carvalho de Melo
2016-07-12
9
-25
/
+39
*
perf evsel: Uninline the is_function_event method
Arnaldo Carvalho de Melo
2016-07-12
2
-17
/
+19
*
perf tools: Remove needless includes from cache.h
Arnaldo Carvalho de Melo
2016-07-12
11
-4
/
+15
*
perf tools: Add missing header to color.c
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+1
*
perf tests x86 rdpmc: Add missing headers
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+4
*
perf test fdarray: Add missing poll.h header
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+1
*
perf tests cpumap: Add missing headers
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+7
*
perf quote: Disentangle headers
Arnaldo Carvalho de Melo
2016-07-12
2
-2
/
+5
*
perf strbuf: Add missing headers
Arnaldo Carvalho de Melo
2016-07-12
2
-1
/
+4
*
perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/i...
Arnaldo Carvalho de Melo
2016-07-12
6
-20
/
+19
*
perf bench: Disentangle headers
Arnaldo Carvalho de Melo
2016-07-12
5
-14
/
+18
*
perf tests openat-syscall-tp-fields: Add some conditional defines
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+7
*
perf trace: Add conditional define for AT_FDCWD
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+4
*
perf tests: Add missing pthread.h include for CPU_*() macros
Arnaldo Carvalho de Melo
2016-07-12
3
-0
/
+9
*
perf bench: Add missing pthread.h include for CPU_*() macros
Arnaldo Carvalho de Melo
2016-07-12
6
-8
/
+18
*
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
41
-77
/
+113
*
perf trace beauty open_flags: Add more conditional defines
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+12
*
perf trace beauty flock: Add more conditional defines
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+16
*
perf trace beauty mmap: Add more conditional defines
Arnaldo Carvalho de Melo
2016-07-12
1
-22
/
+55
*
perf trace beauty open_flags: Add missing headers
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+3
*
perf trace beauty flock: Add missing fcntl.h include
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+1
*
perf trace beauty msg_flags: Remove MSG_TRYHARD
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+0
*
perf report: Introduce --stdio-color to setup the color output mode selection
Arnaldo Carvalho de Melo
2016-07-12
2
-0
/
+10
*
perf annotate: Introduce --stdio-color to setup the color output mode selection
Arnaldo Carvalho de Melo
2016-07-12
2
-0
/
+10
*
perf ui stdio: Add way to setup the color output mode selection
Arnaldo Carvalho de Melo
2016-07-12
2
-0
/
+11
*
perf hists: Introduce hists__add_entry_ops function
Jiri Olsa
2016-07-12
2
-7
/
+46
*
perf hists: Introduce hist_entry_ops
Jiri Olsa
2016-07-12
2
-4
/
+33
*
perf hists: Introduce hist_entry__init function
Jiri Olsa
2016-07-12
1
-66
/
+73
*
perf tools: Sync copy of syscall_64.tbl with the kernel
Arnaldo Carvalho de Melo
2016-07-04
1
-0
/
+2
*
perf tools: Update android build documentation
Chris Phlipot
2016-07-04
1
-8
/
+8
*
tools lib subcmd: Respect WERROR=0 for build
Chris Phlipot
2016-07-04
1
-1
/
+7
*
tools lib api: Respect WERROR=0 for build
Chris Phlipot
2016-07-04
1
-1
/
+7
*
tools lib bpf: Add license header
Wang Nan
2016-07-04
4
-0
/
+52
*
perf unwind: Call unwind__prepare_access for forked thread
Jiri Olsa
2016-07-04
3
-4
/
+44
*
perf unwind: Add initialized arg into unwind__prepare_access
Jiri Olsa
2016-07-04
3
-6
/
+16
*
perf tests: Fix hist accumulation test
Jiri Olsa
2016-07-04
3
-6
/
+18
*
perf header: Transform nodes string info to struct
Jiri Olsa
2016-07-04
3
-52
/
+39
*
perf buildid-cache: Scan and import user SDT events to probe cache
Masami Hiramatsu
2016-07-04
4
-3
/
+101
*
perf probe: Add group name support
Masami Hiramatsu
2016-07-04
2
-13
/
+20
*
perf sdt: ELF support for SDT
Hemant Kumar
2016-07-04
2
-0
/
+274
[next]