summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnpri...Arnaldo Carvalho de Melo2024-08-281-4/+6
* perf trace: Fix perf trace -p <PID>Howard Chu2024-08-281-1/+1
* perf evlist: Introduce method to find if there is a bpf-output eventHoward Chu2024-08-282-0/+13
* perf report: Name events in stats for pipe modeIan Rogers2024-08-281-0/+1
* perf testsuite: Install perf-report tests in the 'make install-tests -C tools...Michael Petlan2024-08-281-0/+2
* perf testsuite report: Add test case for perf reportVeronika Molnarova2024-08-281-0/+23
* perf testsuite report: Add test for perf-report basic functionalityVeronika Molnarova2024-08-284-0/+229
* perf testsuite: Add common output checking helperVeronika Molnarova2024-08-281-0/+51
* perf testsuite probe: Add test for line semanticsVeronika Molnarova2024-08-281-0/+55
* perf testsuite probe: Add test for invalid optionsVeronika Molnarova2024-08-281-0/+79
* perf testsuite probe: Add test for basic perf-probe optionsVeronika Molnarova2024-08-281-0/+80
* perf testsuite probe: Add test for blacklisted kprobes handlingVeronika Molnarova2024-08-281-0/+67
* perf testsuite: Fix shellcheck warningsVeronika Molnarova2024-08-282-8/+9
* perf testsuite: Merge settings files for shell testsVeronika Molnarova2024-08-284-51/+46
* perf tests shell: Skip base_* dirs in test script searchMichael Petlan2024-08-281-0/+2
* perf test vfs_getname: Look for alternative line where to collect the pathnameArnaldo Carvalho de Melo2024-08-281-1/+6
* perf test: Update sample filtering tests with multiple eventsNamhyung Kim2024-08-281-0/+34
* perf tools: Print lost samples due to BPF filterNamhyung Kim2024-08-287-13/+45
* perf bpf-filter: Support multiple events properlyNamhyung Kim2024-08-284-42/+304
* perf hist: Don't set hpp_fmt_value for members in --no-groupKan Liang2024-08-281-5/+5
* perf test: Support external tests for separate objdirAndi Kleen2024-08-261-3/+32
* perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo2024-08-221-0/+2
* perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo2024-08-221-1/+1
* perf annotate-data: Copy back variable types after moveNamhyung Kim2024-08-223-0/+40
* perf annotate-data: Update stack slot for the storeNamhyung Kim2024-08-221-4/+25
* perf annotate-data: Update debug messagesNamhyung Kim2024-08-221-10/+35
* perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim2024-08-221-2/+9
* perf annotate-data: Add 'typecln' sort keyNamhyung Kim2024-08-213-0/+54
* perf annotate-data: Show offset and size in hexNamhyung Kim2024-08-213-4/+4
* perf bpf: Remove redundant check that map is NULLYang Ruibin2024-08-211-3/+0
* perf annotate-data: Fix percpu pointer checkNamhyung Kim2024-08-212-59/+66
* perf annotate-data: Prefer struct/union over base typeNamhyung Kim2024-08-211-1/+19
* perf annotate-data: Fix missing constant copyNamhyung Kim2024-08-211-0/+1
* perf cap: Tidy up and improve capability testingIan Rogers2024-08-207-72/+75
* perf annotate-data: Set bitfield member offset and size properlyNamhyung Kim2024-08-201-6/+28
* perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo2024-08-201-4/+4
* perf test: Add cgroup sampling testNamhyung Kim2024-08-191-0/+23
* perf record: Fix sample cgroup & namespace trackingNamhyung Kim2024-08-191-6/+3
* perf inject: Combine mmap and mmap2 handlingIan Rogers2024-08-191-62/+56
* perf inject: Combine different mmap and mmap2 functionsIan Rogers2024-08-191-123/+76
* perf inject: Combine build_ids and build_id_all into enumIan Rogers2024-08-191-20/+31
* perf test: Expand pipe/inject testIan Rogers2024-08-191-22/+79
* perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers2024-08-192-2/+2
* perf dso: Constify dso_idIan Rogers2024-08-197-14/+16
* perf jit: Constify filename argumentIan Rogers2024-08-192-4/+5
* perf map: API clean upIan Rogers2024-08-194-22/+19
* perf synthetic-events: Avoid unnecessary memsetIan Rogers2024-08-191-1/+1
* perf python: Fix the build on 32-bit arm by including missing "util/sample.h"Xu Yang2024-08-191-0/+1
* perf annotate-data: Update type stat at the end of find_data_type_die()Namhyung Kim2024-08-191-17/+30
* perf annotate-data: Check variables in every scopeNamhyung Kim2024-08-191-17/+27