summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2017-03-27perf annotate: Fix a bug of division by zero when calculating percentTaeung Song1-3/+7
2017-03-27perf annotate: Fix a bug following symbolic link of a build-id fileTaeung Song1-1/+9
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff7-19/+73
2017-03-27perf report: Show inline stack for browser modeJin Yao2-0/+6
2017-03-27perf report: Introduce --inline optionJin Yao1-1/+2
2017-03-27perf report: Find the inline stack for a given addressJin Yao5-5/+192
2017-03-27perf report: Refactor common code in srcline.cJin Yao1-23/+45
2017-03-27perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter1-2/+2
2017-03-23perf list: Move extra details printing to new optionAndi Kleen4-6/+7
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen6-4/+20
2017-03-23perf list: Support printing MetricExpr with --debugAndi Kleen1-2/+8
2017-03-23perf stat: Output JSON MetricExpr metricAndi Kleen7-0/+207
2017-03-23perf pmu: Support MetricExpr header in JSON event listAndi Kleen2-3/+7
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen3-0/+204
2017-03-21perf pmu: Special case uncore_ prefixAndi Kleen1-0/+3
2017-03-21perf pmu: Expand PMU events by prefix matchAndi Kleen3-14/+54
2017-03-21perf tools: Factor out PMU matching in parserAndi Kleen3-29/+52
2017-03-21perf stat: Collapse identically named eventsAndi Kleen1-0/+1
2017-03-21perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo1-0/+6
2017-03-21perf annotate: More exactly grep -v of the objdump commandTaeung Song1-1/+1