Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2204 uint_t tbuf_idx; in pmcs_dump_tracelog() local
2226 if (mdb_readvar(&tbuf_idx, "pmcs_tbuf_idx") == -1) { in pmcs_dump_tracelog()
2264 if (tail_lines > tbuf_idx) { in pmcs_dump_tracelog()
2266 tbuf_idx); in pmcs_dump_tracelog()
2268 start_idx = tbuf_idx - tail_lines; in pmcs_dump_tracelog()
2272 start_idx = tbuf_idx; in pmcs_dump_tracelog()
2276 if (tail_lines > tbuf_idx) { in pmcs_dump_tracelog()
2277 tail_lines = tbuf_idx; in pmcs_dump_tracelog()
2280 start_idx = tbuf_idx - tail_lines; in pmcs_dump_tracelog()
2284 elems_to_print = tbuf_idx; in pmcs_dump_tracelog()