commit | 31efce1e311830431718536c6461815b04e08bf9 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrangé <berrange@redhat.com> | Wed Oct 23 09:50:59 2024 +0100 |
committer | Jason Wang <jasowang@redhat.com> | Mon Oct 28 14:37:25 2024 +0800 |
tree | 56053e5772d3c0f94842f9bc31f4e57f50892763 | |
parent | a9436dd4077b0ee04dbbd2354a6738654530a206 [diff] |
ebpf: improve error trace events A design pattern of trace_foo_error("descriptive string") is undesirable because it does not allow for filtering trace events based on the error scenario. Split eBPF error trace event into three separate events to address this filtering need. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>