summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo2017-03-315-0/+253
| | * | | | | | perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King2017-03-301-1/+1
| | * | | | | | perf trace: Handle unpaired raw_syscalls:sys_exit eventArnaldo Carvalho de Melo2017-03-291-9/+34
| | * | | | | | 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-284-134/+194
| | * | | | | | perf/sdt/x86: Add renaming logic for (missing) 8 bit registersRavi Bangoria2017-03-281-0/+8
| | * | | | | | perf tools: Remove support for command aliasesArnaldo Carvalho de Melo2017-03-286-190/+8
| | |/ / / / /
| * | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-302-12/+36
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| * | | | | Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-2862-208/+739
| |\ \ \ \ \
| | * | | | | 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 tests: Do not assume that readlink() returns a null terminated stringTommi 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-2710-21/+78
| | * | | | | perf report: Show inline stack for browser modeJin Yao2017-03-273-8/+178
| | * | | | | perf report: Show inline stack for stdio modeJin Yao2017-03-271-1/+84
| | * | | | | perf report: Introduce --inline optionJin Yao2017-03-273-1/+8
| | * | | | | 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 tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-2741-126/+110
| | * | | | | perf list sdt: Show option in man pageRavi Bangoria2017-03-271-1/+3
| | * | | | | perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter2017-03-271-2/+2
| | * | | | | perf trace: Fixup thread refcountingArnaldo Carvalho de Melo2017-03-241-9/+12
| | * | | | | perf trace: Fix up error path indentationArnaldo Carvalho de Melo2017-03-241-1/+1
| | * | | | | perf trace: Check for vfs_getname.pathname lengthArnaldo Carvalho de Melo2017-03-241-0/+2
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-03-281-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | perf list: Move extra details printing to new optionAndi Kleen2017-03-236-10/+21
| * | | | | | perf pmu: Add support for MetricName JSON attributeAndi Kleen2017-03-239-8/+34
| * | | | | | perf list: Support printing MetricExpr with --debugAndi Kleen2017-03-231-2/+8
| * | | | | | perf stat: Output JSON MetricExpr metricAndi Kleen2017-03-238-0/+210
| * | | | | | perf pmu: Support MetricExpr header in JSON event listAndi Kleen2017-03-235-8/+23
| * | | | | | perf vendor events intel: Update Intel uncore JSON event filesAndi Kleen2017-03-2319-180/+267
| * | | | | | perf tools: Add a simple expression parser for JSONAndi Kleen2017-03-237-0/+266
| * | | | | | 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: Handle partially bad results with mergingAndi Kleen2017-03-211-0/+10
| * | | | | | perf stat: Collapse identically named eventsAndi Kleen2017-03-213-4/+38
| * | | | | | perf stat: Factor out callback for collecting event valuesAndi Kleen2017-03-211-23/+80
| * | | | | | perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo2017-03-211-0/+6
| * | | | | | perf annotate: More exactly grep -v of the objdump commandTaeung Song2017-03-211-1/+1
| * | | | | | perf sdt x86: Add renaming logic for rNN and other registersRavi Bangoria2017-03-211-12/+32
| * | | | | | perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont2017-03-214-4/+261
| * | | | | | perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont2017-03-212-2/+24
| * | | | | | perf probe: Return errno when not hitting any eventKefeng Wang2017-03-211-3/+3
| * | | | | | perf probe: Change MAX_CMDLENRavi Bangoria2017-03-212-2/+2