• Home
  • Raw
  • Download

Lines Matching refs:hpp_sort_entry

1483 struct hpp_sort_entry {  struct
1490 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() argument
1495 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
1503 struct hpp_sort_entry *hse; in __sort__hpp_header()
1506 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
1518 struct hpp_sort_entry *hse; in __sort__hpp_width()
1521 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
1532 struct hpp_sort_entry *hse; in __sort__hpp_entry()
1535 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_entry()
1546 struct hpp_sort_entry *hse; in __sort__hpp_cmp()
1548 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_cmp()
1555 struct hpp_sort_entry *hse; in __sort__hpp_collapse()
1558 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_collapse()
1566 struct hpp_sort_entry *hse; in __sort__hpp_sort()
1569 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_sort()
1582 struct hpp_sort_entry *hse; \
1587 hse = container_of(fmt, struct hpp_sort_entry, hpp); \
1602 struct hpp_sort_entry *hse_a; in MK_SORT_ENTRY_CHK()
1603 struct hpp_sort_entry *hse_b; in MK_SORT_ENTRY_CHK()
1608 hse_a = container_of(a, struct hpp_sort_entry, hpp); in MK_SORT_ENTRY_CHK()
1609 hse_b = container_of(b, struct hpp_sort_entry, hpp); in MK_SORT_ENTRY_CHK()
1616 struct hpp_sort_entry *hse; in hse_free()
1618 hse = container_of(fmt, struct hpp_sort_entry, hpp); in hse_free()
1622 static struct hpp_sort_entry *
1625 struct hpp_sort_entry *hse; in __sort_dimension__alloc_hpp()
1680 struct hpp_sort_entry *hse; in hist_entry__filter()
1688 hse = container_of(fmt, struct hpp_sort_entry, hpp); in hist_entry__filter()
1711 struct hpp_sort_entry *hse = __sort_dimension__alloc_hpp(sd, level); in __sort_dimension__add_hpp_sort()
1723 struct hpp_sort_entry *hse = __sort_dimension__alloc_hpp(sd, 0); in __sort_dimension__add_hpp_output()
2010 struct hpp_sort_entry *hse, *new_hse; in perf_hpp_fmt__dup()
2012 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp_fmt__dup()
2603 struct hpp_sort_entry *hse; in perf_hpp__set_elide()
2609 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__set_elide()
2663 struct hpp_sort_entry *hse; in sort__setup_elide()
2669 hse = container_of(fmt, struct hpp_sort_entry, hpp); in sort__setup_elide()