Go to the source code of this file.
|
| void | stats_cluster_single_key_set (StatsClusterKey *key, const gchar *name, StatsClusterLabel *labels, gsize labels_len) |
| |
| void | stats_cluster_single_key_legacy_set (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance) |
| |
| void | stats_cluster_single_key_add_legacy_alias (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance) |
| |
| void | stats_cluster_single_key_legacy_set_with_name (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance, const gchar *name) |
| |
| void | stats_cluster_single_key_add_legacy_alias_with_name (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance, const gchar *name) |
| |
| void | stats_cluster_single_key_add_unit (StatsClusterKey *key, StatsClusterUnit stored_unit) |
| |
| void | stats_cluster_single_key_add_frame_of_reference (StatsClusterKey *key, StatsClusterFrameOfReference frame_of_reference) |
| |
| StatsCounterItem * | stats_cluster_single_get_counter (StatsCluster *self) |
| |
◆ StatsCounterGroupSingle
| Enumerator |
|---|
| SC_TYPE_SINGLE_VALUE | |
| SC_TYPE_SINGLE_MAX | |
◆ stats_cluster_single_get_counter()
◆ stats_cluster_single_key_add_frame_of_reference()
◆ stats_cluster_single_key_add_legacy_alias()
| void stats_cluster_single_key_add_legacy_alias |
( |
StatsClusterKey * |
key, |
|
|
guint16 |
component, |
|
|
const gchar * |
id, |
|
|
const gchar * |
instance |
|
) |
| |
◆ stats_cluster_single_key_add_legacy_alias_with_name()
| void stats_cluster_single_key_add_legacy_alias_with_name |
( |
StatsClusterKey * |
key, |
|
|
guint16 |
component, |
|
|
const gchar * |
id, |
|
|
const gchar * |
instance, |
|
|
const gchar * |
name |
|
) |
| |
◆ stats_cluster_single_key_add_unit()
| void stats_cluster_single_key_add_unit |
( |
StatsClusterKey * |
key, |
|
|
StatsClusterUnit |
stored_unit |
|
) |
| |
◆ stats_cluster_single_key_legacy_set()
| void stats_cluster_single_key_legacy_set |
( |
StatsClusterKey * |
key, |
|
|
guint16 |
component, |
|
|
const gchar * |
id, |
|
|
const gchar * |
instance |
|
) |
| |
◆ stats_cluster_single_key_legacy_set_with_name()
| void stats_cluster_single_key_legacy_set_with_name |
( |
StatsClusterKey * |
key, |
|
|
guint16 |
component, |
|
|
const gchar * |
id, |
|
|
const gchar * |
instance, |
|
|
const gchar * |
name |
|
) |
| |
◆ stats_cluster_single_key_set()
| void stats_cluster_single_key_set |
( |
StatsClusterKey * |
key, |
|
|
const gchar * |
name, |
|
|
StatsClusterLabel * |
labels, |
|
|
gsize |
labels_len |
|
) |
| |