summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86/util
AgeCommit message (Expand)AuthorLines
2019-09-30perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo-1/+2
2019-09-26perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo-1/+1
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa-3/+3
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa-4/+4
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa-2/+2
2019-09-25libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa-2/+2
2019-09-25libperf: Add perf_mmap structJiri Olsa-2/+2
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo-0/+2
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo-0/+6
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo-3/+3
2019-08-31perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf-1/+1
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo-2/+0
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo-1/+2
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa-3/+3
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa-1/+1
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo-0/+2
2019-08-28perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checksIgor Lubashev-2/+3
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo-1/+3
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo-0/+1
2019-08-22perf x86 kvm-stat: Add missing string.h headerArnaldo Carvalho de Melo-0/+1
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa-7/+7
2019-08-14perf intel-pt: Process options for PEBS event synthesisAdrian Hunter-0/+23
2019-08-12perf tools: Fix paths in include statementsLuke Mujica-5/+5
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa-3/+3
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa-30/+30
2019-07-29perf evsel: Rename perf_evsel__disable() to evsel__disable()Jiri Olsa-2/+2
2019-07-29perf evsel: Rename perf_evsel__enable() to evsel__enable()Jiri Olsa-2/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa-12/+12
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa-22/+22
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa-2/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-4/+4
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar-2/+2
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo-1/+1
2019-06-25perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo-0/+1
2019-06-25tools x86 machine: Add missing util.h to pick up 'page_size'Arnaldo Carvalho de Melo-0/+1
2019-06-24perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-30/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-15/+1
2019-05-16perf regs x86: Add X86 specific arch__intr_reg_mask()Kan Liang-0/+28
2019-05-15perf tools x86: Add support for recording and printing XMM registersAndi Kleen-0/+16
2019-03-11perf script: Support insn output for normal samplesAndi Kleen-0/+27
2019-02-14perf tools: Rename build libperf to perfJiri Olsa-15/+15
2019-02-06perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo-0/+1
2018-12-17perf intel-pt: Fix error with config term "pt=0"Adrian Hunter-0/+11
2018-11-21perf vendor events: Add stepping in CPUID string for x86Kan Liang-1/+65
2018-11-21perf tools: Add Hygon Dhyana supportPu Wen-1/+1
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo-0/+2
2018-07-11perf tools: Fix compilation errors on gcc8Jiri Olsa-1/+1