summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das2018-08-301-1/+3
* perf arm64: Fix include path for asm-generic/unistd.hKim Phillips2018-08-302-5/+6
* perf tests: Add breakpoint modify testsJiri Olsa2018-08-304-0/+221
* perf arm spe: Fix uninitialized record error variableKim Phillips2018-08-141-0/+1
* perf tools: Move syscall_64.tbl check into check-headers.shJiri Olsa2018-08-141-3/+0
* perf probe powerpc: Fix trace event post-processingSandipan Das2018-08-091-1/+3
* perf auxtrace: Support for perf report -D for s390Thomas Richter2018-08-031-0/+1
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-022-0/+2
|\
| * perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2018-07-302-0/+2
* | perf arm64: Generate system call table from asm/unistd.hKim Phillips2018-07-242-0/+83
* | perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das2018-07-241-2/+6
* | perf powerpc: Fix callchain ip filteringSandipan Das2018-07-241-1/+1
* | perf kvm: Fix subcommands on s390Thomas Richter2018-07-241-1/+1
|/
* perf tools: Fix compilation errors on gcc8Jiri Olsa2018-07-111-1/+1
* perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'Arnaldo Carvalho de Melo2018-06-251-0/+2
* perf report powerpc: Fix crash if callchain is emptySandipan Das2018-06-251-1/+1
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-042-5/+3
* perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter2018-05-232-0/+77
* perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter2018-05-232-0/+104
* perf map: Remove map_type arg from map_groups__find()Arnaldo Carvalho de Melo2018-04-264-4/+4
* perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo2018-04-264-4/+4
* perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo2018-04-261-2/+1
* perf record: Fix s390 undefined record__auxtrace_init() return valueThomas Richter2018-04-231-0/+1
* perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter2018-04-231-18/+0
* coresight: Move to SPDX identifierMathieu Poirier2018-04-194-48/+4
* tools/headers: Synchronize kernel ABI headers, v4.17-rc1Ingo Molnar2018-04-172-355/+359
* perf annotate: Handle variables in 'sub', 'or' and many other instructionsArnaldo Carvalho de Melo2018-04-131-1/+66
* perf tests: Run dwarf unwind test on arm32Kim Phillips2018-04-123-0/+30
* perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2018-03-211-2/+3
* perf tools arm64: Add libdw DWARF post unwind support for ARM64Kim Phillips2018-03-165-0/+91
* perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter2018-03-081-0/+63
* perf annotate: Fix s390 target function disassemblyThomas Richter2018-03-081-1/+52
* perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULLAdrian Hunter2018-03-081-9/+5
* perf mmap: Simplify perf_mmap__read_init()Kan Liang2018-03-081-2/+1
* perf mmap: Simplify perf_mmap__read_event()Kan Liang2018-03-081-1/+1
* perf mmap: Simplify perf_mmap__consume()Kan Liang2018-03-081-1/+1
* perf test: Switch to new perf_mmap__read_event() interface for time-to-tscKan Liang2018-03-051-2/+9
* perf s390: Fix reading cpuid model informationThomas Richter2018-02-191-1/+1
* perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter2018-02-161-0/+18
* perf annotate: Scan cpuid for s390 and save machine typeThomas Richter2018-02-161-1/+26
* perf record: Provide detailed information on s390 CPUThomas Richter2018-02-161-5/+125
* perf powerpc: Generate system call table from asm/unistd.hRavi Bangoria2018-02-162-0/+62
* perf cs-etm: Properly deal with cpu mapsMathieu Poirier2018-02-161-15/+36
* perf auxtrace arm: Fixing uninitialised variableMathieu Poirier2018-02-161-1/+1
* perf s390: Rework system call table creation by using syscall.tblHendrik Brueckner2018-02-152-14/+14
* perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tblHendrik Brueckner2018-02-151-0/+390
* perf record: Fix failed memory allocation for get_cpuid_strThomas Richter2018-01-171-1/+1
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-174-7/+304
* perf tools: Fix compile error with libunwind x86Wang Nan2018-01-081-1/+1
* perf probe arm64: Fix symbol fixup issues due to ELF typeKim Phillips2017-12-272-0/+23