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