aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Melo59-1/+59
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 Melo42-1/+42
2017-04-19tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo1-2/+0
2017-04-19tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo2-24/+2
2017-04-19perf unwind arm64: Add missing errno.h headerArnaldo Carvalho de Melo1-1/+1
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 tools: Disable JVMTI if no ELF support availableDavid Carrillo-Cisneros1-1/+3
2017-04-13perf trace: Add usage of --no-syscalls in man pageRavi Bangoria1-1/+2
2017-04-13perf stat: Fix bug in handling events in error stateStephane Eranian2-5/+11
2017-04-12perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros1-19/+12
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 annotate: Process attr and build_id recordsDavid Carrillo-Cisneros1-0/+2
2017-04-11perf tools: Describe pipe mode in perf.data-file-fomat.txtDavid Carrillo-Cisneros1-2/+17
2017-04-11perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2-1/+3
2017-04-11perf inject: Don't proceed if perf_session__process_event() failsDavid Carrillo-Cisneros1-0/+2
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger2-0/+32
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 ui browser: Refactor the code to parse color configs with ltrim()Taeung Song1-1/+1
2017-04-11perf stat: Refactor the code to strip csv output with ltrim()Taeung Song1-8/+2
2017-04-11perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao1-1/+7
2017-04-11perf script: Use strtok_r() when parsing output field listArnaldo Carvalho de Melo1-2/+2
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo1-2/+2
2017-04-04perf 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-04-04perf tools: Remove die() callArnaldo Carvalho de Melo1-1/+2
2017-04-04Merge branch 'perf/uncore-json-updates-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc into perf/coreArnaldo Carvalho de Melo7-3/+1546
2017-04-04perf sdt powerpc: Add argument supportRavi Bangoria1-0/+111
2017-03-31perf trace: Beautify statx syscall 'flag' and 'mask' argumentsArnaldo Carvalho de Melo6-9/+104
2017-03-31perf tools: Do not fail in case of empty HOME env variableJiri Olsa1-23/+31
2017-03-31tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo2-0/+4
2017-03-30perf vendor events intel: Add missing space in json descriptionsAndi Kleen1-0/+1
2017-03-30perf vendor events intel: Add uncore_arb JSON supportAndi Kleen1-0/+1
2017-03-30perf vendor events intel: Add uncore events for Skylake clientAndi Kleen1-0/+254
2017-03-30perf vendor events intel: Add uncore events for Broadwell clientAndi Kleen1-0/+278
2017-03-30perf vendor events intel: Add uncore events for Haswell clientAndi Kleen1-0/+374
2017-03-30perf vendor events intel: Add uncore events for Ivy Bridge clientAndi Kleen1-0/+314
2017-03-30perf vendor events intel: Add uncore events for Sandy Bridge clientAndi Kleen1-0/+314
2017-03-30perf vendor events intel: Add missing UNC_M_DCLOCKTICKS for Broadwell DE uncoreAndi Kleen1-3/+10
2017-03-30perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King1-1/+1