NAME
timer - timer queue data
SYNOPSIS
timer
DESCRIPTION
This command displays the timer queue entries, both old- and new-style,
in chronological order. In the case of the old-style timers, the
timer_table array index is shown; in the case of the new-style timers,
the timer_list address is shown. On later kernels, the timer data is
per-cpu.
EXAMPLES
crash> timer
JIFFIES
68102
EXPIRES TIMER_LIST/TABLE FUNCTION
68346 c0241934 c01775d4 <tcp_sltimer_handler>
68379 c0241204 c01696d8 <dev_do_watchdog>
68523 c7fcdfc0 c0112d6c <process_timeout>
68718 c7fd8edc c018719c <irlmp_discovery_timer_expired>
68723 timer_table[2] c01c707c <rs_timer>
68742 c20c1f7c c0112d6c <process_timeout>
68742 c20c1f7c c0112d6c <process_timeout>
68742 c20c1f7c c0112d6c <process_timeout>
68752 c7fd1fc4 c0112d6c <process_timeout>
68752 c7fd1fc4 c0112d6c <process_timeout>
68989 c0241d40 c0168060 <neigh_periodic_timer>
69028 c2533f7c c0112d6c <process_timeout>
69134 c22dd868 c0181948 <unix_destroy_timer>
71574 c0241430 c0169ea4 <rt_check_expire>
72179 c7fb1c48 c01cb9a0 <vortex_timer>
73144 c1b17f10 c0112d6c <process_timeout>
73259 c17a5f10 c0112d6c <process_timeout>
112929 c203ff10 c0112d6c <process_timeout>
372010 c2323f7c c0112d6c <process_timeout>
372138 c2191f10 c0112d6c <process_timeout>
8653052 c1f13f10 c0112d6c <process_timeout>
Display the timer queue on a 2-cpu system:
crash> timer
TVEC_BASES[0]: c1299be0
JIFFIES
18256298
EXPIRES TIMER_LIST FUNCTION
18256406 cd5ddec0 c01232bb <process_timeout>
18256677 ceea93e0 c011e3cc <it_real_fn>
18256850 ceea7f64 c01232bb <process_timeout>
18258751 cd1d4f64 c01232bb <process_timeout>
18258792 cf5782f0 c011e3cc <it_real_fn>
18261266 c03c9f80 c022fad5 <rt_check_expire>
18262196 c02dc2e0 c0233329 <peer_check_expire>
18270518 ceb8bf1c c01232bb <process_timeout>
18271327 c03c9120 c0222074 <flow_cache_new_hashrnd>
18271327 c03ca580 c0233ace <ipfrag_secret_rebuild>
18272532 c02d1e18 c0129946 <delayed_work_timer_fn>
18276518 c03c9fc0 c022fd40 <rt_secret_rebuild>
18332334 ceea9970 c011e3cc <it_real_fn>
18332334 cfb6a840 c011e3cc <it_real_fn>
18665378 cec25ec0 c01232bb <process_timeout>
TVEC_BASES[1]: c12a1be0
JIFFIES
18256298
EXPIRES TIMER_LIST FUNCTION
18256493 c02c7d00 c013dad5 <wb_timer_fn>
18256499 c12a2db8 c0129946 <delayed_work_timer_fn>
18277900 ceebaec0 c01232bb <process_timeout>
18283769 cf739f64 c01232bb <process_timeout>
18331902 cee8af64 c01232bb <process_timeout>
|