Searched refs:has_unit (Results 1 – 3 of 3) sorted by relevance
21 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()
4126 schema_entry->value->has_unit = true; in add_kvmschema_entry()4130 schema_entry->value->has_unit = true; in add_kvmschema_entry()4134 schema_entry->value->has_unit = true; in add_kvmschema_entry()4138 schema_entry->value->has_unit = true; in add_kvmschema_entry()
2064 static bool has_unit(struct evsel *evsel) in has_unit() function2091 if (has_unit(evsel)) { in perf_event__synthesize_extra_attr()