summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2026-01-27 02:22:00 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2026-01-27 02:22:00 -0300
commit0341eab66ba03a1f439db91f03bccd5b0a360842 (patch)
tree935140efa81fa2613aea63091e45172dc51d36e3 /tools/perf/scripts/python
parent0e47251e8cc438d5b59fcd86d27efade01976fe1 (diff)
downloadlinux-0341eab66ba03a1f439db91f03bccd5b0a360842.tar.gz
linux-0341eab66ba03a1f439db91f03bccd5b0a360842.zip
perf tp_pmu: Address const-correctness errors in recent glibcs
To avoid having more variables, just cast the const variable searched to non-const since the result will not be modified, its only later that that variable will be used to modify something, but then its non-const memory being modified, so using a cast is the cheapest thing here. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions