summaryrefslogtreecommitdiff
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf annotate: More exactly grep -v of the objdump commandTaeung Song2017-03-211-1/+1
* | perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont2017-03-213-4/+178
* | perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont2017-03-212-2/+24
* | perf probe: Change MAX_CMDLENRavi Bangoria2017-03-212-2/+2
* | perf probe: Fix concat_probe_trace_eventsRavi Bangoria2017-03-201-1/+1
* | perf tools: Handle partial AUX records and print a warningAlexander Shishkin2017-03-173-5/+28
* | Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-167-10/+84
|\ \
| * | perf script: Add 'brstackinsn' for branch stacksAndi Kleen2017-03-164-0/+61
| * | perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian2017-03-151-2/+2
| * | perf probe: Introduce util func is_sdt_event()Ravi Bangoria2017-03-152-8/+21
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-161-1/+1
|\ \ \ | |/ / |/| |
| * | x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-011-1/+1
| |/
* | perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao2017-03-143-7/+13
* | perf probe: Factor out the ftrace README scanningNaveen N. Rao2017-03-141-33/+37
* | perf tools: Add 'cgroup_id' sort order keywordHari Bathini2017-03-144-0/+56