summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kbKonstantin Khlebnikov2017-08-221-1/+3
* perf tools: Add support for printing new mem_info encodingsAndi Kleen2017-08-221-3/+40
* perf tools: Dedup events in expression parsingAndi Kleen2017-08-221-1/+14
* perf tools: Increase maximum number of events in expressionsAndi Kleen2017-08-221-1/+1
* perf tools: Expression parser enhancements for metricsAndi Kleen2017-08-221-6/+55
* perf tools: Add utility function to detect SMT statusAndi Kleen2017-08-223-0/+51
* perf bpf: Tighten detection of BPF eventsAndi Kleen2017-08-221-4/+19
* perf evsel: Fix buffer overflow while freeing eventsAndi Kleen2017-08-223-38/+18
* perf xyarray: Save max_x, max_yAndi Kleen2017-08-222-0/+14
* perf annotate stdio: Support --show-nr-samples optionTaeung Song2017-08-181-1/+5
* perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo2017-08-171-3/+0