Sign in
android-kvm
/
linux
/
637dd20c490386c725ab21f3eb763a36fd0a5fb0
/
tools
/
perf
/
arch
81fccd6
perf record: Fix failed memory allocation for get_cpuid_str
by Thomas Richter
· 7 years ago
ffd3d18
perf tools: Add ARM Statistical Profiling Extensions (SPE) support
by Kim Phillips
· 7 years ago
44df1af
perf tools: Fix compile error with libunwind x86
by Wang Nan
· 7 years ago
f1031c8
perf probe arm64: Fix symbol fixup issues due to ELF type
by Kim Phillips
· 7 years ago
4b3a271
perf probe: Find versioned symbols from map
by Masami Hiramatsu
· 7 years ago
4e8fbc1
perf env: Adopt perf_env__arch() from the annotate code
by Arnaldo Carvalho de Melo
· 7 years ago
164a747f
perf s390: Generate system call table from asm/unistd.h
by Hendrik Brueckner
· 7 years ago
faaf956
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
10b9baa
tools arch s390: Do not include header files from the kernel sources
by Arnaldo Carvalho de Melo
· 7 years ago
76523de
Merge tag 'v4.15-rc3' into perf/core, to refresh the tree
by Ingo Molnar
· 7 years ago
d0300e5
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15
by Ingo Molnar
· 7 years ago
f74b9d3a
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
by Wang Nan
· 7 years ago
a81c421
perf s390: add regs_query_register_offset()
by Hendrik Brueckner
· 7 years ago
b57df28
perf tools arm64: Add support for get_cpuid_str function.
by Ganapatrao Kulkarni
· 7 years ago
54e32dc
perf pmu: Pass pmu as a parameter to get_cpuid_str()
by Ganapatrao Kulkarni
· 7 years ago
36c2636
perf annotate: Fix unnecessary memory allocation for s390x
by Thomas Richter
· 7 years ago
de9954b
s390/perf: add perf register support for floating-point registers
by Hendrik Brueckner
· 7 years ago
a9fc2db
s390/perf: define common DWARF register string table
by Hendrik Brueckner
· 7 years ago
f704ef4
s390/perf: add support for perf_regs and libdw
by Heiko Carstens
· 9 years ago
a3f22d5
s390/perf: add callback to perf to enable using AUX buffer
by Pu Hou
· 8 years ago
15bcdc94
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
696e2457
perf annotate: Remove arch::cpuid_parse callback
by Jiri Olsa
· 7 years ago
c976a7d
Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes
by Arnaldo Carvalho de Melo
· 7 years ago
5357413
perf test: Fix vmlinux failure on s390x part 2
by Thomas Richter
· 7 years ago
b28503a
perf test: Fix vmlinux failure on s390x
by Thomas Richter
· 7 years ago
5c9295b
perf tests: Remove Intel CQM perf test
by Xiaochen Shen
· 7 years ago
bafb076
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
df770ff
perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file
by Mike Leach
· 7 years ago
4a084ec
perf report: Fix module symbol adjustment for s390x
by Thomas Richter
· 7 years ago
81f17c9
perf test: Add 'struct test *' to the test functions
by Arnaldo Carvalho de Melo
· 7 years ago
8255e1e
perf build: Clarify open-coded header version warning message
by Ingo Molnar
· 7 years ago
cf6383f
perf report: Fix kernel symbol adjustment for s390x
by Thomas Richter
· 7 years ago
91a8c5b
perf intel-pt: Always set no branch for dummy event
by Kan Liang
· 8 years ago
69d8bd8
perf intel-pt: Set no_aux_samples for the tracking event
by Kan Liang
· 8 years ago
544abd4
perf probe: Allow placing uprobes in alternate namespaces.
by Krister Johansen
· 8 years ago
69fb09f
perf annotate: Check for fused instructions
by Jin Yao
· 8 years ago
d5b1a5f
x86/insn: perf tools: Add new ptwrite instruction
by Adrian Hunter
· 8 years ago
9fd629f
perf intel-pt: Add default config for pass-through branch enable
by Adrian Hunter
· 8 years ago
a7f0fda
perf unwind: Support for powerpc
by Paolo Bonzini
· 8 years ago
d3cef7f
perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv array
by Kim Phillips
· 8 years ago
0c788d4
perf coresight: Remove superfluous check before use
by Kim Phillips
· 8 years ago
afaed6d
tools: Adopt __printf from kernel sources
by Arnaldo Carvalho de Melo
· 8 years ago
7a759cd
perf tools: Fix build with ARCH=x86_64
by Jiada Wang
· 8 years ago
6db47fd
perf annotate: Add missing powerpc triplet
by Kim Phillips
· 8 years ago
d1f7b02
perf annotate: Fix AArch64 comment char
by Kim Phillips
· 8 years ago
d8040645
perf symbols: Allow user probes on versioned symbols
by Paul Clarke
· 8 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
4208735
perf tools: Remove poll.h and wait.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
9607ad3
perf tools: Add signal.h to places using its definitions
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
3d689ed
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
by Arnaldo Carvalho de Melo
· 8 years ago
aa8cc2f
perf tools: Replace STR() calls with __stringify()
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
4c38c8f
perf unwind arm64: Add missing errno.h header
by Arnaldo Carvalho de Melo
· 8 years ago
d9f8dfa
perf annotate s390: Implement jump types for perf annotate
by Christian Borntraeger
· 8 years ago
f5a7080
perf sdt powerpc: Add argument support
by Ravi Bangoria
· 8 years ago
fd5cead
perf trace: Beautify statx syscall 'flag' and 'mask' arguments
by Arnaldo Carvalho de Melo
· 8 years ago
d451a20
perf/sdt/x86: Move OP parser to tools/perf/arch/x86/
by Ravi Bangoria
· 8 years ago
2d01ecc
perf/sdt/x86: Add renaming logic for (missing) 8 bit registers
by Ravi Bangoria
· 8 years ago
8544d24
perf sdt x86: Add renaming logic for rNN and other registers
by Ravi Bangoria
· 8 years ago
3b1f831
perf probe: Add sdt probes arguments into the uprobe cmd string
by Alexis Berlemont
· 8 years ago
44ca934
perf powerpc: Choose local entry point with kretprobes
by Naveen N. Rao
· 8 years ago
3bb53c9
perf tools arm64: Add support for generating bpf prologue
by He Kuang
· 8 years ago
1b29dfb
perf probe: Fix wrong register name for arm64
by He Kuang
· 8 years ago
0fcb1da
perf annotate: AArch64 support
by Kim Phillips
· 8 years ago
030910c
perf test: Remove "test" and similar strings from test descriptions
by Arnaldo Carvalho de Melo
· 8 years ago
dbdebdc
perf annotate: Initial PowerPC support
by Ravi Bangoria
· 8 years ago
acc9bfb
perf annotate: Improve support for ARM
by Arnaldo Carvalho de Melo
· 8 years ago
763d896
perf annotate: Add per arch instructions annotate handlers
by Arnaldo Carvalho de Melo
· 8 years ago
ca7202b
perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect)
by Arnaldo Carvalho de Melo
· 8 years ago
04b553a
perf coresight: Removing miscellaneous debug output
by Mathieu Poirier
· 8 years ago
b4974b4
perf tools: Sync copy of x86's syscall table
by Arnaldo Carvalho de Melo
· 8 years ago
a1d9972
perf uretprobe ppc64le: Fix probe location
by Ravi Bangoria
· 8 years ago
f33d122
perf tools: Support CPU id matching for x86 v2
by Andi Kleen
· 8 years ago
ce88f27
perf powerpc: Support CPU ID matching for Powerpc
by Sukadev Bhattiprolu
· 8 years ago
d18019a
perf tests: Add dwarf unwind test for powerpc
by Ravi Bangoria
· 8 years ago
c093f30
perf intel-pt: Record address filter in AUXTRACE_INFO event
by Adrian Hunter
· 8 years ago
fa8025c
perf intel-pt: Add support for recording the max non-turbo ratio
by Adrian Hunter
· 8 years ago
3becf45
perf tools: Add sink configuration for cs_etm PMU
by Mathieu Poirier
· 8 years ago
a818c56
perf tools: Add coresight etm PMU record capabilities
by Mathieu Poirier
· 8 years ago
7e21b0d
perf tools: Make coresight PMU listable
by Mathieu Poirier
· 8 years ago
7a023fd
perf probe: Fix dwarf regs table for x86_64
by Arnaldo Carvalho de Melo
· 8 years ago
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
293d5b4
perf probe: Support probing on offline cross-arch binary
by Masami Hiramatsu
· 8 years ago
3d918fb
perf intel-pt: Fix occasional decoding errors when tracing system-wide
by Adrian Hunter
· 8 years ago
f046f3d
perf ppc64le: Fix build failure when libelf is not present
by Ravi Bangoria
· 8 years ago
99e608b
perf probe ppc64le: Fix probe location when using DWARF
by Ravi Bangoria
· 8 years ago
7f7d556
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f0c98eb
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
203d8a4
perf s390: Fix 'start' address of module's map
by Song Shan Gong
· 8 years ago
fd1d961
x86/insn: remove pcommit
by Dan Williams
· 9 years ago
6c4d0b41
perf tools: Add AVX-512 instructions to the new instructions test
by Adrian Hunter
· 8 years ago
6f6ef07
x86/insn: perf tools: Fix vcvtph2ps instruction decoding
by Adrian Hunter
· 8 years ago
175729f
perf tools: Remove needless includes from cache.h
by Arnaldo Carvalho de Melo
· 9 years ago
10ca87f
perf tests x86 rdpmc: Add missing headers
by Arnaldo Carvalho de Melo
· 9 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 9 years ago
f3d082c
perf tools: Sync copy of syscall_64.tbl with the kernel
by Arnaldo Carvalho de Melo
· 9 years ago
78f69b5
perf tools: Add more toolchain triplets
by Ravi Bangoria
· 9 years ago
Next »