Lines Matching refs:prt_printf
325 prt_printf(out, "[<0>] %pB", (void *) *i); in bch2_prt_backtrace()
363 prt_printf(out, "%llu %s", div64_u64(ns, u->nsecs), u->name); in bch2_pr_time_units()
370 prt_printf(out, "%llu \r%s", div64_u64(ns, u->nsecs), u->name); in bch2_pr_time_units_aligned()
375 prt_printf(out, "%s\t", name); in pr_name_and_units()
408 prt_printf(out, "count:\t%llu\n", stats->duration_stats.n); in bch2_time_stats_to_text()
418 prt_printf(out, "\tsince mount\r\trecent\r\n"); in bch2_time_stats_to_text()
426 prt_printf(out, "duration of events\n"); in bch2_time_stats_to_text()
433 prt_printf(out, "mean:\t"); in bch2_time_stats_to_text()
439 prt_printf(out, "stddev:\t"); in bch2_time_stats_to_text()
447 prt_printf(out, "time between events\n"); in bch2_time_stats_to_text()
453 prt_printf(out, "mean:\t"); in bch2_time_stats_to_text()
459 prt_printf(out, "stddev:\t"); in bch2_time_stats_to_text()
475 prt_printf(out, "quantiles (%s):\t", u->name); in bch2_time_stats_to_text()
480 prt_printf(out, "%llu ", div64_u64(q, u->nsecs)); in bch2_time_stats_to_text()
592 prt_printf(out, "rate:\t"); in bch2_pd_controller_debug_to_text()
596 prt_printf(out, "target:\t"); in bch2_pd_controller_debug_to_text()
600 prt_printf(out, "actual:\t"); in bch2_pd_controller_debug_to_text()
604 prt_printf(out, "proportional:\t"); in bch2_pd_controller_debug_to_text()
608 prt_printf(out, "derivative:\t"); in bch2_pd_controller_debug_to_text()
612 prt_printf(out, "change:\t"); in bch2_pd_controller_debug_to_text()
616 prt_printf(out, "next io:\t%llims\n", div64_s64(pd->rate.next - local_clock(), NSEC_PER_MSEC)); in bch2_pd_controller_debug_to_text()