diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-06-04 12:55:40 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-06-24 09:57:34 +0000 |
| commit | 90d67044dab68568e8f35bc14b68055dbd166eff (patch) | |
| tree | d460a83eafdb63342da8ec992f2d78dbff5403a0 /pkg/flatrpc/flatrpc.fbs | |
| parent | 6ac2b94a701ded60e4782530bd9f209513acb324 (diff) | |
executor: refactor coverage filter
Diffstat (limited to 'pkg/flatrpc/flatrpc.fbs')
| -rw-r--r-- | pkg/flatrpc/flatrpc.fbs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/flatrpc/flatrpc.fbs b/pkg/flatrpc/flatrpc.fbs index 7800d6779..78adc8ec5 100644 --- a/pkg/flatrpc/flatrpc.fbs +++ b/pkg/flatrpc/flatrpc.fbs @@ -54,7 +54,7 @@ table InfoRequestRaw { } table InfoReplyRaw { - cover_filter :[uint8]; + cover_filter :[uint64]; } table FileInfoRaw { @@ -134,7 +134,6 @@ enum ExecFlag : uint64 (bit_flags) { DedupCover, // deduplicate coverage in executor CollectComps, // collect KCOV comparisons Threaded, // use multiple threads to mitigate blocked syscalls - CoverFilter, // setup and use bitmap to do coverage filter } struct ExecOptsRaw { |
