Searched refs:collapse (Results 1 – 7 of 7) sorted by relevance
/tools/perf/ui/ |
D | hist.c | 406 .collapse = hpp__nop_cmp, \ 420 .collapse = hpp__nop_cmp, \ 433 .collapse = hpp__nop_cmp, \
|
/tools/perf/util/ |
D | hist.h | 268 int64_t (*collapse)(struct perf_hpp_fmt *fmt, member
|
D | hist.c | 1231 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse() 1413 cmp = fmt->collapse(fmt, iter, he); in hierarchy_insert_entry() 2343 cmp = fmt->collapse(fmt, he, pair); in add_dummy_hierarchy_entry() 2409 cmp = fmt->collapse(fmt, iter, he); in hists__find_hierarchy_entry()
|
D | sort.c | 1897 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp() 2246 hde->hpp.collapse = __sort__hde_cmp; in __alloc_dynamic_entry()
|
/tools/perf/ |
D | builtin-diff.c | 1642 fmt->collapse = hist_entry__cmp_nop; in data__hpp_register() 1735 fmt->collapse = hist_entry__cmp_nop; in ui_init()
|
D | builtin-c2c.c | 1773 fmt->collapse = dim->se ? c2c_se_collapse : dim->cmp; in get_format()
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 3909 table {width:100%;border-collapse: collapse;border:1px solid;}\n\
|