summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "perf tools: Fix include of linux/mman.h"David Carrillo-Cisneros2017-04-131-1/+1
* perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros2017-04-131-1/+2
* perf stat: Fix bug in handling events in error stateStephane Eranian2017-04-131-2/+2
* perf annotate: Use stripped line instead of raw disassemble lineTaeung Song2017-04-111-2/+2
* perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song2017-04-111-35/+7
* perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros2017-04-111-0/+3
* perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros2017-04-111-3/+13
* perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2017-04-112-1/+3
* perf annotate s390: Implement jump types for perf annotateChristian Borntraeger2017-04-111-0/+2
* perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger2017-04-111-0/+6
* perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo2017-04-111-5/+1
* perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song2017-04-111-9/+2
* perf pmu: Refactor wordwrap() with ltrim()Taeung Song2017-04-111-2/+1
* perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao2017-04-111-1/+7
* perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo2017-04-111-2/+2
* perf annotate: Fix missing number of samples for source_line_samplesTaeung Song2017-04-042-3/+5
* perf tools: Don't die on a print functionArnaldo Carvalho de Melo2017-04-041-2/+7
* perf tools: Handle allocation failures gracefullyArnaldo Carvalho de Melo2017-04-041-15/+39
* perf tools: Do not fail in case of empty HOME env variableJiri Olsa2017-03-311-23/+31
* perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King2017-03-301-1/+1
* perf report: Drop cycles 0 for LBR printJin Yao2017-03-281-37/+74
* perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria2017-03-283-102/+47
* perf tools: Remove support for command aliasesArnaldo Carvalho de Melo2017-03-284-87/+1
* Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-2816-63/+347
|\
| * perf utils: Readlink /proc/self/exe to find the perf binaryTommi Rantala2017-03-271-6/+2
| * perf utils: Null terminate buf in read_ftrace_printk()Tommi Rantala2017-03-271-1/+3
| * perf utils: use sizeof(buf) - 1 in readlink() callTommi Rantala2017-03-271-1/+1
| * perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala2017-03-271-1/+5
| * perf buildid: Do not update SDT cache with null filenameTommi Rantala2017-03-271-1/+1
| * perf annotate: Fix a bug of division by zero when calculating percentTaeung Song2017-03-271-3/+7
| * perf annotate: Fix a bug following symbolic link of a build-id fileTaeung Song2017-03-271-1/+9
| * perf report: Enable sorting by srcline as keyMilian Wolff2017-03-277-19/+73
| * perf report: Show inline stack for browser modeJin Yao2017-03-272-0/+6
| * perf report: Introduce --inline optionJin Yao2017-03-271-1/+2
| * perf report: Find the inline stack for a given addressJin Yao2017-03-275-5/+192
| * perf report: Refactor common code in srcline.cJin Yao2017-03-271-23/+45
| * perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter2017-03-271-2/+2
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-03-281-1/+1
|\ \ | |/ |/|
| * perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann2017-03-171-1/+1
* | perf list: Move extra details printing to new optionAndi Kleen2017-03-234-6/+7
* | perf pmu: Add support for MetricName JSON attributeAndi Kleen2017-03-236-4/+20
* | perf list: Support printing MetricExpr with --debugAndi Kleen2017-03-231-2/+8
* | perf stat: Output JSON MetricExpr metricAndi Kleen2017-03-237-0/+207
* | perf pmu: Support MetricExpr header in JSON event listAndi Kleen2017-03-232-3/+7
* | perf tools: Add a simple expression parser for JSONAndi Kleen2017-03-233-0/+204
* | perf pmu: Special case uncore_ prefixAndi Kleen2017-03-211-0/+3
* | perf pmu: Expand PMU events by prefix matchAndi Kleen2017-03-213-14/+54
* | perf tools: Factor out PMU matching in parserAndi Kleen2017-03-213-29/+52
* | perf stat: Collapse identically named eventsAndi Kleen2017-03-211-0/+1
* | perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo2017-03-211-0/+6