Lines Matching refs:hpp
1235 struct perf_hpp_fmt hpp; member
1247 hse_a = container_of(a, struct hpp_sort_entry, hpp); in perf_hpp__same_sort_entry()
1248 hse_b = container_of(b, struct hpp_sort_entry, hpp); in perf_hpp__same_sort_entry()
1260 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
1264 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() argument
1270 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
1275 return scnprintf(hpp->buf, hpp->size, "%-*.*s", len, len, fmt->name); in __sort__hpp_header()
1279 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width()
1285 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
1293 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() argument
1299 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_entry()
1304 return hse->se->se_snprintf(he, hpp->buf, hpp->size, len); in __sort__hpp_entry()
1312 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_cmp()
1322 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_collapse()
1333 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_sort()
1350 hse->hpp.name = sd->entry->se_header; in __sort_dimension__alloc_hpp()
1351 hse->hpp.header = __sort__hpp_header; in __sort_dimension__alloc_hpp()
1352 hse->hpp.width = __sort__hpp_width; in __sort_dimension__alloc_hpp()
1353 hse->hpp.entry = __sort__hpp_entry; in __sort_dimension__alloc_hpp()
1354 hse->hpp.color = NULL; in __sort_dimension__alloc_hpp()
1356 hse->hpp.cmp = __sort__hpp_cmp; in __sort_dimension__alloc_hpp()
1357 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp()
1358 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
1360 INIT_LIST_HEAD(&hse->hpp.list); in __sort_dimension__alloc_hpp()
1361 INIT_LIST_HEAD(&hse->hpp.sort_list); in __sort_dimension__alloc_hpp()
1362 hse->hpp.elide = false; in __sort_dimension__alloc_hpp()
1363 hse->hpp.len = 0; in __sort_dimension__alloc_hpp()
1364 hse->hpp.user_len = 0; in __sort_dimension__alloc_hpp()
1381 perf_hpp__register_sort_field(&hse->hpp); in __sort_dimension__add_hpp_sort()
1392 perf_hpp__column_register(&hse->hpp); in __sort_dimension__add_hpp_output()
1625 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__set_elide()
1685 hse = container_of(fmt, struct hpp_sort_entry, hpp); in sort__setup_elide()