Home
last modified time | relevance | path

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

/openbmc/qemu/stats/
H A Dstats-hmp-cmds.c21 value->has_unit || value->exponent ? ", " : ""); in print_stats_schema_value()
23 if (value->has_unit) { in print_stats_schema_value()
44 value->has_unit ? " " : ""); in print_stats_schema_value()
48 if (value->has_unit) { in print_stats_schema_value()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3786 schema_entry->value->has_unit = true; in add_kvmschema_entry()
3790 schema_entry->value->has_unit = true; in add_kvmschema_entry()
3794 schema_entry->value->has_unit = true; in add_kvmschema_entry()
3798 schema_entry->value->has_unit = true; in add_kvmschema_entry()
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c2064 static bool has_unit(struct evsel *evsel) in has_unit() function
2091 if (has_unit(evsel)) { in perf_event__synthesize_extra_attr()