| /tools/lib/subcmd/ |
| D | parse-options.h | 117 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 118 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 119 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 120 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 121 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 122 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 126 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 127 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 128 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 129 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
| /tools/testing/radix-tree/linux/bitops/ |
| D | fls64.h | 8 __u32 h = x >> 32; in fls64() local
|
| /tools/include/asm-generic/bitops/ |
| D | fls64.h | 20 __u32 h = x >> 32; in fls64() local
|
| /tools/usb/usbip/libsrc/ |
| D | names.c | 209 unsigned int h = hashnum(vendorid); in new_vendor() local 229 unsigned int h = hashnum((vendorid << 16) | productid); in new_product() local 249 unsigned int h = hashnum(classid); in new_class() local 268 unsigned int h = hashnum((classid << 8) | subclassid); in new_subclass() local 289 unsigned int h = hashnum((classid << 16) | (subclassid << 8) in new_protocol() local
|
| /tools/include/linux/ |
| D | list.h | 597 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 603 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 608 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 638 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 675 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake()
|
| /tools/virtio/linux/ |
| D | dma-mapping.h | 23 #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/perf/util/ |
| D | annotate.c | 592 struct sym_hist *h; in __symbol__inc_addr_samples() local 850 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent() local 1551 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() local 1645 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits() local 1664 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_printf() local 1741 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() local 1749 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram() local
|
| D | hist.c | 59 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 1520 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats() 1526 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats() 1843 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter() 1946 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type() local 1981 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry() local 2004 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local 2048 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local
|
| D | header.c | 147 static int write_build_id(int fd, struct perf_header *h, in write_build_id() 858 static int write_auxtrace(int fd, struct perf_header *h, in write_auxtrace() 2269 static int do_write_feat(int fd, struct perf_header *h, int type, in do_write_feat()
|
| D | pmu.c | 944 struct parse_events_term *term, *h; in perf_pmu__check_alias() local
|
| D | evsel.c | 1131 struct perf_evsel_config_term *term, *h; in perf_evsel__free_config_terms() local
|
| D | machine.c | 1709 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops() local
|
| D | parse-events.c | 2399 struct parse_events_term *term, *h; in parse_events_terms__purge() local
|
| /tools/perf/ui/browsers/ |
| D | hists.c | 624 struct hist_entry *h = rb_entry(browser->b.top, in hist_browser__run() local 1705 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh() local 1743 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries() local 1766 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries() local 1781 struct hist_entry *h; in ui_browser__hists_seek() local 2029 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__fprintf() local
|
| /tools/perf/ui/gtk/ |
| D | hists.c | 354 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in perf_gtk__show_hists() local
|
| /tools/perf/ui/ |
| D | browser.c | 298 int height = browser->height, h = 0, pct = 0, in ui_browser__scrollbar_set() local
|
| /tools/perf/ui/stdio/ |
| D | hist.c | 758 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__fprintf() local
|
| /tools/perf/ |
| D | builtin-timechart.c | 1157 double h = (double)sample->bytes / c->max_bytes; in draw_io_bars() local
|