]> git.ipfire.org Git - thirdparty/linux.git/commit
perf jitdump: Constify variables storing the result of strchr() on const tables
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Jan 2026 04:15:47 +0000 (01:15 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Jan 2026 05:36:24 +0000 (02:36 -0300)
commit68abacb0686651dd3f0bbce2fa94b438afeb2fc4
tree56e0fcdea57a143b37a15573199de10be22835b4
parent8bf093acb3f1f07d846c86e32308f9f9954ed579
perf jitdump: Constify variables storing the result of strchr() on const tables

As newer glibcs will propagate the const attribute of the searched table
to its return.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/jitdump.c