Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_timer_dump_stats
Function
rte_timer_dump_stats
dpdk/lib/timer/rte_timer.c:1058–1062 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1056
}
1057
1058
int
1059
rte_timer_dump_stats(FILE *f)
1060
{
1061
return rte_timer_alt_dump_stats(default_data_id, f);
1062
}
1063
1064
int
1065
rte_timer_alt_dump_stats(uint32_t timer_data_id __rte_unused, FILE *f)
Callers
1
test_timer
Function · 0.85
Calls
1
rte_timer_alt_dump_stats
Function · 0.85
Tested by
1
test_timer
Function · 0.68