index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-01
Merge tag 'perf-core-for-mingo-4.11-20170201' of git://git.kernel.org/pub/scm...
Ingo Molnar
27
-59
/
+442
2017-01-31
perf ftrace: Add ftrace.tracer config option
Taeung Song
1
-0
/
+25
2017-01-31
perf tools: Create for_each_event macro for tracepoints iteration
Taeung Song
1
-20
/
+18
2017-01-31
perf test: Add libbpf pinning test
Joe Stringer
1
-1
/
+41
2017-01-31
tools lib api fs: Add bpf_fs filesystem detector
Joe Stringer
2
-0
/
+17
2017-01-31
tools perf util: Make rm_rf(path) argument const
Joe Stringer
2
-2
/
+2
2017-01-31
tools lib bpf: Add bpf_object__pin()
Joe Stringer
2
-0
/
+54
2017-01-31
tools lib bpf: Add bpf_map__pin()
Joe Stringer
2
-0
/
+23
2017-01-31
tools lib bpf: Add BPF program pinning APIs
Joe Stringer
2
-0
/
+123
2017-01-31
perf callchain: Reference count maps
Krister Johansen
3
-2
/
+22
2017-01-30
tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.h, {tools/,}ar...
Ingo Molnar
3
-0
/
+25
2017-01-30
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-26
/
+27
2017-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-26
/
+27
2017-01-27
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
12
-23
/
+62
2017-01-27
perf config: Do not consider an error not to have any perfconfig file
Arnaldo Carvalho de Melo
1
-6
/
+8
2017-01-26
tools build: Add tools tree support for 'make -s'
Josh Poimboeuf
2
-1
/
+21
2017-01-26
perf ftrace: Remove needless code setting default tracer
Taeung Song
1
-4
/
+1
2017-01-26
Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...
Ingo Molnar
22
-96
/
+600
2017-01-26
perf ftrace: Make 'function_graph' be the default tracer
Arnaldo Carvalho de Melo
1
-1
/
+2
2017-01-26
perf ftrace: Introduce new 'ftrace' tool
Namhyung Kim
6
-0
/
+282
2017-01-26
perf util: Add more debug message on failure path
Namhyung Kim
2
-18
/
+39
2017-01-26
perf util: Save pid-cmdline mapping into tracing header
Namhyung Kim
4
-3
/
+84
2017-01-26
perf scripting perl: Do not die() when not founding event for a type
Arnaldo Carvalho de Melo
1
-2
/
+4
2017-01-26
tools lib bpf: Add libbpf_get_error()
Joe Stringer
3
-2
/
+12
2017-01-26
tools lib bpf: Add set/is helpers for all prog types
Joe Stringer
2
-0
/
+15
2017-01-26
tools lib bpf: Define prog_type fns with macro
Joe Stringer
1
-25
/
+16
2017-01-26
tools lib bpf: Fix map offsets in relocation
Joe Stringer
1
-3
/
+12
2017-01-26
perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()
Markus Elfring
1
-3
/
+2
2017-01-26
perf probe: Delete an unnecessary check in try_to_find_absolute_address()
Markus Elfring
1
-4
/
+2
2017-01-26
perf probe: Fix wrong register name for arm64
He Kuang
1
-6
/
+6
2017-01-25
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
11
-49
/
+92
2017-01-22
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-2
/
+15
2017-01-22
Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2017-01-20
perf c2c report: Coalesce by default only by pid,iaddr
Jiri Olsa
2
-2
/
+2
2017-01-20
perf c2c report: Display Total records column in offset view
Jiri Olsa
1
-0
/
+1
2017-01-20
perf hists browser: Add e/c hotkeys to expand/collapse callchain for current ...
Jiri Olsa
1
-0
/
+17
2017-01-20
perf hists browser: Put hist_entry folding logic into single function
Jiri Olsa
1
-18
/
+25
2017-01-20
tools/virtio/ringtest: tweaks for s390
Halil Pasic
1
-0
/
+12
2017-01-20
tools/virtio/ringtest: fix run-on-all.sh for offline cpus
Halil Pasic
1
-2
/
+3
2017-01-18
perf unwind: Fix looking up dwarf unwind stack info
Matija Glavinic Pecotic
2
-16
/
+86
2017-01-18
selftest/powerpc: Wrong PMC initialized in pmc56_overflow test
Madhavan Srinivasan
1
-1
/
+1
2017-01-17
bpf: Fix test_lru_sanity5() in test_lru_map.c
Martin KaFai Lau
1
-26
/
+27
2017-01-17
Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/s...
Ingo Molnar
3
-41
/
+72
2017-01-17
perf evlist: Fix typo in deliver_sample()
Soramichi AKIYAMA
1
-1
/
+1
2017-01-17
perf tools: Move two variables usied in libperf from perf.c
Soramichi AKIYAMA
5
-5
/
+5
2017-01-17
perf sched timehist: Show total wait times for summary
Namhyung Kim
1
-3
/
+41
2017-01-17
perf sched timehist: Add --state option
Namhyung Kim
2
-4
/
+36
2017-01-17
perf sched timehist: Account thread wait time separately
Namhyung Kim
1
-6
/
+44
2017-01-16
perf probe: Fix to probe on gcc generated functions in modules
Masami Hiramatsu
3
-18
/
+37
2017-01-16
perf probe: Add error checks to offline probe post-processing
Masami Hiramatsu
1
-17
/
+33
[next]