Searched refs:hpp_sort_entry (Results 1 – 1 of 1) sorted by relevance
1234 struct hpp_sort_entry { struct1241 struct hpp_sort_entry *hse_a; in perf_hpp__same_sort_entry() argument1242 struct hpp_sort_entry *hse_b; in perf_hpp__same_sort_entry()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()1255 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width()1260 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()1267 struct hpp_sort_entry *hse; in __sort__hpp_header()1270 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()1282 struct hpp_sort_entry *hse; in __sort__hpp_width()[all …]