• Home
  • Raw
  • Download

Lines Matching refs:config_stats

78 CTL_PROTO(config_stats)
276 {NAME("stats"), CTL(config_stats)},
649 if (config_stats) { in arenas_i_impl()
693 if (config_stats) { in ctl_arena_clear()
710 if (config_stats) { in ctl_arena_stats_amerge()
754 if (config_stats) { in ctl_arena_stats_sdmerge()
951 if (config_stats) { in ctl_refresh()
1021 if (config_stats && ctl_stats == NULL) { in ctl_init()
1648 CTL_RO_CONFIG_GEN(config_stats, bool) in CTL_RO_CONFIG_GEN()
1748 CTL_TSD_RO_NL_CGEN(config_stats, thread_allocated, tsd_thread_allocated_get, in CTL_TSD_RO_NL_CGEN() argument
1750 CTL_TSD_RO_NL_CGEN(config_stats, thread_allocatedp, tsd_thread_allocatedp_get, in CTL_TSD_RO_NL_CGEN()
1752 CTL_TSD_RO_NL_CGEN(config_stats, thread_deallocated, tsd_thread_deallocated_get, in CTL_TSD_RO_NL_CGEN()
1754 CTL_TSD_RO_NL_CGEN(config_stats, thread_deallocatedp, in CTL_TSD_RO_NL_CGEN()
2638 CTL_RO_CGEN(config_stats, stats_allocated, ctl_stats->allocated, size_t) in CTL_RO_NL_CGEN()
2639 CTL_RO_CGEN(config_stats, stats_active, ctl_stats->active, size_t) in CTL_RO_NL_CGEN()
2640 CTL_RO_CGEN(config_stats, stats_metadata, ctl_stats->metadata, size_t) in CTL_RO_NL_CGEN()
2641 CTL_RO_CGEN(config_stats, stats_metadata_thp, ctl_stats->metadata_thp, size_t) in CTL_RO_NL_CGEN()
2642 CTL_RO_CGEN(config_stats, stats_resident, ctl_stats->resident, size_t) in CTL_RO_NL_CGEN()
2643 CTL_RO_CGEN(config_stats, stats_mapped, ctl_stats->mapped, size_t) in CTL_RO_NL_CGEN()
2644 CTL_RO_CGEN(config_stats, stats_retained, ctl_stats->retained, size_t) in CTL_RO_NL_CGEN()
2646 CTL_RO_CGEN(config_stats, stats_background_thread_num_threads, in CTL_RO_NL_CGEN()
2648 CTL_RO_CGEN(config_stats, stats_background_thread_num_runs, in CTL_RO_NL_CGEN()
2650 CTL_RO_CGEN(config_stats, stats_background_thread_run_interval, in CTL_RO_NL_CGEN()
2664 CTL_RO_CGEN(config_stats, stats_arenas_i_mapped, in CTL_RO_NL_CGEN()
2667 CTL_RO_CGEN(config_stats, stats_arenas_i_retained, in CTL_RO_NL_CGEN()
2671 CTL_RO_CGEN(config_stats, stats_arenas_i_dirty_npurge, in CTL_RO_NL_CGEN()
2674 CTL_RO_CGEN(config_stats, stats_arenas_i_dirty_nmadvise, in CTL_RO_NL_CGEN()
2677 CTL_RO_CGEN(config_stats, stats_arenas_i_dirty_purged, in CTL_RO_NL_CGEN()
2681 CTL_RO_CGEN(config_stats, stats_arenas_i_muzzy_npurge, in CTL_RO_NL_CGEN()
2684 CTL_RO_CGEN(config_stats, stats_arenas_i_muzzy_nmadvise, in CTL_RO_NL_CGEN()
2687 CTL_RO_CGEN(config_stats, stats_arenas_i_muzzy_purged, in CTL_RO_NL_CGEN()
2691 CTL_RO_CGEN(config_stats, stats_arenas_i_base, in CTL_RO_NL_CGEN()
2694 CTL_RO_CGEN(config_stats, stats_arenas_i_internal, in CTL_RO_NL_CGEN()
2697 CTL_RO_CGEN(config_stats, stats_arenas_i_metadata_thp, in CTL_RO_NL_CGEN()
2700 CTL_RO_CGEN(config_stats, stats_arenas_i_tcache_bytes, in CTL_RO_NL_CGEN()
2703 CTL_RO_CGEN(config_stats, stats_arenas_i_resident, in CTL_RO_NL_CGEN()
2707 CTL_RO_CGEN(config_stats, stats_arenas_i_small_allocated, in CTL_RO_NL_CGEN()
2709 CTL_RO_CGEN(config_stats, stats_arenas_i_small_nmalloc, in CTL_RO_NL_CGEN()
2711 CTL_RO_CGEN(config_stats, stats_arenas_i_small_ndalloc, in CTL_RO_NL_CGEN()
2713 CTL_RO_CGEN(config_stats, stats_arenas_i_small_nrequests, in CTL_RO_NL_CGEN()
2715 CTL_RO_CGEN(config_stats, stats_arenas_i_large_allocated, in CTL_RO_NL_CGEN()
2718 CTL_RO_CGEN(config_stats, stats_arenas_i_large_nmalloc, in CTL_RO_NL_CGEN()
2721 CTL_RO_CGEN(config_stats, stats_arenas_i_large_ndalloc, in CTL_RO_NL_CGEN()
2727 CTL_RO_CGEN(config_stats, stats_arenas_i_large_nrequests, in CTL_RO_NL_CGEN()
2733 CTL_RO_CGEN(config_stats, stats_##n##_num_ops, \ in CTL_RO_NL_CGEN()
2735 CTL_RO_CGEN(config_stats, stats_##n##_num_wait, \ in CTL_RO_NL_CGEN()
2737 CTL_RO_CGEN(config_stats, stats_##n##_num_spin_acq, \ in CTL_RO_NL_CGEN()
2739 CTL_RO_CGEN(config_stats, stats_##n##_num_owner_switch, \ in CTL_RO_NL_CGEN()
2741 CTL_RO_CGEN(config_stats, stats_##n##_total_wait_time, \ in CTL_RO_NL_CGEN()
2743 CTL_RO_CGEN(config_stats, stats_##n##_max_wait_time, \ in CTL_RO_NL_CGEN()
2745 CTL_RO_CGEN(config_stats, stats_##n##_max_num_thds, \ in CTL_RO_NL_CGEN()
2770 if (!config_stats) { in CTL_RO_NL_CGEN()
2818 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_nmalloc,
2820 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_ndalloc,
2822 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_nrequests,
2824 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_curregs,
2826 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_nfills,
2828 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_nflushes,
2830 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_nslabs,
2832 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_nreslabs,
2834 CTL_RO_CGEN(config_stats, stats_arenas_i_bins_j_curslabs,
2846 CTL_RO_CGEN(config_stats, stats_arenas_i_lextents_j_nmalloc,
2849 CTL_RO_CGEN(config_stats, stats_arenas_i_lextents_j_ndalloc,
2852 CTL_RO_CGEN(config_stats, stats_arenas_i_lextents_j_nrequests,
2855 CTL_RO_CGEN(config_stats, stats_arenas_i_lextents_j_curlextents,