index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools arm64: Add support for generating bpf prologue
He Kuang
2017-02-08
2
-1
/
+15
*
perf probe: Fix wrong register name for arm64
He Kuang
2017-01-26
1
-6
/
+6
*
perf annotate: AArch64 support
Kim Phillips
2016-12-01
1
-0
/
+62
*
perf test: Remove "test" and similar strings from test descriptions
Arnaldo Carvalho de Melo
2016-11-29
1
-5
/
+5
*
perf annotate: Initial PowerPC support
Ravi Bangoria
2016-11-25
1
-0
/
+58
*
perf annotate: Improve support for ARM
Arnaldo Carvalho de Melo
2016-11-25
1
-89
/
+58
*
perf annotate: Add per arch instructions annotate handlers
Arnaldo Carvalho de Melo
2016-11-17
2
-0
/
+168
*
perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect)
Arnaldo Carvalho de Melo
2016-10-28
1
-0
/
+3
*
perf coresight: Removing miscellaneous debug output
Mathieu Poirier
2016-10-24
1
-2
/
+0
*
perf tools: Sync copy of x86's syscall table
Arnaldo Carvalho de Melo
2016-10-24
1
-2
/
+2
*
perf uretprobe ppc64le: Fix probe location
Ravi Bangoria
2016-10-05
1
-1
/
+2
*
perf tools: Support CPU id matching for x86 v2
Andi Kleen
2016-10-03
1
-3
/
+21
*
perf powerpc: Support CPU ID matching for Powerpc
Sukadev Bhattiprolu
2016-10-03
1
-0
/
+11
*
perf tests: Add dwarf unwind test for powerpc
Ravi Bangoria
2016-09-29
7
-0
/
+191
*
perf intel-pt: Record address filter in AUXTRACE_INFO event
Adrian Hunter
2016-09-29
1
-4
/
+47
*
perf intel-pt: Add support for recording the max non-turbo ratio
Adrian Hunter
2016-09-29
1
-0
/
+6
*
perf tools: Add sink configuration for cs_etm PMU
Mathieu Poirier
2016-09-22
3
-0
/
+63
*
perf tools: Add coresight etm PMU record capabilities
Mathieu Poirier
2016-09-22
5
-2
/
+640
*
perf tools: Make coresight PMU listable
Mathieu Poirier
2016-09-22
3
-0
/
+38
*
perf probe: Fix dwarf regs table for x86_64
Arnaldo Carvalho de Melo
2016-09-12
1
-1
/
+1
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-1
/
+1
*
perf probe: Support probing on offline cross-arch binary
Masami Hiramatsu
2016-09-01
8
-0
/
+122
*
perf intel-pt: Fix occasional decoding errors when tracing system-wide
Adrian Hunter
2016-08-15
1
-1
/
+5
*
perf ppc64le: Fix build failure when libelf is not present
Ravi Bangoria
2016-08-12
1
-0
/
+2
*
perf probe ppc64le: Fix probe location when using DWARF
Ravi Bangoria
2016-08-09
1
-4
/
+23
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-30
2
-0
/
+21
|
\
|
*
perf s390: Fix 'start' address of module's map
Song Shan Gong
2016-07-26
2
-0
/
+21
*
|
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-07-28
3
-8
/
+0
|
\
\
|
|
/
|
/
|
|
*
x86/insn: remove pcommit
Dan Williams
2016-07-23
3
-8
/
+0
*
|
perf tools: Add AVX-512 instructions to the new instructions test
Adrian Hunter
2016-07-21
3
-8
/
+3731
*
|
x86/insn: perf tools: Fix vcvtph2ps instruction decoding
Adrian Hunter
2016-07-20
3
-8
/
+16
*
|
perf tools: Remove needless includes from cache.h
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
*
|
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-2
/
+2
*
|
perf tools: Sync copy of syscall_64.tbl with the kernel
Arnaldo Carvalho de Melo
2016-07-04
1
-0
/
+2
*
|
perf tools: Add more toolchain triplets
Ravi Bangoria
2016-06-27
1
-0
/
+17
*
|
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
3
-10
/
+10
*
|
perf tests time-to-tsc: No need to disable an event before deleting it
Arnaldo Carvalho de Melo
2016-06-22
1
-5
/
+1
*
|
Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-06-08
7
-7
/
+12
|
\
\
|
*
|
perf callchain: Support aarch64 cross-platform
He Kuang
2016-06-07
1
-1
/
+3
|
*
|
perf callchain: Support x86 target platform
He Kuang
2016-06-07
1
-2
/
+4
|
*
|
perf tools: Export normalize_arch() function
He Kuang
2016-06-07
2
-1
/
+2
|
*
|
perf unwind: Separate local/remote libunwind config
He Kuang
2016-06-07
3
-3
/
+3
*
|
|
Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-06-08
2
-0
/
+28
|
\
|
|
|
*
|
perf stat: Basic support for TopDown in perf stat
Andi Kleen
2016-06-06
2
-0
/
+28
*
|
|
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
2016-06-08
4
-0
/
+216
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-05-20
4
-0
/
+216
|
|
\
|
|
*
perf/powerpc: Add support for unwinding perf-stackdump
Chandan Kumar
2016-05-11
2
-0
/
+97
|
|
*
tool/perf: Add sample_reg_mask to include all perf_regs
Madhavan Srinivasan
2016-04-21
2
-0
/
+50
|
|
*
tools/perf: Map the ID values with register names
Anju T
2016-04-21
1
-0
/
+69
[next]