aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2017-04-13Revert "perf tools: Fix include of linux/mman.h"perf-core-for-mingo-4.12-20170413David Carrillo-Cisneros
2017-04-13perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros
2017-04-13perf tools: Disable JVMTI if no ELF support availableDavid Carrillo-Cisneros
2017-04-13perf trace: Add usage of --no-syscalls in man pageRavi Bangoria
2017-04-13perf stat: Fix bug in handling events in error stateStephane Eranian
2017-04-12perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros
2017-04-11perf annotate: Use stripped line instead of raw disassemble lineperf-core-for-mingo-4.12-20170411Taeung Song
2017-04-11perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song
2017-04-11perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros
2017-04-11perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros
2017-04-11perf annotate: Process attr and build_id recordsDavid Carrillo-Cisneros
2017-04-11perf tools: Describe pipe mode in perf.data-file-fomat.txtDavid Carrillo-Cisneros
2017-04-11perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros
2017-04-11perf inject: Don't proceed if perf_session__process_event() failsDavid Carrillo-Cisneros
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger
2017-04-11perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger
2017-04-11perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo
2017-04-11perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song
2017-04-11perf pmu: Refactor wordwrap() with ltrim()Taeung Song
2017-04-11perf ui browser: Refactor the code to parse color configs with ltrim()Taeung Song
2017-04-11perf stat: Refactor the code to strip csv output with ltrim()Taeung Song
2017-04-11perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao
2017-04-11perf script: Use strtok_r() when parsing output field listArnaldo Carvalho de Melo
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo
2017-04-04perf annotate: Fix missing number of samples for source_line_samplesperf-core-for-mingo-4.12-20170404Taeung Song
2017-04-04perf tools: Don't die on a print functionArnaldo Carvalho de Melo
2017-04-04perf tools: Handle allocation failures gracefullyArnaldo Carvalho de Melo
2017-04-04perf tools: Remove die() callArnaldo Carvalho de Melo
2017-04-04Merge branch 'perf/uncore-json-updates-1' of git://git.kernel.org/pub/scm/lin...Arnaldo Carvalho de Melo
2017-04-04perf sdt powerpc: Add argument supportRavi Bangoria
2017-03-31perf trace: Beautify statx syscall 'flag' and 'mask' argumentsperf-core-for-mingo-4.12-20170331Arnaldo Carvalho de Melo
2017-03-31perf tools: Do not fail in case of empty HOME env variableJiri Olsa
2017-03-31tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo
2017-03-30perf vendor events intel: Add missing space in json descriptionsAndi Kleen
2017-03-30perf vendor events intel: Add uncore_arb JSON supportAndi Kleen
2017-03-30perf vendor events intel: Add uncore events for Skylake clientAndi Kleen
2017-03-30perf vendor events intel: Add uncore events for Broadwell clientAndi Kleen
2017-03-30perf vendor events intel: Add uncore events for Haswell clientAndi Kleen
2017-03-30perf vendor events intel: Add uncore events for Ivy Bridge clientAndi Kleen
2017-03-30perf vendor events intel: Add uncore events for Sandy Bridge clientAndi Kleen
2017-03-30perf vendor events intel: Add missing UNC_M_DCLOCKTICKS for Broadwell DE uncoreAndi Kleen
2017-03-30perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King
2017-03-29perf trace: Handle unpaired raw_syscalls:sys_exit eventArnaldo Carvalho de Melo
2017-03-28perf report: Drop cycles 0 for LBR printJin Yao
2017-03-28perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria
2017-03-28perf/sdt/x86: Add renaming logic for (missing) 8 bit registersRavi Bangoria
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo
2017-03-28Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-03-27perf utils: Readlink /proc/self/exe to find the perf binaryperf-core-for-mingo-4.12-20170327Tommi Rantala