aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorEric W. Biederman <[email protected]>2022-04-26 16:30:17 -0500
committerEric W. Biederman <[email protected]>2022-05-11 14:33:33 -0500
commitc200e4bb44e80b343c09841e7caaaca0aac5e5fa (patch)
tree5318db1a0ff49083693b76d52968338c5aaa19f9 /tools/perf/scripts/python/task-analyzer.py
parente71ba124078e391879e0bf111529fa2d630d106c (diff)
ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
User mode linux is the last user of the PT_DTRACE flag. Using the flag to indicate single stepping is a little confusing and worse changing tsk->ptrace without locking could potentionally cause problems. So use a thread info flag with a better name instead of flag in tsk->ptrace. Remove the definition PT_DTRACE as uml is the last user. Cc: [email protected] Acked-by: Johannes Berg <[email protected]> Tested-by: Kees Cook <[email protected]> Reviewed-by: Oleg Nesterov <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions