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-02-19
perf tools: Add Python 3 support
Jaroslav Škarvada
6
-88
/
+221
2018-02-19
perf python: Make twatch.py work with both python2 and python3
Arnaldo Carvalho de Melo
1
-4
/
+4
2018-02-19
perf ftrace: Append an EOL when write tracing files
Changbin Du
1
-2
/
+16
2018-02-19
perf machine: Fix paranoid check in machine__set_kernel_mmap()
Namhyung Kim
1
-1
/
+1
2018-02-19
perf s390: Fix reading cpuid model information
Thomas Richter
1
-1
/
+1
2018-02-17
Merge tag 'perf-core-for-mingo-4.17-20180216' of git://git.kernel.org/pub/scm...
Ingo Molnar
46
-273
/
+1526
2018-02-17
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
188
-1703
/
+14209
2018-02-16
perf tests shell lib: Use a wildcard to remove the vfs_getname probe
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-02-16
perf test: Fix test case inet_pton to accept inlines.
Thomas Richter
1
-3
/
+3
2018-02-16
perf test: Fix test case 23 for s390 z/VM or KVM guests
Thomas Richter
1
-4
/
+29
2018-02-16
perf cpuid: Introduce a platform specific cpuid compare function
Thomas Richter
3
-18
/
+48
2018-02-16
perf annotate: Scan cpuid for s390 and save machine type
Thomas Richter
1
-1
/
+26
2018-02-16
perf record: Provide detailed information on s390 CPU
Thomas Richter
1
-5
/
+125
2018-02-16
perf trace powerpc: Use generated syscall table
Ravi Bangoria
2
-0
/
+10
2018-02-16
perf powerpc: Generate system call table from asm/unistd.h
Ravi Bangoria
2
-0
/
+62
2018-02-16
tools include powerpc: Grab a copy of arch/powerpc/include/uapi/asm/unistd.h
Ravi Bangoria
2
-0
/
+403
2018-02-16
perf report: Fix memory corruption in --branch-history mode --branch-history
Jiri Olsa
2
-4
/
+1
2018-02-16
perf report: Fix wrong jump arrow
Jin Yao
1
-2
/
+7
2018-02-16
perf report: Fix description for --mem-mode
Andi Kleen
1
-1
/
+1
2018-02-16
perf inject: Emit instruction records on ETM trace discontinuity
Robert Walker
3
-23
/
+67
2018-02-16
perf cs-etm: Inject capabilitity for CoreSight traces
Robert Walker
3
-64
/
+436
2018-02-16
perf mem: Document a missing option
Sangwon Hong
1
-0
/
+4
2018-02-16
perf kmem: Document a missing option & an argument
Sangwon Hong
1
-1
/
+5
2018-02-16
perf annotate: Add missing arguments in Man page
Jaecheol Shin
1
-3
/
+3
2018-02-16
perf cs-etm: Properly deal with cpu maps
Mathieu Poirier
1
-15
/
+36
2018-02-16
perf auxtrace arm: Fixing uninitialised variable
Mathieu Poirier
1
-1
/
+1
2018-02-16
perf tools: Use target->per_thread and target->system_wide flags
Jin Yao
3
-4
/
+23
2018-02-16
perf cs-etm: Freeing allocated memory
Mathieu Poirier
1
-0
/
+6
2018-02-16
perf tests: Use arch__compare_symbol_names to compare symbols
Jiri Olsa
1
-1
/
+1
2018-02-16
perf tools: Do not create kernel maps in sample__resolve()
Jiri Olsa
1
-11
/
+0
2018-02-16
perf machine: Remove machine__load_kallsyms()
Jiri Olsa
3
-13
/
+5
2018-02-16
perf machine: Don't search for active kernel start in __machine__create_kerne...
Jiri Olsa
2
-30
/
+26
2018-02-16
perf machine: Generalize machine__set_kernel_mmap()
Jiri Olsa
1
-6
/
+7
2018-02-16
perf machine: Move kernel mmap name into struct machine
Jiri Olsa
5
-49
/
+39
2018-02-16
perf machine: Free root_dir in machine__init() error path
Jiri Olsa
1
-1
/
+7
2018-02-16
perf symbols: Check if we read regular file in dso__load()
Jiri Olsa
1
-6
/
+4
2018-02-16
tools lib symbol: Skip non-address kallsyms line
Jiri Olsa
1
-0
/
+4
2018-02-16
perf stat: Add support to print counts after a period of time
yuzhoujian
3
-2
/
+37
2018-02-16
perf stat: Add support to print counts for fixed times
yuzhoujian
3
-1
/
+25
2018-02-16
perf report: Add support to display group output for non group events
Jiri Olsa
2
-2
/
+7
2018-02-16
perf report: Ask for ordered events for --tasks option
Jiri Olsa
1
-0
/
+1
2018-02-16
perf tools: Fix comment for sort__* compare functions
Jiri Olsa
1
-2
/
+5
2018-02-16
perf tests: Fix dwarf unwind for stripped binaries
Jiri Olsa
1
-16
/
+30
2018-02-16
tools lib api fs: Add sysfs__read_xll function
Jiri Olsa
2
-2
/
+14
2018-02-16
tools lib api fs: Add filename__read_xll function
Jiri Olsa
2
-7
/
+23
2018-02-16
perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND
Jiri Olsa
2
-0
/
+20
2018-02-16
perf record: Put new line after target override warning
Jiri Olsa
1
-1
/
+1
2018-02-16
Merge tag 'perf-core-for-mingo-4.17-20180215' of git://git.kernel.org/pub/scm...
Ingo Molnar
33
-578
/
+1067
2018-02-15
Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
Hendrik Brueckner
2
-413
/
+0
2018-02-15
perf s390: Rework system call table creation by using syscall.tbl
Hendrik Brueckner
2
-14
/
+14
[next]