Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3a7d2fd16c57a1ef47dc2891171514231c9c7c6e
/
tools
/
perf
/
arch
/
x86
030910c
perf test: Remove "test" and similar strings from test descriptions
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
b4974b4
perf tools: Sync copy of x86's syscall table
by Arnaldo Carvalho de Melo
· 8 years ago
f33d122
perf tools: Support CPU id matching for x86 v2
by Andi Kleen
· 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
7a023fd
perf probe: Fix dwarf regs table for x86_64
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
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
fd1d961
x86/insn: remove pcommit
by Dan Williams
· 8 years ago
6c4d0b4
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
10ca87f
perf tests x86 rdpmc: Add missing headers
by Arnaldo Carvalho de Melo
· 8 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
f3d082c
perf tools: Sync copy of syscall_64.tbl with the kernel
by Arnaldo Carvalho de Melo
· 8 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 8 years ago
61b3f66
perf tests time-to-tsc: No need to disable an event before deleting it
by Arnaldo Carvalho de Melo
· 8 years ago
52ffe0f
perf callchain: Support x86 target platform
by He Kuang
· 8 years ago
9d8e14d
perf unwind: Separate local/remote libunwind config
by He Kuang
· 8 years ago
44b1e60
perf stat: Basic support for TopDown in perf stat
by Andi Kleen
· 8 years ago
c45628b
perf record: Robustify perf_event__synth_time_conv()
by Wang Nan
· 9 years ago
042a181
perf tools: Update x86's syscall_64.tbl, adding preadv2 & pwritev2
by Arnaldo Carvalho de Melo
· 9 years ago
6404436
perf tools: Make the x86 clean quiet
by Jiri Olsa
· 9 years ago
e68ae9c
perf evsel: Do not use globals in config()
by Arnaldo Carvalho de Melo
· 9 years ago
f938345
perf dwarf: Guard !x86_64 definitions under #ifdef else clause
by Arnaldo Carvalho de Melo
· 9 years ago
1b700c9
perf tools: Build syscall table .c header from kernel's syscall_64.tbl
by Arnaldo Carvalho de Melo
· 9 years ago
bd0c7a5
perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMP
by Adrian Hunter
· 9 years ago
2a28e23
perf jit: Add support for using TSC as a timestamp
by Adrian Hunter
· 9 years ago
46bc29b
perf tools: Add time conversion event
by Adrian Hunter
· 9 years ago
e12b202
perf jitdump: Build only on supported archs
by Jiri Olsa
· 9 years ago
a23f96e
perf tools: Use 64-bit shifts with (TSC) time conversion
by Adrian Hunter
· 9 years ago
e17a0e1
perf tests: Initialize sa.sa_flags
by Colin Ian King
· 9 years ago
2146afc
perf tools: Rename parse_events__free_terms() to parse_events_terms__delete()
by Arnaldo Carvalho de Melo
· 9 years ago
48deaa7
perf kvm/{x86,s390}: Remove const from kvm_events_tp
by Hemant Kumar
· 9 years ago
162607e
perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
by Hemant Kumar
· 9 years ago
14a05e1
perf auxtrace: Add perf_evlist pointer to *info_priv_size()
by Mathieu Poirier
· 9 years ago
cf89813
perf tests: Remove wrong semicolon in while loop in CQM test
by Markus Trippelsdorf
· 9 years ago
d2190a8
perf evlist: Remove perf_evlist__(enable|disable)_event functions
by Jiri Olsa
· 9 years ago
a831e67
perf tests: Give a bit more information on the CQM test failure path
by Arnaldo Carvalho de Melo
· 9 years ago
4f4ba0e
perf tests: No need to set attr.sample_freq in the perf time to TSC test
by Arnaldo Carvalho de Melo
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
721a1f5
perf tests: Pass the subtest index to each test routine
by Arnaldo Carvalho de Melo
· 9 years ago
30433a3
perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on
by Wang Nan
· 9 years ago
035827e
perf tests: Add Intel CQM test
by Matt Fleming
· 9 years ago
d8b167f
perf tests: Move x86 tests into arch directory
by Matt Fleming
· 9 years ago
31b6753
perf tests: Add arch tests
by Matt Fleming
· 9 years ago
bbbe6bf
perf tools: Introduce regs_query_register_offset() for x86
by Wang Nan
· 9 years ago
86c2786
perf intel-pt: Add support for PERF_RECORD_SWITCH
by Adrian Hunter
· 9 years ago
af4aead
perf tools: Fix link time error with sample_reg_masks on non x86
by Stephane Eranian
· 9 years ago
3b27d13
perf dwarf: Fix potential array out of bounds access
by Wang Nan
· 9 years ago
c5e991e
perf/x86: Add list of register names
by Stephane Eranian
· 9 years ago
0de802a
perf tools: Add Intel PT support for using CYC packets
by Adrian Hunter
· 9 years ago
b45fc0b
perf tools: Add Intel PT support for using MTC packets
by Adrian Hunter
· 9 years ago
11fa7cb
perf tools: Pass Intel PT information for decoding MTC and CYC
by Adrian Hunter
· 9 years ago
bc9b6bf
perf tools: Add Intel PT support for PSB periods
by Adrian Hunter
· 9 years ago
d0170af
perf tools: Add Intel BTS support
by Adrian Hunter
· 9 years ago
5efb1d5
perf tools: Take Intel PT into use
by Adrian Hunter
· 9 years ago
90e457f
perf tools: Add Intel PT support
by Adrian Hunter
· 9 years ago
5e8c0fb
perf build: Add arch x86 objects building
by Jiri Olsa
· 10 years ago
a6a69db
perf tools: Move rdtsc() function
by Adrian Hunter
· 10 years ago
0b43786
perf tools: Allow TSC conversion on any arch
by Adrian Hunter
· 10 years ago
84f5d36
perf tools: Move pr_* debug macros into debug object
by Jiri Olsa
· 10 years ago
54c801f
perf kvm: Add skip_event() for --duration option
by Alexander Yarygin
· 10 years ago
9daa812
perf kvm: Move arch specific code into arch/
by Alexander Yarygin
· 10 years ago
da50ad6
perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag
by Alexander Yarygin
· 10 years ago
d944c4e
tools: Consolidate types.h
by Borislav Petkov
· 11 years ago
aeffe2a
Merge branch 'perf/urgent' into perf/core, to resolve conflict
by Ingo Molnar
· 11 years ago
9a12672
perf tests x86: Fix stack map lookup in dwarf unwind test
by Jiri Olsa
· 11 years ago
6392b4e
perf x86: Fix perf to use non-executable stack, again
by Mathias Krause
· 11 years ago
93d5731
perf tools: Allocate thread map_groups's dynamically
by Arnaldo Carvalho de Melo
· 11 years ago
763d7f5
perf tests x86: Fix memory leak in sample_ustack()
by Masanari Iida
· 11 years ago
0a4f2b6
perf tools: Setup default dwarf post unwinder
by Jiri Olsa
· 11 years ago
5ea8415
perf tools: Add libdw DWARF post unwind support
by Jiri Olsa
· 11 years ago
ea3da69
perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id
by Jiri Olsa
· 11 years ago
436aa74
perf callchain: Separate libunwind code to special object
by Jiri Olsa
· 11 years ago
352ea45
perf callchain: Add mask into struct regs_dump
by Jiri Olsa
· 11 years ago
aa16b81
perf tests x86: Add dwarf unwind test
by Jiri Olsa
· 11 years ago
3c8b06f
perf tests x86: Introduce perf_regs_load function
by Jiri Olsa
· 11 years ago
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
fa73158
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
by Peter Zijlstra
· 11 years ago
602bab1b
perf tools: Fix compile of util/tsc.c
by David Ahern
· 11 years ago
3bd5a5f
perf tools: Add test for converting perf time to/from TSC
by Adrian Hunter
· 11 years ago
861e10b
perf tools: Fix build on non-glibc systems due to libio.h absence
by Cody P Schafer
· 12 years ago
d2709c7
perf: Make perf build for x86 with UAPI disintegration applied
by David Howells
· 12 years ago
71ad0f5
perf tools: Support for DWARF CFI unwinding on post processing
by Jiri Olsa
· 12 years ago
2bcd355
perf tools: Add interface to arch registers sets
by Jiri Olsa
· 12 years ago
e7f01d1
perf tools: Use scnprintf where applicable
by Arnaldo Carvalho de Melo
· 13 years ago
fbe96f2
perf tools: Make perf.data more self-descriptive (v8)
by Stephane Eranian
· 13 years ago
cd932c5
perf: Move arch specific code into separate arch directory
by Ian Munsie
· 15 years ago