diff options
author | Jakub Kicinski <[email protected]> | 2019-03-29 17:08:52 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-04-29 08:29:20 +0200 |
commit | ad282a8117d5048398f506f20b092c14b3b3c43f (patch) | |
tree | d376d10dadfb2cffa69309f8cd7dc0f02673f71a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 948f83768a180ec8e85c4a8ff269d5e433d10815 (diff) |
locking/static_key: Add support for deferred static branches
Add deferred static branches. We can't unfortunately use the
nice trick of encapsulating the entire structure in true/false
variants, because the inside has to be either struct static_key_true
or struct static_key_false. Use defines to pass the appropriate
members to the helpers separately.
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions