summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf pmu: Improve error messages for missing PMUsAndi Kleen2017-09-183-7/+16
| * | | | perf machine: Optimize a bit the machine__findnew_thread() methodsArnaldo Carvalho de Melo2017-09-181-3/+3
| * | | | perf machine: Use hashtable for machine threadsKan Liang2017-09-183-58/+106
| * | | | perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo2017-09-1310-3/+10
| * | | | perf config: Allow creating empty config set for config file autogenerationTaeung Song2017-09-131-4/+1
| * | | | perf tools: Use scandir() to replace readdir()Kan Liang2017-09-131-20/+25
| * | | | perf ui progress: Add size info into progress barJiri Olsa2017-09-131-1/+1
| * | | | perf record: Support direct --user-regs argumentsAndi Kleen2017-09-131-1/+6
| * | | | 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-132-0/+179
| * | | | perf stat: Support JSON metrics in perf statAndi Kleen2017-09-136-4/+372
| * | | | 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 tools: Support weak groups in 'perf stat'Andi Kleen2017-09-133-2/+9
* | | | | 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-07180-3/+195
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-3/+3
| | |_|_|/ | |/| | |
* | | | | 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-03178-0/+178
|\ \ \ \
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02178-0/+178
| |/ / /
* | | | 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 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 tools: Check wether the eBPF file exists in event parsingJiri Olsa2017-10-131-2/+15
* | | perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland2017-10-093-19/+47
* | | perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-051-1/+5
| |/ |/|
* | perf test: Fix vmlinux failure on s390xThomas Richter2017-09-282-10/+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: Open perf.data with O_CLOEXEC flagJiri Olsa2017-09-121-1/+12
* perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo2017-09-012-8/+17
* perf sort: Add sort option for physical addressKan Liang2017-09-017-2/+58
* perf tools: Support new sample type for physical addressKan Liang2017-09-012-1/+19
* perf syscalltbl: Support glob matching on syscall namesArnaldo Carvalho de Melo2017-09-012-0/+36
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-303-66/+80
* perf symbols: Fix plt entry calculation for ARM and AARCH64Li Bin2017-08-291-5/+22
* perf probe: Fix kprobe blacklist checking conditionLi Bin2017-08-291-1/+1
* perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-281-1/+1
* perf report: Group stat values on global event idJiri Olsa2017-08-281-1/+1
* perf values: Zero value buffersJiri Olsa2017-08-281-2/+7
* perf values: Fix allocation checkJiri Olsa2017-08-281-1/+1
* perf values: Fix thread index bugJiri Olsa2017-08-281-2/+2
* perf report: Add dump_read functionJiri Olsa2017-08-281-0/+25
* perf record: Set read_format for inherit_statJiri Olsa2017-08-281-1/+6
* perf c2c: Fix remote HITM detection for SkylakeJiri Olsa2017-08-281-2/+9