summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-1924-53/+91
* perf tools: Ditch unused PATH_SEP, STRIP_EXTENSIONArnaldo Carvalho de Melo2017-04-191-16/+0
* perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo2017-04-193-6/+5
* perf tools: Remove PRI[xu] macros from perf.hArnaldo Carvalho de Melo2017-04-191-20/+0
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-1925-0/+25
* perf tools: Remove unused macros from util.hArnaldo Carvalho de Melo2017-04-191-12/+0
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-1913-0/+13
* tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo2017-04-191-2/+0
* perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo2017-04-191-22/+0
* 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-052-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