aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAndrii Nakryiko <[email protected]>2021-04-23 11:13:43 -0700
committerAlexei Starovoitov <[email protected]>2021-04-23 14:05:27 -0700
commit41c472e85b531a228067bee9be59a508900bcd9f (patch)
tree9249f048b3cd2569ffcfae262ef4feb6032cc481 /tools/perf/scripts/python/syscall-counts.py
parent0a342457b3bd36e6f9b558da3ff520dee35c5363 (diff)
selftests/bpf: Use -O0 instead of -Og in selftests builds
While -Og is designed to work well with debugger, it's still inferior to -O0 in terms of debuggability experience. It will cause some variables to still be inlined, it will also prevent single-stepping some statements and otherwise interfere with debugging experience. So switch to -O0 which turns off any optimization and provides the best debugging experience. Signed-off-by: Andrii Nakryiko <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions