Home
last modified time | relevance | path

Searched refs:prometheus_collector_walk_init (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/net/prometheus/src/
Dstats.c62 ret = prometheus_collector_walk_init(&walk_ctx, stats_collector); in stats_handler()
93 (void)prometheus_collector_walk_init(&walk_ctx, stats_collector); in init_stats()
/Zephyr-latest/include/zephyr/net/prometheus/
Dcollector.h158 static inline int prometheus_collector_walk_init(struct prometheus_collector_walk_context *ctx, in prometheus_collector_walk_init() function