Lines Matching full:but
22 These two problems are independent, but perf buffer fails to satisfy both.
26 counting, but given the first one requires an MPSC buffer, the same solution
33 type ``BPF_MAP_TYPE_RINGBUF``. Two other alternatives considered, but
37 ``BPF_MAP_TYPE_RINGBUF`` could represent an array of ring buffers, but not
39 with existing perf buffer use in BPF, but would fail if application needed more
51 themselves with, new syntax in libbpf, etc. But then would really provide no
53 doesn't support lookup/update/delete operations, but so doesn't few other map
66 with hashed task's tgid being a look up key to preserve order, but reduce
81 - but still the ability to do busy polling for new data to achieve the
93 discarded. Discard is similar to commit, but makes consumer ignore the
97 because record has to be prepared in some other place first. But it allows to
106 completely. But in exchange, it only allows a known constant size of memory to
120 impossible to reserve a record, but forget to submit (or discard) it.
181 in the order of reservations, but only after all previous records where
206 data availability, but require extra caution and diligence in using this API.