index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: Fix build with ARCH=x86_64
Jiada Wang
2017-06-14
1
-1
/
+1
*
perf annotate: Add missing powerpc triplet
Kim Phillips
2017-06-05
1
-0
/
+1
*
perf annotate: Fix AArch64 comment char
Kim Phillips
2017-05-04
1
-1
/
+1
*
perf symbols: Allow user probes on versioned symbols
Paul Clarke
2017-05-02
1
-0
/
+12
*
perf tools: Use just forward declarations for struct thread where possible
Arnaldo Carvalho de Melo
2017-04-24
2
-0
/
+2
*
perf tools: Remove poll.h and wait.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
2
-0
/
+2
*
perf tools: Add signal.h to places using its definitions
Arnaldo Carvalho de Melo
2017-04-20
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
11
-0
/
+11
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+2
*
perf tools: Replace STR() calls with __stringify()
Arnaldo Carvalho de Melo
2017-04-19
3
-5
/
+7
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf unwind arm64: Add missing errno.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-1
/
+1
*
perf annotate s390: Implement jump types for perf annotate
Christian Borntraeger
2017-04-11
1
-0
/
+30
*
perf sdt powerpc: Add argument support
Ravi Bangoria
2017-04-04
1
-0
/
+111
*
perf trace: Beautify statx syscall 'flag' and 'mask' arguments
Arnaldo Carvalho de Melo
2017-03-31
1
-0
/
+1
*
perf/sdt/x86: Move OP parser to tools/perf/arch/x86/
Ravi Bangoria
2017-03-28
1
-32
/
+147
*
perf/sdt/x86: Add renaming logic for (missing) 8 bit registers
Ravi Bangoria
2017-03-28
1
-0
/
+8
*
perf sdt x86: Add renaming logic for rNN and other registers
Ravi Bangoria
2017-03-21
1
-12
/
+32
*
perf probe: Add sdt probes arguments into the uprobe cmd string
Alexis Berlemont
2017-03-21
1
-0
/
+83
*
perf powerpc: Choose local entry point with kretprobes
Naveen N. Rao
2017-03-14
1
-4
/
+10
*
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
[next]