aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Wolff10-21/+78
2017-03-27perf report: Show inline stack for browser modeJin Yao3-8/+178
2017-03-27perf report: Show inline stack for stdio modeJin Yao1-1/+84
2017-03-27perf report: Introduce --inline optionJin Yao3-1/+8
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 tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo41-126/+110
2017-03-27perf list sdt: Show option in man pageRavi Bangoria1-1/+3
2017-03-27perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter1-2/+2
2017-03-24perf trace: Fixup thread refcountingArnaldo Carvalho de Melo1-9/+12
2017-03-24perf trace: Fix up error path indentationArnaldo Carvalho de Melo1-1/+1
2017-03-24perf trace: Check for vfs_getname.pathname lengthArnaldo Carvalho de Melo1-0/+2
2017-03-24treewide: Fix typos in printkMasanari Iida1-1/+1
2017-03-23perf list: Move extra details printing to new optionAndi Kleen6-10/+21
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen9-8/+34
2017-03-23perf list: Support printing MetricExpr with --debugAndi Kleen1-2/+8
2017-03-23perf stat: Output JSON MetricExpr metricAndi Kleen8-0/+210
2017-03-23perf pmu: Support MetricExpr header in JSON event listAndi Kleen5-8/+23
2017-03-23perf vendor events intel: Update Intel uncore JSON event filesAndi Kleen19-180/+267
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen7-0/+266
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: Handle partially bad results with mergingAndi Kleen1-0/+10
2017-03-21perf stat: Collapse identically named eventsAndi Kleen3-4/+38
2017-03-21perf stat: Factor out callback for collecting event valuesAndi Kleen1-23/+80
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
2017-03-21perf sdt x86: Add renaming logic for rNN and other registersRavi Bangoria1-12/+32
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont4-4/+261
2017-03-21perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont2-2/+24
2017-03-21perf probe: Return errno when not hitting any eventKefeng Wang1-3/+3
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria2-2/+2
2017-03-20perf probe: Fix concat_probe_trace_eventsRavi Bangoria1-1/+1
2017-03-20perf stat: Correct --no-aggr descriptionRavi Bangoria1-2/+1
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-03-17perf tools: Handle partial AUX records and print a warningAlexander Shishkin3-5/+28
2017-03-17perf timechart: Use OPT_PARENT for common optionsArnaldo Carvalho de Melo1-9/+7
2017-03-17perf lock: Make 'f' part of the common 'lock_options'Arnaldo Carvalho de Melo1-2/+1
2017-03-17perf lock: Subcommands should include common optionsChangbin Du1-8/+11
2017-03-17perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann1-1/+1
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar9-21/+350
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen6-11/+327
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-1/+1
2017-03-15perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian1-2/+2
2017-03-15perf probe: Introduce util func is_sdt_event()Ravi Bangoria2-8/+21
2017-03-14perf powerpc: Choose local entry point with kretprobesNaveen N. Rao1-4/+10
2017-03-14perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao3-7/+13
2017-03-14perf probe: Factor out the ftrace README scanningNaveen N. Rao1-33/+37