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
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Fix trigger class trigger_on()
Adrian Hunter
2018-03-06
1
-4
/
+5
*
perf auxtrace: Prevent decoding when --no-itrace
Adrian Hunter
2018-03-06
1
-6
/
+9
*
perf stat: Fix CVS output format for non-supported counters
Ilya Pronin
2018-03-06
1
-1
/
+1
*
perf record: Fix crash in pipe mode
Jiri Olsa
2018-03-05
3
-2
/
+16
*
perf annotate browser: Be more robust when drawing jump arrows
Arnaldo Carvalho de Melo
2018-03-05
1
-0
/
+25
*
perf top: Fix annoying fallback message on older kernels
Kan Liang
2018-03-05
1
-1
/
+1
*
perf kallsyms: Fix the usage on the man page
Sangwon Hong
2018-03-05
1
-1
/
+1
*
tools: fix cross-compile var clobbering
Martin Kelly
2018-02-21
1
-6
/
+0
*
Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
Hendrik Brueckner
2018-02-15
1
-1
/
+0
*
perf s390: Rework system call table creation by using syscall.tbl
Hendrik Brueckner
2018-02-15
2
-14
/
+14
*
perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl
Hendrik Brueckner
2018-02-15
1
-0
/
+390
*
perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
Thomas Richter
2018-02-15
1
-5
/
+18
*
perf data: Document missing --force option
Sangwon Hong
2018-02-15
1
-0
/
+4
*
perf tools: Substitute yet another strtoull()
Andy Shevchenko
2018-02-15
1
-22
/
+2
*
perf top: Check the latency of perf_top__mmap_read()
Kan Liang
2018-02-15
1
-0
/
+9
*
perf top: Switch default mode to overwrite mode
Kan Liang
2018-02-15
1
-9
/
+25
*
perf top: Remove lost events checking
Kan Liang
2018-02-15
1
-3
/
+5
*
perf hists browser: Add parameter to disable lost event warning
Kan Liang
2018-02-15
6
-20
/
+36
*
perf top: Add overwrite fall back
Kan Liang
2018-02-15
1
-0
/
+36
*
perf evsel: Expose the perf_missing_features struct
Arnaldo Carvalho de Melo
2018-02-15
2
-11
/
+15
*
perf top: Check per-event overwrite term
Kan Liang
2018-02-15
1
-0
/
+73
*
perf mmap: Discard legacy interface for mmap read
Kan Liang
2018-02-15
2
-49
/
+4
*
perf test: Update mmap read functions for backward-ring-buffer test
Kan Liang
2018-02-15
1
-2
/
+5
*
perf mmap: Introduce perf_mmap__read_event()
Kan Liang
2018-02-15
2
-0
/
+43
*
perf mmap: Introduce perf_mmap__read_done()
Kan Liang
2018-02-15
2
-0
/
+12
*
perf mmap: Discard 'prev' in perf_mmap__read()
Kan Liang
2018-02-15
1
-18
/
+10
*
perf mmap: Add new return value logic for perf_mmap__read_init()
Kan Liang
2018-02-15
1
-6
/
+6
*
perf mmap: Introduce perf_mmap__read_init()
Kan Liang
2018-02-15
2
-10
/
+29
*
perf mmap: Cleanup perf_mmap__push()
Kan Liang
2018-02-15
1
-1
/
+1
*
perf mmap: Recalculate size for overwrite mode
Kan Liang
2018-02-15
1
-0
/
+2
*
perf evlist: Remove stale mmap read for backward
Kan Liang
2018-02-15
2
-21
/
+0
*
perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
William Cohen
2018-02-15
7
-0
/
+183
*
perf tools: Add trace/beauty/generated/ into .gitignore
Ravi Bangoria
2018-02-05
1
-0
/
+1
*
perf trace: Fix call-graph output
Ravi Bangoria
2018-02-05
1
-1
/
+4
*
perf record: Fix period option handling
Jiri Olsa
2018-02-05
3
-4
/
+11
*
perf evsel: Fix period/freq terms setup
Jiri Olsa
2018-02-05
1
-0
/
+2
*
perf trace beauty flock: Move to separate object file
Arnaldo Carvalho de Melo
2018-01-25
4
-6
/
+9
*
perf evlist: Remove fcntl.h from evlist.h
Arnaldo Carvalho de Melo
2018-01-25
9
-1
/
+16
*
perf trace beauty futex: Beautify FUTEX_BITSET_MATCH_ANY
Arnaldo Carvalho de Melo
2018-01-25
2
-1
/
+21
*
perf trace: Do not print from time delta for interrupted syscall lines
Arnaldo Carvalho de Melo
2018-01-25
1
-8
/
+5
*
perf trace: Add --print-sample
Arnaldo Carvalho de Melo
2018-01-25
2
-0
/
+28
*
perf bpf: Remove misplaced __maybe_unused attribute
Arnaldo Carvalho de Melo
2018-01-25
1
-1
/
+1
*
perf tools: Add mechanic to synthesise CoreSight trace packets
Mathieu Poirier
2018-01-25
1
-0
/
+168
*
perf tools: Add full support for CoreSight trace decoding
Mathieu Poirier
2018-01-25
1
-6
/
+160
*
pert tools: Add queue management functionality
Mathieu Poirier
2018-01-25
1
-4
/
+204
*
perf tools: Add functionality to communicate with the openCSD decoder
Mathieu Poirier
2018-01-25
2
-0
/
+69
*
perf tools: Add support for decoding CoreSight trace data
Mathieu Poirier
2018-01-25
1
-0
/
+119
*
perf tools: Add decoder mechanic to support dumping trace data
Mathieu Poirier
2018-01-25
5
-4
/
+536
*
perf tools: Add processing of coresight metadata
Tor Jeremiassen
2018-01-25
2
-3
/
+194
*
perf tools: Add initial entry point for decoder CoreSight traces
Mathieu Poirier
2018-01-25
4
-0
/
+235
[next]