Searched refs:hpp_sort_entry (Results 1 – 1 of 1) sorted by relevance
1370 struct hpp_sort_entry { struct1377 struct hpp_sort_entry *hse_a; in perf_hpp__same_sort_entry() argument1378 struct hpp_sort_entry *hse_b; in perf_hpp__same_sort_entry()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()1391 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width()1396 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()1403 struct hpp_sort_entry *hse; in __sort__hpp_header()1406 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()1418 struct hpp_sort_entry *hse; in __sort__hpp_width()[all …]