summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorRyan Lee <ryan.lee@canonical.com>2025-04-08 18:02:00 -0700
committerJohn Johansen <john.johansen@canonical.com>2025-05-25 20:15:01 -0700
commit95ff11895846eec76a19351a109fbabbdd86b417 (patch)
tree04e2d839358cbc41064947d359f041a3f0267775 /tools/perf/scripts/python/flamegraph.py
parenta88db916b8c77552f49f7d9f8744095ea01a268f (diff)
apparmor: make all generated string array headers const char *const
address_family_names and sock_type_names were created as const char *a[], which declares them as (non-const) pointers to const chars. Since the pointers themselves would not be changed, they should be generated as const char *const a[]. Signed-off-by: Ryan Lee <ryan.lee@canonical.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions