| /tools/lib/subcmd/ |
| D | parse-options.h | 121 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 122 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 123 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 124 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 125 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 126 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 130 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 131 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 132 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 133 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
| /tools/include/linux/ |
| D | bits.h | 19 #define GENMASK(h, l) \ argument 22 #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 | 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/asm-generic/bitops/ |
| D | fls64.h | 21 __u32 h = x >> 32; in fls64() local
|
| /tools/virtio/linux/ |
| D | dma-mapping.h | 24 #define dma_free_coherent(d, s, p, h) kfree(p) argument
|
| /tools/perf/util/ |
| D | hist.c | 65 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 1539 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats() 1545 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats() 1864 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter() 1967 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type() local 2002 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry() local 2025 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local 2069 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local
|
| D | annotate.c | 716 struct sym_hist *h; in __symbol__inc_addr_samples() local 971 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent() local 1704 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() local 1805 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits() local 1824 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_printf() local 1903 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() local 1911 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram() local
|
| D | pmu.c | 1023 struct parse_events_term *term, *h; in perf_pmu__check_alias() local
|
| D | parse-events.c | 2521 struct parse_events_term *term, *h; in parse_events_terms__purge() local
|
| D | machine.c | 1910 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops() local
|
| D | evsel.c | 1215 struct perf_evsel_config_term *term, *h; in perf_evsel__free_config_terms() local
|
| /tools/testing/selftests/vDSO/ |
| D | parse_vdso.c | 83 unsigned long h = 0, g; in elf_hash() local
|
| /tools/perf/ui/browsers/ |
| D | hists.c | 729 struct hist_entry *h = rb_entry(browser->b.top, in hist_browser__run() local 1914 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh() local 1952 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries() local 1975 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries() local 1990 struct hist_entry *h; in ui_browser__hists_seek() local 2238 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__fprintf() local
|
| /tools/power/x86/x86_energy_perf_policy/ |
| D | x86_energy_perf_policy.c | 692 void print_hwp_request(int cpu, struct msr_hwp_request *h, char *str) in print_hwp_request() 704 void print_hwp_request_pkg(int pkg, struct msr_hwp_request *h, char *str) in print_hwp_request_pkg()
|
| /tools/perf/ui/gtk/ |
| D | hists.c | 357 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in perf_gtk__show_hists() local
|
| /tools/perf/ui/ |
| D | browser.c | 302 int height = browser->height, h = 0, pct = 0, in ui_browser__scrollbar_set() local
|
| /tools/perf/ui/stdio/ |
| D | hist.c | 867 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__fprintf() local
|
| /tools/perf/ |
| D | builtin-timechart.c | 1160 double h = (double)sample->bytes / c->max_bytes; in draw_io_bars() local
|
| /tools/include/uapi/drm/ |
| D | i915_drm.h | 110 unsigned int h; member
|