diff options
| author | Peter Zijlstra <[email protected]> | 2018-06-12 10:34:52 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2018-06-20 11:35:56 +0200 |
| commit | b3dae109fa89d67334bf3349babab3ad9b6f233f (patch) | |
| tree | 0628528fc9c51dd3927d542d986396fd3e8706cf /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | 0abf17bc7790dd0467ed0e38522242f23c5da1c4 (diff) | |
sched/swait: Rename to exclusive
Since swait basically implemented exclusive waits only, make sure
the API reflects that.
$ git grep -l -e "\<swake_up\>"
-e "\<swait_event[^ (]*"
-e "\<prepare_to_swait\>" | while read file;
do
sed -i -e 's/\<swake_up\>/&_one/g'
-e 's/\<swait_event[^ (]*/&_exclusive/g'
-e 's/\<prepare_to_swait\>/&_exclusive/g' $file;
done
With a few manual touch-ups.
Suggested-by: Linus Torvalds <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Linus Torvalds <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions