Home
last modified time | relevance | path

Searched defs:h (Results 1 – 15 of 15) sorted by relevance

/tools/perf/util/
Dparse-options.h110 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
111 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
112 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument
113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument
114 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument
115 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
119 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
120 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
121 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
122 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
[all …]
Dhist.c58 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
1116 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats()
1122 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats()
1200 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
1241 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_dso() local
1275 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_thread() local
1307 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_symbol() local
1338 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_socket() local
Dannotate.c547 struct sym_hist *h; in __symbol__inc_addr_samples() local
803 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent() local
1369 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() local
1463 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits() local
1561 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() local
1569 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram() local
Dheader.c145 static int write_build_id(int fd, struct perf_header *h, in write_build_id()
857 static int write_auxtrace(int fd, struct perf_header *h, in write_auxtrace()
2006 static int do_write_feat(int fd, struct perf_header *h, int type, in do_write_feat()
Dpmu.c848 struct parse_events_term *term, *h; in perf_pmu__check_alias() local
Devsel.c1034 struct perf_evsel_config_term *term, *h; in perf_evsel__free_config_terms() local
Dmachine.c1650 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops() local
Dparse-events.c2074 struct parse_events_term *term, *h; in parse_events__free_terms() local
/tools/include/linux/
Dbits.h19 #define GENMASK(h, l) \ argument
22 #define GENMASK_ULL(h, l) \ argument
/tools/usb/usbip/libsrc/
Dnames.c209 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/perf/ui/browsers/
Dhists.c472 struct hist_entry *h = rb_entry(browser->b.top, in hist_browser__run() local
937 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh() local
959 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries() local
975 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries() local
990 struct hist_entry *h; in ui_browser__hists_seek() local
1182 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__fprintf() local
/tools/perf/ui/gtk/
Dhists.c224 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in perf_gtk__show_hists() local
/tools/perf/ui/stdio/
Dhist.c462 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__fprintf() local
/tools/perf/ui/
Dbrowser.c298 int height = browser->height, h = 0, pct = 0, in ui_browser__scrollbar_set() local
/tools/perf/
Dbuiltin-timechart.c1156 double h = (double)sample->bytes / c->max_bytes; in draw_io_bars() local