summaryrefslogtreecommitdiff
path: root/internal/flags
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 22:31:35 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 22:31:35 +0200
commit4cd2c4e818a1438bf63d1ca05a6cf134f39bc06b (patch)
tree40b4ad1ab60a6f50973a66c4e273c91e0d8d265b /internal/flags
parent8e52ba5a8661c717f45e00608ad64f0adc6de3e1 (diff)
Add copy_file_range support and tracepoint attach tests
Diffstat (limited to 'internal/flags')
-rw-r--r--internal/flags/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flags/flags.go b/internal/flags/flags.go
index eb2d045..2aec752 100644
--- a/internal/flags/flags.go
+++ b/internal/flags/flags.go
@@ -110,7 +110,7 @@ func parse() {
// disabledTracepoints is a list of tracepoints that should not be attached due to wider isses.
// Here, the BPF programs wouldn't load otherwise due to CO-RE issues.
- // TODO: Try out once in a while whether it works again with newer kernel versions.
+ // Re-evaluate periodically on newer kernels.
// Add back "._open_by_handle_at" or ".*_name_to_handle_at" here if tracepoints cause CO-RE issues.
if *fields == "" {