Home
last modified time | relevance | path

Searched refs:show_stats (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dstats.c11 static void show_stats(get_t get, struct allocator_stats * tot) in show_stats() function
35 show_stats(get_token_stats, &tot); in show_allocation_stats()
36 show_stats(get_ident_stats, &tot); in show_allocation_stats()
37 show_stats(get_symbol_stats, &tot); in show_allocation_stats()
38 show_stats(get_expression_stats, &tot); in show_allocation_stats()
39 show_stats(get_statement_stats, &tot); in show_allocation_stats()
40 show_stats(get_scope_stats, &tot); in show_allocation_stats()
41 show_stats(get_basic_block_stats, &tot); in show_allocation_stats()
42 show_stats(get_instruction_stats, &tot); in show_allocation_stats()
43 show_stats(get_pseudo_stats, &tot); in show_allocation_stats()
[all …]
/third_party/libuv/test/
Dbenchmark-pump.c88 static void show_stats(uv_timer_t* handle) { in show_stats() function
163 r = uv_timer_start(&timer_handle, show_stats, STATS_INTERVAL, STATS_INTERVAL); in start_stats_collection()
/third_party/e2fsprogs/e2fsck/
Dunix.c102 static void show_stats(e2fsck_t ctx) in show_stats() function
2081 show_stats(ctx); in main()
/third_party/e2fsprogs/misc/
Dmke2fs.c667 static void show_stats(ext2_filsys fs) in show_stats() function
3247 show_stats(fs); in main()