summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo7-1/+7
2017-04-19perf tools: Remove misplaced __maybe_unused in some functionsArnaldo Carvalho de Melo1-2/+2
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo1-1/+0
2017-04-19perf tools: No need to include bitops.h in util.hArnaldo Carvalho de Melo1-1/+0
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo10-28/+42
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo3-6/+6
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo15-9/+22
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo45-2/+46
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo15-41/+64
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo6-27/+38
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo9-77/+88
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo24-53/+91
2017-04-19perf tools: Ditch unused PATH_SEP, STRIP_EXTENSIONArnaldo Carvalho de Melo1-16/+0
2017-04-19perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo3-6/+5
2017-04-19perf tools: Remove PRI[xu] macros from perf.hArnaldo Carvalho de Melo1-20/+0
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo25-0/+25
2017-04-19perf tools: Remove unused macros from util.hArnaldo Carvalho de Melo1-12/+0
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo13-0/+13
2017-04-19tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo1-2/+0
2017-04-19perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo1-22/+0
2017-04-13Revert "perf tools: Fix include of linux/mman.h"David Carrillo-Cisneros1-1/+1
2017-04-13perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros1-1/+2
2017-04-13perf stat: Fix bug in handling events in error stateStephane Eranian1-2/+2
2017-04-11perf annotate: Use stripped line instead of raw disassemble lineTaeung Song1-2/+2
2017-04-11perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song1-35/+7
2017-04-11perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros1-0/+3
2017-04-11perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros1-3/+13
2017-04-11perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2-1/+3
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger1-0/+2
2017-04-11perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger1-0/+6
2017-04-11perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo1-5/+1
2017-04-11perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song1-9/+2
2017-04-11perf pmu: Refactor wordwrap() with ltrim()Taeung Song1-2/+1
2017-04-11perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao1-1/+7
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo1-2/+2
2017-04-05perf annotate: Fix missing number of samples for source_line_samplesTaeung Song2-3/+5
2017-04-04perf tools: Don't die on a print functionArnaldo Carvalho de Melo1-2/+7
2017-04-04perf tools: Handle allocation failures gracefullyArnaldo Carvalho de Melo1-15/+39
2017-03-31perf tools: Do not fail in case of empty HOME env variableJiri Olsa1-23/+31
2017-03-30perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King1-1/+1
2017-03-28perf report: Drop cycles 0 for LBR printJin Yao1-37/+74
2017-03-28perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria3-102/+47
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo4-87/+1
2017-03-28Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...Ingo Molnar16-63/+347
2017-03-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2017-03-27perf utils: Readlink /proc/self/exe to find the perf binaryTommi Rantala1-6/+2
2017-03-27perf utils: Null terminate buf in read_ftrace_printk()Tommi Rantala1-1/+3
2017-03-27perf utils: use sizeof(buf) - 1 in readlink() callTommi Rantala1-1/+1
2017-03-27perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala1-1/+5
2017-03-27perf buildid: Do not update SDT cache with null filenameTommi Rantala1-1/+1