Lines Matching refs:hpp
1371 struct perf_hpp_fmt hpp; member
1383 hse_a = container_of(a, struct hpp_sort_entry, hpp); in perf_hpp__same_sort_entry()
1384 hse_b = container_of(b, struct hpp_sort_entry, hpp); in perf_hpp__same_sort_entry()
1396 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
1400 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() argument
1406 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
1411 return scnprintf(hpp->buf, hpp->size, "%-*.*s", len, len, fmt->name); in __sort__hpp_header()
1415 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width()
1421 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
1429 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() argument
1435 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_entry()
1440 return hse->se->se_snprintf(he, hpp->buf, hpp->size, len); in __sort__hpp_entry()
1448 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_cmp()
1458 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_collapse()
1469 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_sort()
1486 hse->hpp.name = sd->entry->se_header; in __sort_dimension__alloc_hpp()
1487 hse->hpp.header = __sort__hpp_header; in __sort_dimension__alloc_hpp()
1488 hse->hpp.width = __sort__hpp_width; in __sort_dimension__alloc_hpp()
1489 hse->hpp.entry = __sort__hpp_entry; in __sort_dimension__alloc_hpp()
1490 hse->hpp.color = NULL; in __sort_dimension__alloc_hpp()
1492 hse->hpp.cmp = __sort__hpp_cmp; in __sort_dimension__alloc_hpp()
1493 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp()
1494 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
1496 INIT_LIST_HEAD(&hse->hpp.list); in __sort_dimension__alloc_hpp()
1497 INIT_LIST_HEAD(&hse->hpp.sort_list); in __sort_dimension__alloc_hpp()
1498 hse->hpp.elide = false; in __sort_dimension__alloc_hpp()
1499 hse->hpp.len = 0; in __sort_dimension__alloc_hpp()
1500 hse->hpp.user_len = 0; in __sort_dimension__alloc_hpp()
1517 perf_hpp__register_sort_field(&hse->hpp); in __sort_dimension__add_hpp_sort()
1528 perf_hpp__column_register(&hse->hpp); in __sort_dimension__add_hpp_output()
1769 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__set_elide()
1829 hse = container_of(fmt, struct hpp_sort_entry, hpp); in sort__setup_elide()