diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2023-10-06 16:14:54 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2023-10-31 12:31:19 -0300 |
commit | 1715b6359c1ae37f24d6774f0bcd73b6bf839eaa (patch) | |
tree | 26fee78f52032c6be03e8ce5dd243a8d14064d3f /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | fed3a1be6433e15833068c701bfde7b422d8b988 (diff) |
perf beauty socket/prctl_option: Cope with extended regexp complaint by grep
Noticed on fedora 38, the extended regexp that so far was ok for both
grep and sed now gets complaints by grep, that says '/' doesn't need to
be escaped with '\'.
So stop using '/' in sed, use '%' instead and remove the \ before / in
the common extended regexp.
Link: https://x.com/SMT_Solvers/status/1710380010098344192?s=20
Cc: Adrian Hunter <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/lkml/ZUEddFPTJHVLhH%[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions