diff options
author | Heiko Carstens <[email protected]> | 2023-02-06 14:49:41 +0100 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2023-02-09 20:11:22 +0100 |
commit | 87f79d886dd8c53bc61b09078764e50e3ac631cc (patch) | |
tree | 6ddb35126f0cac5993037f6d7692e691943da012 /tools/perf/scripts/python | |
parent | a9cbc1b471d291c865907542394f1c483b93a811 (diff) |
s390/processor: always inline cpu flag helper functions
arch_cpu_idle() is marked noinstr and therefore must only call functions
which are also not instrumented.
Make sure that cpu flag helper functions are always inlined to avoid that
the compiler generates an out-of-line function for e.g. the call within
arch_cpu_idle().
Reviewed-by: Sven Schnelle <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions