summaryrefslogtreecommitdiff
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-1942-1/+42
* tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo2017-04-191-2/+0
* tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo2017-04-192-24/+2
* perf unwind arm64: Add missing errno.h headerArnaldo Carvalho de Melo2017-04-191-1/+1
* Revert "perf tools: Fix include of linux/mman.h"David Carrillo-Cisneros2017-04-131-1/+1
* perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros2017-04-131-1/+2
* perf tools: Disable JVMTI if no ELF support availableDavid Carrillo-Cisneros2017-04-131-1/+3
* perf trace: Add usage of --no-syscalls in man pageRavi Bangoria2017-04-131-1/+2
* perf stat: Fix bug in handling events in error stateStephane Eranian2017-04-132-5/+11
* perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros2017-04-121-19/+12
* perf annotate: Use stripped line instead of raw disassemble lineTaeung Song2017-04-111-2/+2
* perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song2017-04-111-35/+7
* perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros2017-04-111-0/+3
* perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros2017-04-111-3/+13
* perf annotate: Process attr and build_id recordsDavid Carrillo-Cisneros2017-04-111-0/+2
* perf tools: Describe pipe mode in perf.data-file-fomat.txtDavid Carrillo-Cisneros2017-04-111-2/+17
* perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2017-04-112-1/+3
* perf inject: Don't proceed if perf_session__process_event() failsDavid Carrillo-Cisneros2017-04-111-0/+2
* perf annotate s390: Implement jump types for perf annotateChristian Borntraeger2017-04-112-0/+32
* perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger2017-04-111-0/+6
* perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo2017-04-111-5/+1
* perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song2017-04-111-9/+2
* perf pmu: Refactor wordwrap() with ltrim()Taeung Song2017-04-111-2/+1
* perf ui browser: Refactor the code to parse color configs with ltrim()Taeung Song2017-04-111-1/+1
* perf stat: Refactor the code to strip csv output with ltrim()Taeung Song2017-04-111-8/+2
* perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao2017-04-111-1/+7
* perf script: Use strtok_r() when parsing output field listArnaldo Carvalho de Melo2017-04-111-2/+2
* perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo2017-04-111-2/+2
* perf annotate: Fix missing number of samples for source_line_samplesTaeung Song2017-04-042-3/+5
* perf tools: Don't die on a print functionArnaldo Carvalho de Melo2017-04-041-2/+7
* perf tools: Handle allocation failures gracefullyArnaldo Carvalho de Melo2017-04-041-15/+39
* perf tools: Remove die() callArnaldo Carvalho de Melo2017-04-041-1/+2
* Merge branch 'perf/uncore-json-updates-1' of git://git.kernel.org/pub/scm/lin...Arnaldo Carvalho de Melo2017-04-047-3/+1546
|\
| * perf vendor events intel: Add missing space in json descriptionsAndi Kleen2017-03-301-0/+1
| * perf vendor events intel: Add uncore_arb JSON supportAndi Kleen2017-03-301-0/+1
| * perf vendor events intel: Add uncore events for Skylake clientAndi Kleen2017-03-301-0/+254
| * perf vendor events intel: Add uncore events for Broadwell clientAndi Kleen2017-03-301-0/+278
| * perf vendor events intel: Add uncore events for Haswell clientAndi Kleen2017-03-301-0/+374
| * perf vendor events intel: Add uncore events for Ivy Bridge clientAndi Kleen2017-03-301-0/+314
| * perf vendor events intel: Add uncore events for Sandy Bridge clientAndi Kleen2017-03-301-0/+314
| * perf vendor events intel: Add missing UNC_M_DCLOCKTICKS for Broadwell DE uncoreAndi Kleen2017-03-301-3/+10
* | perf sdt powerpc: Add argument supportRavi Bangoria2017-04-041-0/+111
* | perf trace: Beautify statx syscall 'flag' and 'mask' argumentsArnaldo Carvalho de Melo2017-03-316-9/+104
* | perf tools: Do not fail in case of empty HOME env variableJiri Olsa2017-03-311-23/+31
* | tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo2017-03-312-0/+4
* | perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King2017-03-301-1/+1
* | perf trace: Handle unpaired raw_syscalls:sys_exit eventArnaldo Carvalho de Melo2017-03-291-9/+34
* | perf report: Drop cycles 0 for LBR printJin Yao2017-03-281-37/+74
* | perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria2017-03-284-134/+194