Lines Matching refs:STAT

71 # define STAT(x...)	x  macro
73 # define STAT(x...) macro
1234 STAT(++unw.stat.cache.lookups); in script_lookup()
1240 STAT(++unw.stat.cache.hinted_hits); in script_lookup()
1252 STAT(++unw.stat.cache.normal_hits); in script_lookup()
1259 STAT(++unw.stat.cache.collision_chain_traversals); in script_lookup()
1273 STAT(++unw.stat.script.news); in script_new()
1324 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()
1540 STAT(unsigned long start, parse_start;) in build_script()
1542 STAT(++unw.stat.script.builds; start = ia64_get_itc()); in build_script()
1554 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1561 STAT(parse_start = ia64_get_itc()); in build_script()
1593 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1594 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1665 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1700 STAT(parse_start = ia64_get_itc()); in build_script()
1707 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1710 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1725 STAT(unsigned long start;) in run_script()
1727 STAT(++unw.stat.script.runs; start = ia64_get_itc()); in run_script()
1817 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()
1887 STAT(unsigned long start, flags;) in unw_unwind()
1890 STAT(local_irq_save(flags); ++unw.stat.api.unwinds; start = ia64_get_itc()); in unw_unwind()
1901 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1908 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1915 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1937 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1946 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1953 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
1964 STAT(unw.stat.api.unwind_time += ia64_get_itc() - start; local_irq_restore(flags)); in unw_unwind()
2005 STAT(unsigned long start, flags;) in init_frame_info()
2007 STAT(local_irq_save(flags); ++unw.stat.api.inits; start = ia64_get_itc()); in init_frame_info()
2048 STAT(unw.stat.api.init_time += ia64_get_itc() - start; local_irq_restore(flags)); in init_frame_info()