From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- tools/perf/tests/attr/test-record-C0 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/perf/tests/attr/test-record-C0 (limited to 'tools/perf/tests/attr/test-record-C0') diff --git a/tools/perf/tests/attr/test-record-C0 b/tools/perf/tests/attr/test-record-C0 new file mode 100644 index 000000000..cb0a3138f --- /dev/null +++ b/tools/perf/tests/attr/test-record-C0 @@ -0,0 +1,14 @@ +[config] +command = record +args = -C 0 kill >/dev/null 2>&1 +ret = 1 + +[event:base-record] +cpu=0 + +# no enable on exec for CPU attached +enable_on_exec=0 + +# PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD +# + PERF_SAMPLE_CPU added by -C 0 +sample_type=391 -- cgit v1.2.3