diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2021-08-11 13:10:31 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-08-11 09:33:15 -0300 |
commit | 988db17932a78d201e826af3df7e89494ee0c037 (patch) | |
tree | 5c9e7351268dd52c06eae49dc29b06d1f28a0139 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c4ad8fabd03f76ed3a2a4c8aef6baf6cd4f24542 (diff) | |
download | linux-988db17932a78d201e826af3df7e89494ee0c037.tar.gz linux-988db17932a78d201e826af3df7e89494ee0c037.tar.bz2 linux-988db17932a78d201e826af3df7e89494ee0c037.zip |
perf script: Fix documented const'ness of perf_dlfilter_fns
perf_dlfilter_fns must not be const, because it is not.
Declaring it const can result in it being mapped read-only, causing a
segfaullt when it is written. Update documentation accordingly.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Fixes: 8defa7147d5572 ("perf script Add API for filtering via dynamically loaded shared object")
Link: https //lore.kernel.org/r/20210811101036.17986-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions