diff options
author | Johannes Berg <johannes.berg@intel.com> | 2023-02-11 00:05:09 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2023-04-21 00:05:35 +0300 |
commit | 6d708d1a0d81fe85a114766ff6beb3037fa77429 (patch) | |
tree | c99ec404cbcc12cf9197402a81098a3dda6dece8 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 8c6174503c7b7134c22072b45f92724c8a959f06 (diff) | |
download | linux-6d708d1a0d81fe85a114766ff6beb3037fa77429.tar.xz |
um: don't export printf()
Since printf() cannot be used in kernel threads (it
uses too much stack space) don't export it for modules
either.
This should leave us exporting only things that are
absolutely critical (such as memset and friends) and
things that are injected by the compiler (stack guard
and similar.)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions