summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf vendor events: Fix Alderlake metric groupsIan Rogers2022-05-231-32/+0
* perf jevents: Append PMU description laterIan Rogers2022-05-232-6/+8
* perf test: Use skip in PERF_RECORD_*Ian Rogers2022-05-231-2/+16
* perf test: Parse events break apart testsIan Rogers2022-05-231-134/+177
* perf test: Parse events tidy evlist_testIan Rogers2022-05-231-87/+84
* perf test: Parse events tidy terms_testIan Rogers2022-05-231-7/+5
* perf test: Basic mmap use skipIan Rogers2022-05-231-2/+16
* perf test: Use skip in openat syscallIan Rogers2022-05-232-9/+34
* perf test: Use skip in vmlinux kallsymsIan Rogers2022-05-231-5/+7
* perf test: Skip reason for suites with 1 testIan Rogers2022-05-231-3/+3
* perf stat: Make use of index clearer with perf_countsIan Rogers2022-05-232-16/+16
* perf bpf_counter: Tidy use of CPU map indexIan Rogers2022-05-231-26/+35
* perf stat: Add stat record+report testIan Rogers2022-05-231-0/+13
* perf lock: Add -t/--thread option for reportNamhyung Kim2022-05-232-1/+48
* perf lock: Do not discard broken lock statsNamhyung Kim2022-05-231-39/+25
* perf c2c: Update documentation for store metric 'N/A'Leo Yan2022-05-231-3/+5
* perf c2c: Add dimensions for 'N/A' metrics of store operationLeo Yan2022-05-231-7/+73
* perf mem: Add stats for store operation with no available memory levelLeo Yan2022-05-232-0/+4
* perf build: Error for BPF skeletons without LIBBPFIan Rogers2022-05-231-0/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-05-2310-16/+91
|\
| * perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li2022-05-211-5/+21
| * perf test bpf: Skip test if clang is not presentAthira Rajeev2022-05-211-4/+6
| * perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev2022-05-211-0/+11
| * perf bench numa: Address compiler error on s390Thomas Richter2022-05-211-1/+1
| * perf test: Avoid shell test description infinite loopIan Rogers2022-05-211-2/+6
| * perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-211-0/+12
| * perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev2022-05-211-0/+10
| * perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers2022-05-201-3/+14
| * perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-202-1/+10
* | perf parse-events: Move slots event for the hybrid platform tooKan Liang2022-05-203-2/+35
* | perf parse-events: Support different format of the topdown event nameKan Liang2022-05-201-1/+1
* | perf stat: Always keep perf metrics topdown events in a groupKan Liang2022-05-204-13/+15
* | perf evsel: Fixes topdown events in a weak group for the hybrid platformKan Liang2022-05-201-2/+21
* | perf test: Add basic stat and topdown group testIan Rogers2022-05-171-0/+67
* | perf evlist: Keep topdown counters in weak groupIan Rogers2022-05-174-2/+39
* | perf scripts python: intel-pt-events.py: Print ptwrite value as a string if i...Adrian Hunter2022-05-171-1/+7
* | perf script: Print Intel ptwrite value as a string if it is ASCIIAdrian Hunter2022-05-171-2/+30
* | perf intel-pt: Add support for emulated ptwriteAdrian Hunter2022-05-176-3/+224
* | perf bench breakpoint: Fix build on 32-bit archesArnaldo Carvalho de Melo2022-05-161-1/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-05-162-1/+2
|\|
| * perf tests: Fix coresight `perf test` failure.Jeremy Linton2022-05-081-1/+0
| * perf bench: Fix two numa NDEBUG warningsIan Rogers2022-05-081-0/+2
* | perf tools: Remove unused machines__find_host()Adrian Hunter2022-05-131-1/+0
* | perf bench: Add breakpoint benchmarksDmitry Vyukov2022-05-134-0/+255
* | perf annotate: Add --percent-limit optionNamhyung Kim2022-05-102-0/+29
* | perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter2022-05-106-0/+6
* | libperf evlist: Add evsel as a parameter to ->idx()Adrian Hunter2022-05-101-0/+1
* | libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter2022-05-101-1/+2
* | perf auxtrace: Do not mix up mmap idxAdrian Hunter2022-05-101-2/+8
* | perf auxtrace: Move evlist__enable_event_idx() to auxtrace.cAdrian Hunter2022-05-103-12/+10