summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | perf config: Allow creating empty config set for config file autogenerationTaeung Song2017-09-131-4/+1
| | * | | | perf config: Write a config file just onceTaeung Song2017-09-131-6/+16
| | * | | | perf tools: Use scandir() to replace readdir()Kan Liang2017-09-131-20/+25
| | * | | | perf ui progress: Add size info into progress barJiri Olsa2017-09-134-4/+36
| | * | | | perf ui progress: Add ui specific init functionJiri Olsa2017-09-133-2/+10
| | * | | | perf tools: Add python-clean targetJiri Olsa2017-09-131-3/+5
| | * | | | perf script: Support user regsAndi Kleen2017-09-132-3/+31
| | * | | | perf record: Support direct --user-regs argumentsAndi Kleen2017-09-134-1/+12
| | * | | | perf stat: Update walltime_nsecs_stats in interval modeAndi Kleen2017-09-131-0/+2
| | * | | | perf stat: Hide internal duration_time counterAndi Kleen2017-09-131-3/+24
| | * | | | perf stat: Support duration_time for metricsAndi Kleen2017-09-132-4/+14
| | * | | | perf stat: Don't use ctx for saved values lookupAndi Kleen2017-09-131-11/+5
| | * | | | perf list: Add metric groups to perf listAndi Kleen2017-09-134-1/+192
| | * | | | perf stat: Support JSON metrics in perf statAndi Kleen2017-09-138-6/+395
| | * | | | perf pmu: Extract function to get JSON alias mapAndi Kleen2017-09-132-16/+35
| | * | | | perf stat: Print generic metric header even for failed expressionsAndi Kleen2017-09-131-1/+3
| | * | | | perf stat: Factor out generic metric printingAndi Kleen2017-09-131-27/+42
| | * | | | perf vendor events: Support metric_group and no event name in JSON parserAndi Kleen2017-09-133-7/+20
| | * | | | perf tools: Support weak groups in 'perf stat'Andi Kleen2017-09-135-2/+46
| | * | | | perf sched timehist: Add pid and tid optionsDavid Ahern2017-09-132-0/+12
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-132-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07404-3/+419
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | perf trace: Call machine__exit() at exitAndrei Vagin2017-11-091-0/+10
* | | | | | perf tools: Fix eBPF event specification parsingJiri Olsa2017-11-091-2/+2
* | | | | | perf tools: Add "reject" option for parse-events.lJiri Olsa2017-11-091-0/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-03402-0/+402
|\ \ \ \ \
| * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02402-0/+402
| |/ / / /
* | | | | perf tools: Unwind properly location after REJECTJiri Olsa2017-10-271-2/+6
* | | | | perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2017-10-251-1/+11
|/ / / /
* | | | perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian2017-10-181-3/+6
* | | | perf xyarray: Fix wrong processing when closing evsel fdJin Yao2017-10-181-2/+2
* | | | perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim2017-10-171-0/+2
* | | | perf record: Fix documentation for a inexistent option '-l'Taeung Song2017-10-171-2/+2
* | | | perf tools: Check wether the eBPF file exists in event parsingJiri Olsa2017-10-131-2/+15
* | | | perf hists: Add extra integrity checks to fmt_free()Jiri Olsa2017-10-131-0/+7
* | | | perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa2017-10-131-1/+1
* | | | perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland2017-10-093-19/+47
* | | | perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello2017-10-061-2/+2
* | | | perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-051-1/+5
| |_|/ |/| |
* | | Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s...Ingo Molnar2017-09-298-141/+31
|\ \ \ | |/ / |/| |
| * | perf test: Fix vmlinux failure on s390x part 2Thomas Richter2017-09-282-22/+0
| * | perf test: Fix vmlinux failure on s390xThomas Richter2017-09-283-18/+1
| * | perf tools: Fix syscalltbl build failureAkemi Yagi2017-09-251-1/+1
| * | perf report: Fix debug messages with --call-graph optionMengting Zhang2017-09-251-14/+21
| * | perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-09-251-1/+6
| * | perf tools: Get all of tools/{arch,include}/ in the MANIFESTArnaldo Carvalho de Melo2017-09-251-85/+2
| |/
* / mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-1/+0
|/
* Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar2017-09-136-10/+32
|\
| * perf stat: Wait for the correct childMilian Wolff2017-09-121-1/+1