aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/util
AgeCommit message (Expand)AuthorFilesLines
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa3-30/+30
2019-07-29perf evsel: Rename perf_evsel__disable() to evsel__disable()Jiri Olsa2-2/+2
2019-07-29perf evsel: Rename perf_evsel__enable() to evsel__enable()Jiri Olsa2-2/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa3-12/+12
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa4-22/+22
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2-2/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo4-4/+4
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar1-2/+2
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo1-0/+1
2019-06-25tools x86 machine: Add missing util.h to pick up 'page_size'Arnaldo Carvalho de Melo1-0/+1
2019-06-24perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner3-30/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-16perf regs x86: Add X86 specific arch__intr_reg_mask()Kan Liang1-0/+28
2019-05-15perf tools x86: Add support for recording and printing XMM registersAndi Kleen1-0/+16
2019-03-11perf script: Support insn output for normal samplesAndi Kleen2-0/+27
2019-02-14perf tools: Rename build libperf to perfJiri Olsa1-15/+15
2019-02-06perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo1-0/+1
2018-12-17perf intel-pt: Fix error with config term "pt=0"Adrian Hunter1-0/+11
2018-11-21perf vendor events: Add stepping in CPUID string for x86Kan Liang1-1/+65
2018-11-21perf tools: Add Hygon Dhyana supportPu Wen1-1/+1
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2-0/+2
2018-07-11perf tools: Fix compilation errors on gcc8Jiri Olsa1-1/+1
2018-05-23perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter2-0/+77
2018-05-23perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter2-0/+104
2018-03-08perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULLAdrian Hunter1-9/+5
2018-01-17perf record: Fix failed memory allocation for get_cpuid_strThomas Richter1-1/+1
2018-01-08perf tools: Fix compile error with libunwind x86Wang Nan1-1/+1
2017-12-05perf pmu: Pass pmu as a parameter to get_cpuid_str()Ganapatrao Kulkarni1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-07-20perf intel-pt: Always set no branch for dummy eventKan Liang1-0/+2
2017-07-20perf intel-pt: Set no_aux_samples for the tracking eventKan Liang1-0/+1
2017-06-21perf intel-pt: Add default config for pass-through branch enableAdrian Hunter1-0/+5
2017-06-19perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv arrayKim Phillips2-8/+0
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo5-0/+5
2017-03-28perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria1-32/+147
2017-03-28perf/sdt/x86: Add renaming logic for (missing) 8 bit registersRavi Bangoria1-0/+8
2017-03-21perf sdt x86: Add renaming logic for rNN and other registersRavi Bangoria1-12/+32
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont1-0/+83
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-08-15perf intel-pt: Fix occasional decoding errors when tracing system-wideAdrian Hunter1-1/+5
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo3-10/+10
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