Home
last modified time | relevance | path

Searched refs:hpp_sort_entry (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dsort.c1370 struct hpp_sort_entry { struct
1377 struct hpp_sort_entry *hse_a; in perf_hpp__same_sort_entry() argument
1378 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 …]