summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorHardevsinh Palaniya <hardevsinh.palaniya@siliconsignals.io>2024-11-13 16:41:18 +0300
committerVineet Gupta <vgupta@kernel.org>2024-12-10 21:12:56 +0300
commit7dd9eb6ba88964b091b89855ce7d2a12405013af (patch)
treea16ba8c4becc929d71a7611f0b4f5b2de20330db /tools/perf/scripts/python/syscall-counts.py
parent4d93ffe661ff59d2d66231b4054fe9c9658bd16c (diff)
downloadlinux-7dd9eb6ba88964b091b89855ce7d2a12405013af.tar.xz
ARC: bpf: Correct conditional check in 'check_jmp_32'
The original code checks 'if (ARC_CC_AL)', which is always true since ARC_CC_AL is a constant. This makes the check redundant and likely obscures the intention of verifying whether the jump is conditional. Updates the code to check cond == ARC_CC_AL instead, reflecting the intent to differentiate conditional from unconditional jumps. Suggested-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Acked-by: Shahab Vahedi <list+bpf@vahedi.org> Signed-off-by: Hardevsinh Palaniya <hardevsinh.palaniya@siliconsignals.io> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions