/tools/lib/subcmd/ |
D | parse-options.h | 122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 123 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 124 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 127 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 131 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 132 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 133 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 134 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
/tools/lib/bpf/ |
D | hashmap.c | 93 size_t h; in hashmap_grow() local 147 size_t h; in hashmap__insert() local 197 size_t h; in hashmap__find() local 212 size_t h; in hashmap__delete() local
|
D | btf.c | 1313 static long hash_combine(long h, long value) in hash_combine() 1726 long h; in btf_hash_common() local 1745 long h; in btf_hash_int() local 1767 long h; in btf_hash_enum() local 1822 long h = btf_hash_common(t); in btf_hash_struct() local 1868 long h = btf_hash_common(t); in btf_hash_array() local 1919 long h = btf_hash_common(t); in btf_hash_fnproto() local 1999 long h; in btf_dedup_prim_type() local 2463 long h; in btf_dedup_struct_type() local 2555 long h; in btf_dedup_ref_type() local
|
D | hashmap.h | 20 static inline size_t hash_bits(size_t h, int bits) in hash_bits()
|
/tools/include/linux/ |
D | bits.h | 21 #define GENMASK(h, l) \ argument 25 #define GENMASK_ULL(h, l) \ argument
|
D | list.h | 598 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 604 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 609 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 639 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 676 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake()
|
/tools/usb/usbip/libsrc/ |
D | names.c | 191 unsigned int h = hashnum(vendorid); in new_vendor() local 211 unsigned int h = hashnum((vendorid << 16) | productid); in new_product() local 231 unsigned int h = hashnum(classid); in new_class() local 250 unsigned int h = hashnum((classid << 8) | subclassid); in new_subclass() local 271 unsigned int h = hashnum((classid << 16) | (subclassid << 8) in new_protocol() local
|
/tools/include/asm-generic/bitops/ |
D | fls64.h | 21 __u32 h = x >> 32; in fls64() local
|
/tools/perf/util/ |
D | srccode.c | 41 unsigned h = 0; in shash() local 99 struct srcfile *h; in find_srcfile() local
|
D | hist.c | 77 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 1660 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats() 1666 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats() 1998 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter() 2101 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type() local 2140 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry() local 2163 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local 2207 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local
|
D | annotate.c | 868 struct sym_hist *h; in __symbol__inc_addr_samples() local 2243 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits() local 2275 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_printf() local 2466 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() local 2474 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram() local
|
/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_mods.c | 16 int a, b, c, d, e, f, g, h; member 41 core_reloc_mods_substruct_t h; member
|
D | btf_dump_test_case_ordering.c | 54 struct hlist_head h; member
|
D | btf_dump_test_case_syntax.c | 107 fn_ptr2_t h; member 191 const int_t *h; member
|
D | core_reloc_types.h | 465 int a, b, c, d, e, f, g, h; member 490 core_reloc_mods_substruct_t h; member 504 } h; member 524 core_reloc_mods_substruct_tt h; member
|
/tools/virtio/linux/ |
D | dma-mapping.h | 22 #define dma_free_coherent(d, s, p, h) kfree(p) argument
|
/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 83 unsigned long h = 0, g; in elf_hash() local
|
/tools/include/uapi/linux/ |
D | pkt_cls.h | 138 #define TC_U32_HTID(h) ((h)&0xFFF00000) argument 139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) argument 140 #define TC_U32_HASH(h) (((h)>>12)&0xFF) argument 141 #define TC_U32_NODE(h) ((h)&0xFFF) argument 142 #define TC_U32_KEY(h) ((h)&0xFFFFF) argument
|
/tools/power/x86/intel-speed-select/ |
D | isst.h | 32 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (sizeof(long) * 8 - 1 - (h)))) argument 33 #define GENMASK_ULL(h, l) \ argument
|
/tools/perf/ui/browsers/ |
D | hists.c | 675 struct hist_entry *h = rb_entry(browser->b.top, in hist_browser__run() local 1777 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh() local 1815 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries() local 1838 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries() local 1853 struct hist_entry *h; in ui_browser__hists_seek() local 2102 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__fprintf() local
|
/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 150 struct elf64_hdr h; in make_exe() local
|
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 691 void print_hwp_request(int cpu, struct msr_hwp_request *h, char *str) in print_hwp_request() 703 void print_hwp_request_pkg(int pkg, struct msr_hwp_request *h, char *str) in print_hwp_request_pkg()
|
/tools/testing/vsock/ |
D | vsock_diag_test.c | 278 const struct nlmsghdr *h; in read_vsock_stat() local
|
/tools/perf/ui/gtk/ |
D | hists.c | 359 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in perf_gtk__show_hists() local
|
/tools/perf/ui/ |
D | browser.c | 312 int height = browser->height, h = 0, pct = 0, in ui_browser__scrollbar_set() local
|