tetragon icon indicating copy to clipboard operation
tetragon copied to clipboard

observer: log opcode number instead of name

Open willfindlay opened this issue 3 years ago • 1 comments

There is a mismatch between event numbers in userspace and their opcode numbers from the BPF side, so we can't log opcode names like we've been doing. In any case, the number would be more informative here so let's just do that everywhere.

Signed-off-by: William Findlay [email protected]

willfindlay avatar Sep 23 '22 14:09 willfindlay

Yikes that's a lot of CI failures :(

willfindlay avatar Sep 23 '22 18:09 willfindlay

should be good to go now

willfindlay avatar Sep 28 '22 15:09 willfindlay