diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-21 13:17:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-21 13:17:27 +0200 |
| commit | ac543823bdf5be044d6ace32e813431c4896c4fe (patch) | |
| tree | 403c6e7151f9121e80508274d5c800a2097c8982 /internal/flags/flags.go | |
| parent | d9c5cfb3fe1d3fc77eaffffa3a04cd538b698bf9 (diff) | |
Document optional open_by_handle_at exclude
Amp-Thread-ID: https://ampcode.com/threads/T-019c7fd9-5870-77b7-9909-3eb7550d17bb
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'internal/flags/flags.go')
| -rw-r--r-- | internal/flags/flags.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/flags/flags.go b/internal/flags/flags.go index ebb1eef..addd717 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -111,6 +111,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. + // Add back "._open_by_handle_at" here if the tracepoint causes CO-RE issues. furtherExcludes := []string{".*_name_to_handle_at"} for _, exclude := range furtherExcludes { fmt.Println("WARNING: Hard-excluding ", exclude) |
