summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2018-07-302-0/+2
* 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/+3Star
* 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/+1Star
* 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/+0Star
* coresight: Move to SPDX identifierMathieu Poirier2018-04-194-48/+4Star
* 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/+5Star
* perf mmap: Simplify perf_mmap__read_init()Kan Liang2018-03-081-2/+1Star
* 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
* perf probe: Find versioned symbols from mapMasami Hiramatsu2017-12-271-0/+8
* perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo2017-12-272-42/+3Star
* perf s390: Generate system call table from asm/unistd.hHendrik Brueckner2017-12-272-0/+57
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-12-181-1/+1
|\
| * tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2017-12-181-1/+1
* | Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar2017-12-122-3/+30
|\|
| * perf s390: add regs_query_register_offset()Hendrik Brueckner2017-12-052-3/+30
* | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...Ingo Molnar2017-12-066-12/+349
|\|
| * s390/perf: add perf register support for floating-point registersHendrik Brueckner2017-11-162-1/+51
| * s390/perf: define common DWARF register string tableHendrik Brueckner2017-11-163-21/+80
| * s390/perf: add support for perf_regs and libdwHeiko Carstens2017-11-164-0/+108
| * s390/perf: add callback to perf to enable using AUX bufferPu Hou2017-11-162-0/+120