aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-10-11perf stat: Support old kernels for bperf cgroup countingGravatar Namhyung Kim 1-1/+28
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-12/+12
2022-09-29perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Gravatar Arnaldo Carvalho de Melo 1-1/+1
2022-09-29perf tests mmap-basic: Remove unused variable to address clang 15 warningGravatar Jiri Olsa 1-2/+1
2022-09-29perf parse-events: Ignore clang 15 warning about variable set but unused in b...Gravatar Jiri Olsa 1-1/+1
2022-09-29perf tests record: Fail the test if the 'errs' counter is not zeroGravatar Arnaldo Carvalho de Melo 1-1/+1
2022-09-29perf test: Fix test case 87 ("perf record tests") for hybrid systemsGravatar Zhengjun Xing 1-1/+1
2022-09-28perf arm-spe: augment the data source type with neoverse_spe listGravatar Jing Zhang 1-1/+1
2022-09-28perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...Gravatar Athira Rajeev 1-2/+3
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersGravatar Rohan McLure 1-11/+11
2022-09-26perf tests powerpc: Fix branch stack sampling test to include sanity check fo...Gravatar Athira Rajeev 1-1/+2
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsGravatar Zhengjun Xing 4-43/+57
2022-09-26perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Gravatar Zhengjun Xing 1-1/+1
2022-09-26perf tools: Get a perf cgroup more portably in BPFGravatar Namhyung Kim 2-5/+24
2022-09-26powerpc/32: Remove powerpc select specialisationGravatar Rohan McLure 1-1/+1
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Gravatar Tejun Heo 18-162/+297
2022-09-21perf tools: Honor namespace when synthesizing build-idsGravatar Namhyung Kim 1-3/+14
2022-09-21perf kcore_copy: Do not check /proc/modules is unchangedGravatar Adrian Hunter 1-5/+2
2022-09-21perf record: Fix cpu mask bit setting for mixed mmapsGravatar Adrian Hunter 1-0/+2
2022-09-21perf test: Skip wp modify test on old kernelsGravatar Namhyung Kim 1-2/+8
2022-09-21perf jit: Include program header in ELF filesGravatar Lieven Hey 2-0/+18
2022-09-21perf test: Add a new test for perf stat cgroup BPF counterGravatar Namhyung Kim 1-0/+83
2022-09-21perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersGravatar Namhyung Kim 1-3/+3
2022-09-21perf stat: Fix cpu map index in bperf cgroup codeGravatar Namhyung Kim 1-2/+2
2022-09-21perf stat: Fix BPF program section nameGravatar Namhyung Kim 1-1/+1
2022-09-08perf record: Fix synthesis failure warningsGravatar Adrian Hunter 1-2/+6
2022-09-08perf tools: Don't install data files with x permissionsGravatar Jiri Slaby 1-12/+12
2022-09-08perf script: Fix Cannot print 'iregs' field for hybrid systemsGravatar Zhengjun Xing 1-0/+3
2022-09-08perf lock: Remove redundant word 'contention' in help messageGravatar Yang Jihong 1-2/+1
2022-09-08perf dlfilter dlfilter-show-cycles: Fix types for print formatGravatar Adrian Hunter 1-2/+2
2022-09-06perf c2c: Prevent potential memory leak in c2c_he_zalloc()Gravatar Shang XiaoJing 1-3/+9
2022-09-06perf genelf: Switch deprecated openssl MD5_* functions to new EVP APIGravatar Zixuan Tan 1-9/+11
2022-09-06tools/perf: Fix out of bound access to cpu mask arrayGravatar Athira Rajeev 1-6/+20
2022-09-06perf affinity: Fix out of bound access to "sched_cpus" maskGravatar Athira Rajeev 1-1/+7
2022-09-02perf stat: Fix L2 Topdown metrics disappear for raw eventsGravatar Zhengjun Xing 1-2/+3
2022-08-31perf script: Skip dummy event attr checkGravatar Jiri Olsa 1-0/+2
2022-08-31perf metric: Return early if no CPU PMU table existsGravatar Ian Rogers 1-0/+3
2022-08-27perf stat: Capitalize topdown metrics' namesGravatar Zhengjun Xing 1-12/+12
2022-08-27perf docs: Update the documentation for the save_type filterGravatar Kan Liang 1-0/+3
2022-08-27perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressGravatar Ian Rogers 1-5/+19
2022-08-27perf record: Fix manpage formatting of description of support to hybrid systemsGravatar Andi Kleen 2-12/+2
2022-08-27perf test: Stat test for repeat with a weak groupGravatar Ian Rogers 1-0/+19
2022-08-27perf stat: Clear evsel->reset_group for each stat runGravatar Ian Rogers 1-0/+1
2022-08-27perf python: Fix build when PYTHON_CONFIG is user suppliedGravatar James Clark 1-1/+1
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTGravatar Namhyung Kim 6-42/+108
2022-08-19perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-8/+8
2022-08-19perf cpumap: Fix alignment for masks in event encodingGravatar Ian Rogers 5-56/+111
2022-08-19perf cpumap: Compute mask size in constant timeGravatar Ian Rogers 1-12/+1
2022-08-19perf cpumap: Synthetic events and const/staticGravatar Ian Rogers 3-14/+12