diff options
author | Thomas Gleixner <[email protected]> | 2021-03-26 16:29:40 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2021-03-29 15:57:04 +0200 |
commit | d7a2edb890c0bfe467140c0cd79fe7cf65249376 (patch) | |
tree | 5e04889c1f43b016308babba93d4d5eb409f7fe5 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | f41dcc18698e660668a33cde8ab965e0298ac341 (diff) |
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions