Files
mesa/src
Eric Engestrom 1942073112 intel/perf: fix regex escaping
`\$` is interpreted before being passed to `re.search()`, but luckily
for us the escape is also invalid and because of that, python 3.12+
warns us about it.

Use a raw string instead, so that the `\` is passed untouched to
`re.search()`.

Fixes: aa04b47c6e ("intel/perf: add support for GtSlice/GtSliceXDualsubsliceY variables")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26355>
2023-11-27 11:58:03 +00:00
..
2023-10-09 18:43:09 +00:00
2023-08-18 21:33:14 +00:00
2023-11-27 11:58:03 +00:00
2023-10-20 17:20:11 +00:00
2023-11-17 00:45:55 +00:00