Home
last modified time | relevance | path

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

/freebsd/usr.bin/procstat/
H A Dprocstat_kstack.c79 enum trace_state old_ts, ts; in kstack_cleanup() local
89 old_ts = ts; in kstack_cleanup()
90 ts = kstack_nextstate(old_ts); in kstack_cleanup()
91 if (old_ts == TS_OFF) { in kstack_cleanup()
95 if (kflag > 1 && old_ts == TS_FUNC) { in kstack_cleanup()
112 enum trace_state old_ts, ts; in kstack_cleanup_encoded() local
125 old_ts = ts; in kstack_cleanup_encoded()
126 ts = kstack_nextstate(old_ts); in kstack_cleanup_encoded()