Namhyung Kim
35d13f841a
perf bpf-filter: Fix a parsing error with comma
...
The previous change to support cgroup filters introduced a bug that
pathname can include commas. It confused the lexer to treat an item and
the trailing comma as a single token. And it resulted in a parse error:
$ sudo perf record -e cycles:P --filter 'period > 0, ip > 64' -- true
perf_bpf_filter: Error: Unexpected item: 0,
perf_bpf_filter: syntax error, unexpected BFT_ERROR, expecting BFT_NUM
Usage: perf record [<options>] [<command>]
or: perf record [<options>] -- <command> [<options>]
--filter <filter>
event filter
It should get "0" and "," separately.
An easiest fix would be to remove "," from the possible pathname
characters. As it's for cgroup names, probably ok to assume it won't
have commas in the pathname.
I found that the existing BPF filtering test didn't have any complex
filter condition with commas. Let's update the group filter test which
is supposed to test filter combinations like this.
Link: https://lore.kernel.org/r/20250307220922.434319-1-namhyung@kernel.org
Fixes: 91e88437d5156b20 ("perf bpf-filter: Support filtering on cgroups")
Reported-by: Sally Shi <sshii@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
2025-03-24 17:29:58 -07:00
..
2025-03-05 09:13:20 -08:00
2025-03-18 16:55:30 -07:00
2024-12-18 16:24:33 -03:00
2025-02-12 20:06:11 -08:00
2025-02-17 22:00:50 -08:00
2025-02-18 14:04:32 -08:00
2025-03-13 00:19:51 -07:00
2025-03-13 00:19:51 -07:00
2025-03-13 00:19:51 -07:00
2025-03-13 00:19:51 -07:00
2025-02-12 20:06:11 -08:00
2025-03-05 09:13:20 -08:00
2025-02-12 20:06:11 -08:00
2024-12-18 16:24:32 -03:00
2025-03-13 00:18:10 -07:00
2024-12-18 16:24:33 -03:00
2024-12-18 16:24:33 -03:00
2025-02-28 10:09:02 -08:00
2025-01-14 14:57:19 -03:00
2025-03-24 17:29:58 -07:00
2025-03-05 09:13:19 -08:00
2025-03-24 09:38:20 -07:00
2025-03-07 14:06:56 -08:00
2024-12-18 16:24:33 -03:00
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-01-31 14:45:19 -08:00
2025-03-10 14:37:02 -07:00
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-03-19 16:56:33 -07:00
2025-02-12 20:06:11 -08:00
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-03-11 18:55:37 -07:00
2025-02-12 19:44:16 -08:00
2025-03-06 16:52:24 -08:00
2024-12-18 16:24:32 -03:00
2025-03-20 22:58:02 -07:00
2025-03-20 22:58:02 -07:00
2025-02-27 08:47:25 -08:00
2024-12-18 16:24:33 -03:00
2025-02-18 14:04:32 -08:00
2025-03-13 13:19:27 -07:00
2025-02-18 14:04:32 -08:00
2025-03-19 16:56:33 -07:00
2025-03-02 09:47:24 -08:00
2024-12-18 16:24:32 -03:00
2025-03-11 18:55:37 -07:00
2025-02-04 21:29:13 -08:00
2025-02-10 11:46:30 -08:00
2025-02-26 13:48:02 -08:00
2025-01-10 10:59:42 -03:00
2025-03-24 16:22:06 -07:00
2025-03-07 14:07:07 -08:00
2025-02-18 14:04:32 -08:00
2025-02-24 15:46:33 -08:00
2025-02-04 17:22:40 -08:00
2025-02-12 20:06:11 -08:00
2025-02-12 20:06:11 -08:00
2025-03-19 16:56:56 -07:00
2025-02-12 20:06:11 -08:00
2024-12-18 16:24:32 -03:00
2024-12-18 16:24:32 -03:00
2024-12-18 16:24:33 -03:00
2025-01-08 17:38:32 -03:00
2024-12-18 16:24:33 -03:00
2025-02-28 10:09:02 -08:00
2025-03-10 14:37:02 -07:00
2025-03-06 16:00:25 -08:00
2025-02-17 22:00:50 -08:00
2025-03-05 23:03:43 -08:00
2025-03-19 16:56:33 -07:00
2025-03-10 14:26:45 -07:00
2025-03-19 16:56:33 -07:00
2025-02-10 11:46:02 -08:00
2025-03-17 22:07:18 -07:00
2025-01-08 17:31:06 -03:00
2025-01-08 17:31:06 -03:00
2025-03-11 19:00:50 -07:00
2024-12-18 16:24:32 -03:00
2025-02-20 22:35:10 -08:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00
2025-03-11 19:00:50 -07:00
2025-03-19 16:56:33 -07:00
2025-02-26 16:23:47 -08:00
2025-03-19 17:00:16 -07:00
2025-03-10 11:31:24 -07:00
2025-01-14 14:57:19 -03:00
2025-02-26 14:25:14 -08:00
2025-02-26 14:25:14 -08:00
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-03-18 16:08:45 -07:00
2025-02-12 20:06:11 -08:00
2025-02-12 20:06:11 -08:00
2025-02-18 14:04:32 -08:00
2025-02-17 22:00:50 -08:00
2025-02-17 22:00:50 -08:00
2025-03-24 09:38:20 -07:00
2025-03-20 09:17:56 -07:00
2025-02-18 14:04:32 -08:00
2025-03-03 12:48:17 -08:00
2025-01-29 14:06:25 -08:00
2025-02-04 21:29:05 -08:00
2024-12-18 16:24:32 -03:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00
2025-02-18 14:04:32 -08:00
2025-03-20 22:58:02 -07:00
2025-03-10 14:37:06 -07:00
2025-02-24 15:46:33 -08:00
2025-03-20 22:58:23 -07:00
2025-03-20 22:57:57 -07:00
2025-03-20 22:58:05 -07:00
2025-03-20 22:58:05 -07:00
2025-03-19 17:00:16 -07:00
2025-02-26 16:23:47 -08:00
2025-03-13 13:19:27 -07:00
2025-03-05 09:13:19 -08:00
2025-03-13 00:30:08 -07:00
2025-02-12 20:06:11 -08:00
2025-03-17 22:07:18 -07:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00