Rob Herring
ca4c498382
perf: Skip and warn on unknown format 'configN' attrs
...
[ Upstream commit e552b7be12ed62357df84392efa525ecb01910fb ]
If the kernel exposes a new perf_event_attr field in a format attr, perf
will return an error stating the specified PMU can't be found. For
example, a format attr with 'config3:0-63' causes an error as config3 is
unknown to perf. This causes a compatibility issue between a newer
kernel with older perf tool.
Before this change with a kernel adding 'config3' I get:
$ perf record -e arm_spe// -- true
event syntax error: 'arm_spe//'
\___ Cannot find PMU `arm_spe'. Missing kernel support?
Run 'perf list' for a list of valid events
Usage: perf record [<options>] [<command>]
or: perf record [<options>] -- <command> [<options>]
-e, --event <event> event selector. use 'perf list' to list
available events
After this change, I get:
$ perf record -e arm_spe// -- true
WARNING: 'arm_spe_0' format 'inv_event_filter' requires 'perf_event_attr::config3' which is not supported by this version of perf!
[ perf record: Woken up 2 times to write data ]
[ perf record: Captured and wrote 0.091 MB perf.data ]
To support unknown configN formats, rework the YACC implementation to
pass any config[0-9]+ format to perf_pmu__new_format() to handle with a
warning.
Reviewed-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Tested-by: Leo Yan <leo.yan@linaro.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@arm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220914-arm-perf-tool-spe1-2-v2-v4-1-83c098e6212e@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-10-30 09:41:18 +01:00
..
2020-08-21 10:22:23 -03:00
2020-01-14 12:02:19 -03:00
2020-05-05 16:35:32 -03:00
2020-11-12 17:55:41 -03:00
2021-12-17 10:14:42 +01:00
2019-09-20 09:19:20 -03:00
2021-07-14 16:56:38 +02:00
2019-11-28 08:08:38 -03:00
2019-11-28 08:08:38 -03:00
2021-09-03 10:09:29 +02:00
2021-09-03 10:09:29 +02:00
2019-03-11 11:56:02 -03:00
2021-12-08 09:03:20 +01:00
2021-04-28 13:40:00 +02:00
2020-08-06 08:24:03 -03:00
2021-04-14 08:42:11 +02:00
2020-03-09 21:43:25 -03:00
2019-02-19 16:11:56 -03:00
2019-02-19 16:11:56 -03:00
2021-11-26 10:39:13 +01:00
2020-05-05 16:35:29 -03:00
2022-02-23 12:01:02 +01:00
2019-07-29 18:34:42 -03:00
2020-06-09 12:40:04 -03:00
2019-09-20 09:19:20 -03:00
2020-05-28 10:03:27 -03:00
2021-05-19 10:13:13 +02:00
2020-11-03 09:14:45 -03:00
2020-10-14 08:46:22 -03:00
2019-08-29 17:38:32 -03:00
2019-08-26 11:58:29 -03:00
2019-07-09 10:13:27 -03:00
2019-06-05 17:36:37 +02:00
2020-10-14 13:34:26 -03:00
2020-10-14 13:34:26 -03:00
2019-08-14 10:48:39 -03:00
2020-04-16 12:19:08 -03:00
2020-09-28 09:18:06 -03:00
2020-09-28 09:18:06 -03:00
2020-08-06 09:33:57 -03:00
2020-08-06 09:33:57 -03:00
2020-05-28 10:03:26 -03:00
2019-08-31 22:24:10 -03:00
2019-08-31 22:24:10 -03:00
2019-07-09 10:13:26 -03:00
2019-05-15 16:36:49 -03:00
2020-10-13 17:03:19 -03:00
2020-10-13 17:03:19 -03:00
2019-10-15 12:05:18 -03:00
2019-09-25 09:51:49 -03:00
2020-05-28 10:03:27 -03:00
2020-05-28 10:03:27 -03:00
2019-02-06 10:00:39 -03:00
2020-03-24 10:36:00 -03:00
2019-11-29 12:20:45 -03:00
2019-08-22 17:16:57 -03:00
2020-05-28 10:03:27 -03:00
2020-09-01 12:15:52 -03:00
2020-05-05 16:35:32 -03:00
2020-08-06 09:43:37 -03:00
2020-08-06 09:43:37 -03:00
2022-03-02 11:42:48 +01:00
2022-06-09 10:21:04 +02:00
2019-11-26 11:07:46 -03:00
2019-07-29 18:34:42 -03:00
2022-01-27 10:54:34 +01:00
2019-11-12 08:32:27 -03:00
2020-05-28 10:03:28 -03:00
2019-09-20 09:19:20 -03:00
2021-09-26 14:08:57 +02:00
2020-10-14 11:28:52 -03:00
2022-08-21 15:16:09 +02:00
2019-11-19 19:12:26 -03:00
2021-06-10 13:39:17 +02:00
2019-11-06 15:43:06 -03:00
2019-09-20 09:19:20 -03:00
2021-11-26 10:39:13 +01:00
2021-11-26 10:39:13 +01:00
2021-03-04 11:38:03 +01:00
2020-07-10 08:39:14 -03:00
2019-08-31 22:24:10 -03:00
2021-03-04 11:38:09 +01:00
2021-03-04 11:38:09 +01:00
2020-05-28 10:03:24 -03:00
2020-05-28 10:03:24 -03:00
2020-05-28 10:03:24 -03:00
2022-01-27 10:54:30 +01:00
2020-09-28 08:55:48 -03:00
2019-08-15 12:26:13 -03:00
2019-08-15 12:25:55 -03:00
2020-07-30 07:01:49 -03:00
2020-07-30 07:01:49 -03:00
2020-06-22 16:28:09 -03:00
2020-07-30 07:01:49 -03:00
2019-11-28 08:08:38 -03:00
2019-11-28 08:08:38 -03:00
2020-05-29 16:51:38 -03:00
2022-09-28 11:10:36 +02:00
2022-09-28 11:10:36 +02:00
2022-10-15 07:55:50 +02:00
2019-07-09 10:13:26 -03:00
2020-11-03 08:26:55 -03:00
2020-11-27 14:19:33 -03:00
2020-10-14 11:28:12 -03:00
2020-08-06 09:35:06 -03:00
2019-07-09 10:13:26 -03:00
2020-05-28 10:03:24 -03:00
2021-12-08 09:03:20 +01:00
2020-05-05 16:35:30 -03:00
2019-06-05 17:36:37 +02:00
2022-10-26 13:25:54 +02:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:37:04 +02:00
2021-05-14 09:50:44 +02:00
2020-05-28 10:03:27 -03:00
2019-09-20 10:28:26 -03:00
2021-07-14 16:56:52 +02:00
2019-08-29 17:38:32 -03:00
2021-07-28 14:35:35 +02:00
2021-09-22 12:27:57 +02:00
2020-09-17 15:47:12 -03:00
2019-11-26 11:07:46 -03:00
2021-08-04 12:46:45 +02:00
2020-10-13 11:01:37 -03:00
2019-11-26 11:07:46 -03:00
2020-05-05 16:35:30 -03:00
2019-08-31 19:10:40 -03:00
2020-05-28 10:03:25 -03:00
2020-05-28 10:03:25 -03:00
2019-09-20 09:19:22 -03:00
2020-10-13 13:02:20 -03:00
2020-09-28 09:16:21 -03:00
2020-03-12 11:32:46 -03:00
2020-01-06 11:46:09 -03:00
2019-09-20 10:28:21 -03:00
2019-09-20 10:28:21 -03:00
2020-04-30 10:48:32 -03:00
2020-05-28 10:03:27 -03:00
2019-08-31 19:10:19 -03:00
2022-10-30 09:41:18 +01:00
2020-09-28 09:22:39 -03:00
2020-10-14 12:24:28 -03:00
2020-09-28 09:22:39 -03:00
2020-12-30 11:53:59 +01:00
2019-05-15 16:36:49 -03:00
2020-08-14 09:15:47 -03:00
2020-08-14 09:15:47 -03:00
2019-08-31 22:24:10 -03:00
2019-08-31 22:24:10 -03:00
2020-07-10 08:20:01 -03:00
2020-07-10 08:20:01 -03:00
2020-07-10 08:20:01 -03:00
2019-10-10 09:29:33 -03:00
2021-09-03 10:09:29 +02:00
2019-09-20 09:19:20 -03:00
2019-05-28 18:37:44 -03:00
2020-05-29 16:51:38 -03:00
2020-05-29 16:51:38 -03:00
2022-10-30 09:41:18 +01:00
2022-10-30 09:41:18 +01:00
2022-10-30 09:41:18 +01:00
2022-10-30 09:41:18 +01:00
2020-10-01 12:10:56 -03:00
2022-08-25 11:38:02 +02:00
2019-11-18 19:09:23 -03:00
2021-07-28 14:35:36 +02:00
2019-11-18 19:08:02 -03:00
2021-06-10 13:39:17 +02:00
2020-09-18 09:20:47 -03:00
2020-05-28 10:03:27 -03:00
2020-04-03 09:37:55 -03:00
2020-09-28 09:16:21 -03:00
2019-06-05 17:37:04 +02:00
2020-09-17 15:47:58 -03:00
2020-09-04 14:38:15 -03:00
2019-07-09 14:59:11 -03:00
2019-07-09 14:59:11 -03:00
2019-09-20 09:19:20 -03:00
2020-04-16 12:19:15 -03:00
2020-05-05 16:35:29 -03:00
2019-09-20 09:19:20 -03:00
2019-07-29 18:34:42 -03:00
2019-07-29 18:34:42 -03:00
2022-04-13 21:01:07 +02:00
2019-11-22 10:48:13 -03:00
2019-07-09 10:13:26 -03:00
2022-04-13 21:01:09 +02:00
2020-05-28 10:03:24 -03:00
2021-12-14 11:32:42 +01:00
2021-07-28 14:35:35 +02:00
2021-07-28 14:35:35 +02:00
2019-10-11 10:57:00 -03:00
2019-10-11 10:57:00 -03:00
2019-11-28 08:08:38 -03:00
2019-02-06 10:00:38 -03:00
2020-01-30 11:55:26 +01:00
2022-02-08 18:30:40 +01:00
2020-09-17 15:48:08 -03:00
2020-09-17 15:48:08 -03:00
2020-09-28 09:07:08 -03:00
2019-08-31 19:10:19 -03:00
2020-10-14 13:34:26 -03:00
2020-10-14 13:34:26 -03:00
2019-07-09 10:13:26 -03:00
2019-10-15 13:03:57 -03:00
2019-07-01 22:50:40 -03:00
2019-07-09 10:13:26 -03:00
2019-09-20 09:19:21 -03:00
2019-08-29 17:38:31 -03:00
2020-03-24 09:37:27 -03:00
2021-05-14 09:50:28 +02:00
2022-09-28 11:10:36 +02:00
2020-10-14 08:46:42 -03:00
2022-05-09 09:05:09 +02:00
2022-05-09 09:05:09 +02:00
2019-08-31 22:24:05 -03:00
2021-03-30 14:32:06 +02:00
2020-04-03 09:37:55 -03:00
2020-05-29 16:50:29 -03:00
2020-05-29 16:50:26 -03:00
2019-09-20 09:19:20 -03:00
2019-08-29 08:36:12 -03:00
2019-08-29 08:36:12 -03:00
2020-05-05 16:35:29 -03:00
2020-05-05 16:35:29 -03:00
2020-04-18 09:05:01 -03:00
2020-04-18 09:05:01 -03:00
2019-10-15 08:36:22 -03:00
2019-10-15 08:36:22 -03:00
2020-07-10 08:20:01 -03:00
2020-05-05 16:35:30 -03:00
2020-05-05 16:35:29 -03:00
2020-09-17 15:47:58 -03:00
2020-09-17 15:47:58 -03:00
2020-05-28 10:03:27 -03:00
2019-11-05 08:39:27 -03:00
2021-03-17 17:06:17 +01:00
2019-08-29 17:38:32 -03:00
2019-09-20 09:19:20 -03:00
2019-11-05 08:39:27 -03:00
2019-08-29 17:38:32 -03:00
2020-09-22 13:46:40 -03:00
2020-09-22 13:45:21 -03:00
2021-05-28 13:17:43 +02:00
2020-05-28 10:03:27 -03:00
2019-11-26 11:07:46 -03:00
2019-11-26 11:07:46 -03:00
2019-09-20 09:19:20 -03:00
2021-12-08 09:03:20 +01:00
2021-12-08 09:03:20 +01:00
2019-08-31 19:10:19 -03:00
2021-09-03 10:09:29 +02:00
2019-07-09 10:13:26 -03:00
2019-09-20 09:19:20 -03:00
2020-09-01 12:15:21 -03:00