Home
last modified time | relevance | path

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

/dragonfly/usr.bin/evtranalyze/
H A Devtranalyze.c478 struct evtr_thread **top_threads; member
613 struct evtr_thread *td = ctx->top_threads[i]; in top_threads_update()
623 ctx->top_threads[i] = ntd; in top_threads_update()
640 tmp = ctx->top_threads[j]; in top_threads_update()
641 ctx->top_threads[j] = td; in top_threads_update()
753 td = ctx->top_threads[i]; in ctxsw_draw_pre()
796 if (!ctx->top_threads[i]) in ctxsw_draw_event()
798 if (ctx->top_threads[i] == c->td) { in ctxsw_draw_event()
951 if (!(td_ctx.top_threads = calloc(td_ctx.nr_top_threads, in cmd_svg()