Lines Matching refs:STAT
70 # define STAT(x...) x macro
72 # define STAT(x...) macro
1233 STAT(++unw.stat.cache.lookups); in script_lookup()
1239 STAT(++unw.stat.cache.hinted_hits); in script_lookup()
1251 STAT(++unw.stat.cache.normal_hits); in script_lookup()
1258 STAT(++unw.stat.cache.collision_chain_traversals); in script_lookup()
1272 STAT(++unw.stat.script.news); in script_new()
1323 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()
1539 STAT(unsigned long start, parse_start;) in build_script()
1541 STAT(++unw.stat.script.builds; start = ia64_get_itc()); in build_script()
1553 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1560 STAT(parse_start = ia64_get_itc()); in build_script()
1592 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1593 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1664 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1699 STAT(parse_start = ia64_get_itc()); in build_script()
1706 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1709 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1724 STAT(unsigned long start;) in run_script()
1726 STAT(++unw.stat.script.runs; start = ia64_get_itc()); in run_script()
1816 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()
1886 STAT(unsigned long start, flags;) in unw_unwind()
1889 STAT(local_irq_save(flags); ++unw.stat.api.unwinds; start = ia64_get_itc()); in unw_unwind()
1900 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1907 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1914 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1936 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1945 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1952 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1963 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
2004 STAT(unsigned long start, flags;) in init_frame_info()
2006 STAT(local_irq_save(flags); ++unw.stat.api.inits; start = ia64_get_itc()); in init_frame_info()
2047 STAT(unw.stat.api.init_time += ia64_get_itc() - start; local_irq_restore(flags)); in init_frame_info()