Searched refs:leaf (Results 1 – 10 of 10) sorted by relevance
/tools/testing/selftests/vm/ |
D | pkey-x86.h | 139 int leaf; in pkey_reg_xstate_offset() local 142 leaf = XSTATE_PKEY_BIT; in pkey_reg_xstate_offset() 145 ecx = leaf; in pkey_reg_xstate_offset() 148 if (leaf == XSTATE_PKEY_BIT) { in pkey_reg_xstate_offset()
|
/tools/bootconfig/ |
D | main.c | 112 struct xbc_node *leaf; in xbc_show_list() local 116 xbc_for_each_key_value(leaf, val) { in xbc_show_list() 117 ret = xbc_node_compose_key(leaf, key, XBC_KEYLEN_MAX); in xbc_show_list() 127 xbc_show_value(xbc_node_get_child(leaf), false); in xbc_show_list()
|
/tools/perf/ui/browsers/ |
D | hists.c | 73 if (he->leaf && he->unfolded) in hist_browser__get_folding() 279 if (he->leaf) in hierarchy_count_rows() 386 if (he->leaf) { in hist_entry__init_have_children() 463 if (he->leaf) in hist_browser__toggle_fold() 472 if (he->leaf) in hist_browser__toggle_fold() 482 if (!he->leaf && he->nr_rows == 0) { in hist_browser__toggle_fold() 498 if (he->leaf) in hist_browser__toggle_fold() 591 if (he->leaf) in hist_entry__set_folding() 623 if (he->leaf) in __hist_browser__set_folding() 1429 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry() [all …]
|
/tools/perf/util/ |
D | sort.h | 114 bool leaf; member
|
D | hist.c | 334 if (!he->leaf) { in hists__decay_entry() 495 he->leaf = true; in hist_entry__init() 1541 new_he->leaf = true; in hists__hierarchy_insert_entry() 1806 if (!he->leaf) { in hists__hierarchy_output_resort() 1966 if (he->leaf || hmd == HMD_FORCE_SIBLING) in can_goto_child() 2026 if (he->leaf) in hist_entry__has_hierarchy_children() 2182 if (he->leaf || he->filtered) in resort_filtered_entry() 2552 if (!pos->leaf) { in hists__link_hierarchy()
|
/tools/perf/ui/gtk/ |
D | hists.c | 465 if (!he->leaf) { in perf_gtk__add_hierarchy_entries() 485 if (he->leaf && hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in perf_gtk__add_hierarchy_entries()
|
/tools/perf/ui/stdio/ |
D | hist.c | 527 if (he->leaf && hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hist_entry__hierarchy_fprintf() 877 if (!h->leaf && !hist_entry__has_hierarchy_children(h, min_pcnt)) { in hists__fprintf()
|
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 1304 static void get_cpuid_or_exit(unsigned int leaf, in get_cpuid_or_exit() argument 1308 if (!__get_cpuid(leaf, eax, ebx, ecx, edx)) in get_cpuid_or_exit()
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 1093 const int leaf = 0; in is_intel_cpu() local 1099 : /* input */ "0"(leaf), "2"(0)); in is_intel_cpu()
|
/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 379 can be related to TSC via values provided in cpuid leaf 0x15.
|