MCPcopy Create free account
hub / github.com/F-Stack/f-stack / service_stats_enabled

Function service_stats_enabled

dpdk/lib/eal/common/rte_service.c:172–176  ·  view source on GitHub ↗

returns 1 if statistics should be collected for service * Returns 0 if statistics should not be collected for service */

Source from the content-addressed store, hash-verified

170 * Returns 0 if statistics should not be collected for service
171 */
172static inline int
173service_stats_enabled(struct rte_service_spec_impl *impl)
174{
175 return !!(impl->internal_flags & SERVICE_F_STATS_ENABLED);
176}
177
178static inline int
179service_mt_safe(struct rte_service_spec_impl *s)

Callers 2

service_dump_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected