diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2021-03-26 18:29:40 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-03-29 16:57:04 +0300 |
commit | d7a2edb890c0bfe467140c0cd79fe7cf65249376 (patch) | |
tree | 5e04889c1f43b016308babba93d4d5eb409f7fe5 /tools/perf/scripts/python/syscall-counts.py | |
parent | f41dcc18698e660668a33cde8ab965e0298ac341 (diff) | |
download | linux-d7a2edb890c0bfe467140c0cd79fe7cf65249376.tar.xz |
locking/rtmutex: Make text section and inlining consistent
rtmutex is half __sched and the other half is not. If the compiler decides
to not inline larger static functions then part of the code ends up in the
regular text section.
There are also quite some performance related small helpers which are
either static or plain inline. Force inline those which make sense and mark
the rest __sched.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210326153944.152977820@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions