aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo1-5/+5
2016-11-17perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo1-0/+78
2016-10-28perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect)Arnaldo Carvalho de Melo1-0/+3
2016-10-24perf tools: Sync copy of x86's syscall tableArnaldo Carvalho de Melo1-2/+2
2016-10-03perf tools: Support CPU id matching for x86 v2Andi Kleen1-3/+21
2016-09-29perf intel-pt: Record address filter in AUXTRACE_INFO eventAdrian Hunter1-4/+47
2016-09-29perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter1-0/+6
2016-09-12perf probe: Fix dwarf regs table for x86_64Arnaldo Carvalho de Melo1-1/+1
2016-09-01perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu1-0/+14
2016-08-15perf intel-pt: Fix occasional decoding errors when tracing system-wideAdrian Hunter1-1/+5
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-8/+0
2016-07-23x86/insn: remove pcommitDan Williams3-8/+0
2016-07-21perf tools: Add AVX-512 instructions to the new instructions testAdrian Hunter3-8/+3731
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter3-8/+16
2016-07-12perf tests x86 rdpmc: Add missing headersArnaldo Carvalho de Melo1-0/+4
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-2/+2
2016-07-04perf tools: Sync copy of syscall_64.tbl with the kernelArnaldo Carvalho de Melo1-0/+2
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo3-10/+10
2016-06-22perf tests time-to-tsc: No need to disable an event before deleting itArnaldo Carvalho de Melo1-5/+1
2016-06-07perf callchain: Support x86 target platformHe Kuang1-2/+4
2016-06-07perf unwind: Separate local/remote libunwind configHe Kuang1-1/+1
2016-06-06perf stat: Basic support for TopDown in perf statAndi Kleen2-0/+28
2016-05-30perf record: Robustify perf_event__synth_time_conv()Wang Nan1-0/+2
2016-04-26perf tools: Update x86's syscall_64.tbl, adding preadv2 & pwritev2Arnaldo Carvalho de Melo1-0/+2
2016-04-25perf tools: Make the x86 clean quietJiri Olsa1-1/+1
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+1
2016-04-08perf dwarf: Guard !x86_64 definitions under #ifdef else clauseArnaldo Carvalho de Melo1-4/+4
2016-04-08perf tools: Build syscall table .c header from kernel's syscall_64.tblArnaldo Carvalho de Melo3-0/+436
2016-04-01perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMPAdrian Hunter2-0/+10
2016-04-01perf jit: Add support for using TSC as a timestampAdrian Hunter2-18/+0
2016-03-31perf tools: Add time conversion eventAdrian Hunter1-0/+31
2016-03-10perf jitdump: Build only on supported archsJiri Olsa1-0/+1
2016-03-08perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter1-1/+1
2016-03-03perf tests: Initialize sa.sa_flagsColin Ian King1-0/+1
2016-02-12perf tools: Rename parse_events__free_terms() to parse_events_terms__delete()Arnaldo Carvalho de Melo1-1/+1
2016-01-29perf kvm/{x86,s390}: Remove const from kvm_events_tpHemant Kumar1-1/+1
2016-01-29perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar1-3/+11
2016-01-29perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier2-2/+6
2016-01-26perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf1-1/+1
2016-01-08perf evlist: Remove perf_evlist__(enable|disable)_event functionsJiri Olsa2-4/+4
2016-01-07perf tests: Give a bit more information on the CQM test failure pathArnaldo Carvalho de Melo1-1/+1
2016-01-07perf tests: No need to set attr.sample_freq in the perf time to TSC testArnaldo Carvalho de Melo1-1/+0
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo5-8/+8
2015-11-18perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is onWang Nan1-0/+1
2015-10-05perf tests: Add Intel CQM testMatt Fleming4-0/+130
2015-10-05perf tests: Move x86 tests into arch directoryMatt Fleming12-0/+2980
2015-10-05perf tests: Add arch testsMatt Fleming4-3/+21
2015-09-15perf tools: Introduce regs_query_register_offset() for x86Wang Nan2-34/+89
2015-09-04perf intel-pt: Add support for PERF_RECORD_SWITCHAdrian Hunter1-8/+47