Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c2450 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typeoff_snprintf() local
2453 if (he_type == &unknown_type || he_type == &stackop_type || in hist_entry__typeoff_snprintf()
2454 he_type == &canary_type) in hist_entry__typeoff_snprintf()
2455 return repsep_snprintf(bf, size, "%s", he_type->self.type_name); in hist_entry__typeoff_snprintf()
2457 if (!annotated_data_type__get_member_name(he_type, buf, sizeof(buf), in hist_entry__typeoff_snprintf()
2461 return repsep_snprintf(bf, size, "%s +%#x (%s)", he_type->self.type_name, in hist_entry__typeoff_snprintf()
2513 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typecln_snprintf() local
2519 return repsep_snprintf(bf, size, "%s: cache-line %d", he_type->self.type_name, in hist_entry__typecln_snprintf()