diff options
| author | Tianci Yin <[email protected]> | 2023-02-06 15:58:46 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-04-18 16:28:54 -0400 |
| commit | 0c316556d124916e1dc2be171b3414b764972802 (patch) | |
| tree | 8cab47c5036be872a1fc2f3d715d5ee7c79d1ee8 /tools/perf/scripts/python/flamegraph.py | |
| parent | 2a66c0c9d20238812172693b5bef28c6c659eff4 (diff) | |
drm/amd/display: Disable migration to ensure consistency of per-CPU variable
[why]
Since the variable fpu_recursion_depth is per-CPU type, it has one copy
on each CPU, thread migration causes data consistency issue, then the
call trace shows up. And preemption disabling can't prevent migration.
[how]
Disable migration to ensure consistency of fpu_recursion_depth.
Reviewed-by: Aurabindo Pillai <[email protected]>
Signed-off-by: Tianci Yin <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions