summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo-39/+56
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo-1/+16
2017-04-20perf unwind: Provide only forward declarations for pointer typesArnaldo Carvalho de Melo-3/+6
2017-04-19perf tools: Ditch unused strchrnul() reimplementationArnaldo Carvalho de Melo-16/+0
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo-3/+4
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo-1/+11
2017-04-19perf tools: Remove misplaced __maybe_unused in some functionsArnaldo Carvalho de Melo-2/+2
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo-1/+2
2017-04-19perf tools: No need to include bitops.h in util.hArnaldo Carvalho de Melo-1/+0
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo-28/+52
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo-6/+12
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo-11/+22
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-2/+96
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo-41/+72
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo-27/+40
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo-78/+91
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo-55/+113
2017-04-19perf tools: Ditch unused PATH_SEP, STRIP_EXTENSIONArnaldo Carvalho de Melo-26/+0
2017-04-19perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo-11/+12
2017-04-19perf tools: Remove PRI[xu] macros from perf.hArnaldo Carvalho de Melo-20/+0
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo-1/+59
2017-04-19perf tools: Remove unused macros from util.hArnaldo Carvalho de Melo-12/+0
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo-1/+42
2017-04-19tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo-2/+0
2017-04-19tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo-24/+2
2017-04-19perf unwind arm64: Add missing errno.h headerArnaldo Carvalho de Melo-1/+1
2017-04-13Revert "perf tools: Fix include of linux/mman.h"David Carrillo-Cisneros-1/+1
2017-04-13perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros-1/+2
2017-04-13perf tools: Disable JVMTI if no ELF support availableDavid Carrillo-Cisneros-1/+3
2017-04-13perf trace: Add usage of --no-syscalls in man pageRavi Bangoria-1/+2
2017-04-13perf stat: Fix bug in handling events in error stateStephane Eranian-5/+11
2017-04-12perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros-19/+12
2017-04-11perf annotate: Use stripped line instead of raw disassemble lineTaeung Song-2/+2
2017-04-11perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song-35/+7
2017-04-11perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros-0/+3
2017-04-11perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros-3/+13
2017-04-11perf annotate: Process attr and build_id recordsDavid Carrillo-Cisneros-0/+2
2017-04-11perf tools: Describe pipe mode in perf.data-file-fomat.txtDavid Carrillo-Cisneros-2/+17
2017-04-11perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros-1/+3
2017-04-11perf inject: Don't proceed if perf_session__process_event() failsDavid Carrillo-Cisneros-0/+2
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger-0/+32
2017-04-11perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger-0/+6
2017-04-11perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo-5/+1
2017-04-11perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song-9/+2
2017-04-11perf pmu: Refactor wordwrap() with ltrim()Taeung Song-2/+1
2017-04-11perf ui browser: Refactor the code to parse color configs with ltrim()Taeung Song-1/+1
2017-04-11perf stat: Refactor the code to strip csv output with ltrim()Taeung Song-8/+2
2017-04-11perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao-1/+7
2017-04-11perf script: Use strtok_r() when parsing output field listArnaldo Carvalho de Melo-2/+2