summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-1917-11/+22
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-1995-2/+96
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-1923-41/+72
* perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2017-04-198-27/+40
* perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo2017-04-1912-78/+91
* tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo2017-04-191-0/+3
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-1937-55/+114
* perf tools: Ditch unused PATH_SEP, STRIP_EXTENSIONArnaldo Carvalho de Melo2017-04-192-26/+0Star
* perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo2017-04-196-11/+12
* perf tools: Remove PRI[xu] macros from perf.hArnaldo Carvalho de Melo2017-04-191-20/+0Star
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-1959-1/+59
* perf tools: Remove unused macros from util.hArnaldo Carvalho de Melo2017-04-191-12/+0Star
* tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo2017-04-191-4/+0Star
* objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo2017-04-192-4/+2Star
* 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-192-2/+3
* tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo2017-04-192-0/+8
* tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo2017-04-192-0/+11
* perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo2017-04-192-24/+2Star
* 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
* tools build: Fix feature detection redefinion of build flagsDavid Carrillo-Cisneros2017-04-131-5/+5
* 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-122-20/+13Star
* 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/+7Star
* 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/+1Star
* perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song2017-04-111-9/+2Star
* perf pmu: Refactor wordwrap() with ltrim()Taeung Song2017-04-111-2/+1Star
* 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/+2Star
* 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
* Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar2017-04-114-11/+308
|\
| * Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-04-081-5/+5
| |\
| | * selftests/powerpc: Fix standalone powerpc buildMichael Ellerman2017-03-271-5/+5
| * | bpf: add various verifier test cases for self-testsDaniel Borkmann2017-04-013-6/+283
| * | bpf: improve verifier packet range checksAlexei Starovoitov2017-03-251-0/+20