linux/tools/perf
Ravi Bangoria 0b97e92393 perf test amd ibs: Fix incorrect kernel version check
"AMD IBS sample period" unit test is getting skipped on kernel v7.x. Fix
the kernel version >= v6.15 check.

Fixes: 21fb366b2f ("perf test amd: Skip amd-ibs-period test on kernel < v6.15")
Signed-off-by: Ravi Bangoria <ravi.bangoria@amd.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ananth Narayan <ananth.narayan@amd.com>
Cc: Dapeng Mi <dapeng1.mi@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Manali Shukla <manali.shukla@amd.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ravi Bangoria <ravi.bangoria@amd.com>
Cc: Sandipan Das <sandipan.das@amd.com>
Cc: Santosh Shukla <santosh.shukla@amd.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2026-05-22 21:30:38 -03:00
..
arch perf test amd ibs: Fix incorrect kernel version check 2026-05-22 21:30:38 -03:00
bench perf build: Move BPF skeleton generation out of Makefile.perf 2026-05-20 17:46:45 -03:00
check-header_ignore_hunks/lib
dlfilters
Documentation perf trace: Introduce --show-cpu option to display cpu id 2026-05-16 14:38:22 -03:00
include/perf
jvmti perf tools: Use calloc() where applicable 2026-04-08 19:21:05 -07:00
pmu-events perf pmu-events: Convert recursive shell assignments and macros to Make built-ins 2026-05-20 18:23:39 -03:00
python perf ilist: Be tolerant of reading a metric on the wrong CPU 2025-12-02 16:12:49 -08:00
scripts perf script: Fix script_fetch_insn for more than just x86 2026-01-27 01:35:22 -03:00
tests perf tests: Add test for uncore event sorting 2026-05-20 18:23:55 -03:00
trace Merge remote-tracking branch 'torvalds/master' into perf-tools-next 2026-05-21 20:42:25 -03:00
ui perf disasm: Refactor arch__find and initialization of arch structs 2026-01-23 16:58:39 -03:00
util perf kwork: Fix memory management of kwork_work 2026-05-22 20:51:59 -03:00
.clang-format perf clang-format: Add a perf clang-format that overrides some kernel behaviors 2026-05-20 15:37:50 -03:00
.gitignore perf pmu-events: Split big_c_string storage into standalone compilation unit 2026-05-20 17:46:45 -03:00
bpf_skel.mak perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase 2026-05-20 17:46:45 -03:00
Build perf trace beauty: Make beauty generated C code standalone .o files 2026-05-20 17:46:45 -03:00
builtin-annotate.c perf annotate: Don't pass evsel to add_sample 2026-05-20 16:39:40 -03:00
builtin-bench.c perf bench: Constify tables 2026-04-08 19:21:05 -07:00
builtin-buildid-cache.c perf symbol: Fix ENOENT case for filename__read_build_id 2025-12-17 07:30:51 -08:00
builtin-buildid-list.c perf build-id: Fix off-by-one bug when printing kernel/module build-id 2026-05-20 15:50:32 -03:00
builtin-c2c.c perf hist: Remove evsel parameter from inc samples functions 2026-05-20 16:35:59 -03:00
builtin-check.c perf check: Add libbabeltrace to the listed features 2026-02-12 17:45:22 -03:00
builtin-config.c perf tools: Make more global variables static 2026-04-08 19:21:04 -07:00
builtin-daemon.c perf tools: Replace basename() calls with perf_basename() 2026-04-08 19:21:05 -07:00
builtin-data.c perf tools: Make more global variables static 2026-04-08 19:21:04 -07:00
builtin-diff.c perf hist: Remove evsel from struct hist_entry_iter 2026-05-20 16:39:36 -03:00
builtin-evlist.c perf tool: Add the perf_tool argument to all callbacks 2025-11-07 13:25:05 -08:00
builtin-ftrace.c perf tools: Use calloc() where applicable 2026-04-08 19:21:05 -07:00
builtin-help.c perf help: Move common_cmds into builtin-help 2026-01-14 17:22:50 -03:00
builtin-inject.c perf inject: Don't pass evsel with sample 2026-05-20 16:39:40 -03:00
builtin-kallsyms.c
builtin-kmem.c perf kmem: Add bounds checks to tracepoint read values 2026-05-20 16:39:40 -03:00
builtin-kvm.c perf evsel: Refactor evsel tracepoint sample accessors perf_sample 2026-05-20 16:35:59 -03:00
builtin-kwork.c perf kwork: Fix memory management of kwork_work 2026-05-22 20:51:59 -03:00
builtin-list.c Merge remote-tracking branch 'torvalds/master' into perf-tools-next 2026-01-26 17:03:53 -03:00
builtin-lock.c perf lock contention: Fix SIGCHLD vs pause() race in __cmd_contention() 2026-05-20 17:46:45 -03:00
builtin-mem.c perf tool: Remove evsel from tool APIs that pass the sample 2026-05-20 16:34:23 -03:00
builtin-probe.c perf tools: Add layout support for --symfs option 2026-03-10 23:13:30 -07:00
builtin-record.c perf tool: Remove evsel from tool APIs that pass the sample 2026-05-20 16:34:23 -03:00
builtin-report.c perf report: Directly use sample->evsel to avoid computing from sample->id 2026-05-20 16:39:40 -03:00
builtin-sched.c perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live() 2026-05-20 17:46:45 -03:00
builtin-script.c perf script: Don't pass evsel with sample 2026-05-20 16:39:40 -03:00
builtin-stat.c perf tools: Use calloc() where applicable 2026-04-08 19:21:05 -07:00
builtin-timechart.c perf timechart: Bounds check CPU 2026-05-20 16:39:41 -03:00
builtin-top.c perf evlist: Try to avoid computing evsel from sample 2026-05-20 16:39:40 -03:00
builtin-trace.c Merge remote-tracking branch 'torvalds/master' into perf-tools-next 2026-05-21 20:42:25 -03:00
builtin-version.c
builtin.h
check-headers.sh perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/beauty/include/ 2026-03-31 20:23:06 -07:00
CREDITS
design.txt
Makefile perf build: Add make check-headers target 2026-05-14 14:48:32 -07:00
Makefile.config perf build: Unconditionally set up libunwind feature build flags 2026-05-22 20:50:18 -03:00
Makefile.perf Merge remote-tracking branch 'torvalds/master' into perf-tools-next 2026-05-21 20:42:25 -03:00
MANIFEST
perf-archive.sh
perf-completion.sh
perf-iostat.sh
perf-read-vdso.c
perf-sys.h
perf.c perf tool: Constify the command and option arrays 2026-03-13 14:26:27 -07:00
perf.h perf: Completely remove possibility to override MAX_NR_CPUS 2025-09-12 10:52:22 -03:00