|
API Reference Manual 1.51.0
|
Stash statistics counters options. More...
#include <stash_types.h>
Data Fields | ||
| struct { | ||
| uint64_t count: 1 | ||
| See odp_stash_stats_t::count. More... | ||
| uint64_t cache_count: 1 | ||
| See odp_stash_stats_t::cache_count. More... | ||
| } | bit | |
| Option flags. | ||
| uint64_t | all | |
| All bits of the bit field structure. | ||
Stash statistics counters options.
Statistics counters listed in a bit field structure.
Definition at line 104 of file api/spec/stash_types.h.
| uint64_t odp_stash_stats_opt_t::count |
Definition at line 108 of file api/spec/stash_types.h.
| uint64_t odp_stash_stats_opt_t::cache_count |
See odp_stash_stats_t::cache_count.
Definition at line 111 of file api/spec/stash_types.h.
| uint64_t odp_stash_stats_opt_t::all |
All bits of the bit field structure.
This field can be used to set/clear all flags, or for bitwise operations over the entire structure.
Definition at line 119 of file api/spec/stash_types.h.