summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff
2017-03-27perf report: Show inline stack for browser modeJin Yao
2017-03-27perf report: Show inline stack for stdio modeJin Yao
2017-03-27perf report: Introduce --inline optionJin Yao
2017-03-27perf report: Find the inline stack for a given addressJin Yao
2017-03-27perf report: Refactor common code in srcline.cJin Yao
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-27perf list sdt: Show option in man pageRavi Bangoria
2017-03-27perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter
2017-03-24perf trace: Fixup thread refcountingArnaldo Carvalho de Melo
2017-03-24perf trace: Fix up error path indentationArnaldo Carvalho de Melo
2017-03-24perf trace: Check for vfs_getname.pathname lengthArnaldo Carvalho de Melo
2017-03-23perf list: Move extra details printing to new optionAndi Kleen
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen
2017-03-23perf list: Support printing MetricExpr with --debugAndi Kleen
2017-03-23perf stat: Output JSON MetricExpr metricAndi Kleen
2017-03-23perf pmu: Support MetricExpr header in JSON event listAndi Kleen
2017-03-23perf vendor events intel: Update Intel uncore JSON event filesAndi Kleen
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen
2017-03-21perf pmu: Special case uncore_ prefixAndi Kleen
2017-03-21perf pmu: Expand PMU events by prefix matchAndi Kleen
2017-03-21perf tools: Factor out PMU matching in parserAndi Kleen
2017-03-21perf stat: Handle partially bad results with mergingAndi Kleen
2017-03-21perf stat: Collapse identically named eventsAndi Kleen
2017-03-21perf stat: Factor out callback for collecting event valuesAndi Kleen
2017-03-21perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo
2017-03-21perf annotate: More exactly grep -v of the objdump commandTaeung Song
2017-03-21perf sdt x86: Add renaming logic for rNN and other registersRavi Bangoria
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont
2017-03-21perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont
2017-03-21perf probe: Return errno when not hitting any eventKefeng Wang
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria
2017-03-20tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.hArnaldo Carvalho de Melo
2017-03-20perf probe: Fix concat_probe_trace_eventsRavi Bangoria
2017-03-20perf stat: Correct --no-aggr descriptionRavi Bangoria
2017-03-20tools headers: Sync {tools/,}arch/arm{64}/include/uapi/asm/kvm.hArnaldo Carvalho de Melo
2017-03-17tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.hArnaldo Carvalho de Melo
2017-03-17perf tools: Handle partial AUX records and print a warningAlexander Shishkin
2017-03-17tools include: Sync {,tools/}include/uapi/linux/perf_event.hAlexander Shishkin
2017-03-17tools lib api fs: Introduce sysfs__read_boolAlexander Shishkin
2017-03-17perf timechart: Use OPT_PARENT for common optionsArnaldo Carvalho de Melo
2017-03-17perf lock: Make 'f' part of the common 'lock_options'Arnaldo Carvalho de Melo
2017-03-17perf lock: Subcommands should include common optionsChangbin Du
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen
2017-03-16tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.hArnaldo Carvalho de Melo
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-15perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian
2017-03-15perf probe: Introduce util func is_sdt_event()Ravi Bangoria
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds