/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | hist.c | 11 struct hist_entry *he); 13 struct hist_entry *he); 15 struct hist_entry *he); 181 static void hist_entry__add_cpumode_period(struct hist_entry *he, in hist_entry__add_cpumode_period() argument 186 he->stat.period_sys += period; in hist_entry__add_cpumode_period() 189 he->stat.period_us += period; in hist_entry__add_cpumode_period() 192 he->stat.period_guest_sys += period; in hist_entry__add_cpumode_period() 195 he->stat.period_guest_us += period; in hist_entry__add_cpumode_period() 222 static void hist_entry__decay(struct hist_entry *he) in hist_entry__decay() argument 224 he->stat.period = (he->stat.period * 7) / 8; in hist_entry__decay() [all …]
|
D | sort.h | 113 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() argument 115 return !list_empty(&he->pairs.node); in hist_entry__has_pairs() 118 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair() argument 120 if (hist_entry__has_pairs(he)) in hist_entry__next_pair() 121 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair() 126 struct hist_entry *he) in hist_entry__add_pair() argument 128 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
|
D | annotate.h | 173 static inline int hist_entry__gtk_annotate(struct hist_entry *he, in hist_entry__gtk_annotate() argument 177 return symbol__gtk_annotate(he->ms.sym, he->ms.map, evsel, hbt); in hist_entry__gtk_annotate() 182 static inline int hist_entry__gtk_annotate(struct hist_entry *he __maybe_unused, in hist_entry__gtk_annotate()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-diff.c | 220 static double period_percent(struct hist_entry *he, u64 period) in period_percent() argument 222 u64 total = he->hists->stats.total_period; in period_percent() 226 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() argument 228 double old_percent = period_percent(he, he->stat.period); in compute_delta() 236 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() argument 238 double old_period = he->stat.period ?: 1; in compute_ratio() 246 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() argument 248 u64 old_period = he->stat.period; in compute_wdiff() 258 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta() argument 265 he->stat.period, he->hists->stats.total_period); in formula_delta() [all …]
|
D | builtin-annotate.c | 51 struct hist_entry *he; in perf_evsel__add_sample() local 66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1); in perf_evsel__add_sample() 67 if (he == NULL) in perf_evsel__add_sample() 71 if (he->ms.sym != NULL) { in perf_evsel__add_sample() 72 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_sample() 73 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0) in perf_evsel__add_sample() 76 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in perf_evsel__add_sample() 111 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() argument 115 return symbol__tty_annotate(he->ms.sym, he->ms.map, evsel, in hist_entry__tty_annotate() 127 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local [all …]
|
D | builtin-top.c | 90 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source() argument 97 if (!he || !he->ms.sym) in perf_top__parse_source() 100 sym = he->ms.sym; in perf_top__parse_source() 101 map = he->ms.map; in perf_top__parse_source() 133 top->sym_filter_entry = he; in perf_top__parse_source() 140 static void __zero_source_counters(struct hist_entry *he) in __zero_source_counters() argument 142 struct symbol *sym = he->ms.sym; in __zero_source_counters() 174 struct hist_entry *he, in perf_top__record_precise_ip() argument 181 if (he == NULL || he->ms.sym == NULL || in perf_top__record_precise_ip() 183 top->sym_filter_entry->ms.sym != he->ms.sym) && use_browser != 1)) in perf_top__record_precise_ip() [all …]
|
D | builtin-report.c | 84 struct hist_entry *he; in perf_report__add_mem_hist_entry() local 114 he = __hists__add_mem_entry(&evsel->hists, al, parent, mi, cost, cost); in perf_report__add_mem_hist_entry() 115 if (!he) in perf_report__add_mem_hist_entry() 123 if (sort__has_sym && he->ms.sym && use_browser > 0) { in perf_report__add_mem_hist_entry() 124 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_report__add_mem_hist_entry() 128 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0) in perf_report__add_mem_hist_entry() 131 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in perf_report__add_mem_hist_entry() 136 if (sort__has_sym && he->mem_info->daddr.sym && use_browser > 0) { in perf_report__add_mem_hist_entry() 139 mx = he->mem_info; in perf_report__add_mem_hist_entry() 158 err = callchain_append(he->callchain, in perf_report__add_mem_hist_entry() [all …]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | hists_link.c | 202 struct hist_entry *he; in add_hist_entries() local 225 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1); in add_hist_entries() 226 if (he == NULL) in add_hist_entries() 247 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1); in add_hist_entries() 248 if (he == NULL) in add_hist_entries() 293 struct hist_entry *he; in __validate_match() local 295 he = rb_entry(node, struct hist_entry, rb_node_in); in __validate_match() 297 if (hist_entry__has_pairs(he)) { in __validate_match() 300 he->thread, he->ms.map, he->ms.sym)) { in __validate_match() 345 struct hist_entry *he; in __validate_link() local [all …]
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | lkt.txt | 14 CA{"Uŋčíyapi Makȟóčhe"} 15 CN{"Pȟečhókaŋhaŋska Makȟóčhe"} 16 DE{"Iyášiča Makȟóčhe"} 17 ES{"Spayólaȟče Makȟóčhe"} 18 JP{"Kisúŋla Makȟóčhe"} 19 MX{"Spayóla Makȟóčhe"} 20 US{"Mílahaŋska Tȟamákȟočhe"}
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/ |
D | hist.c | 13 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() argument 19 struct hists *hists = he->hists; in __hpp__fmt() 26 percent = 100.0 * get_field(he) / in __hpp__fmt() 31 ret = print_fn(hpp->buf, hpp->size, fmt, get_field(he)); in __hpp__fmt() 40 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt() 111 static u64 he_get_##_field(struct hist_entry *he) \ 113 return he->stat._field; \ 117 struct perf_hpp *hpp, struct hist_entry *he) \ 119 return __hpp__fmt(hpp, he, he_get_##_field, " %6.2f%%", \ 125 struct perf_hpp *hpp, struct hist_entry *he) \ [all …]
|
/external/icu/icu4c/source/data/region/ |
D | lkt.txt | 19 CA{"Uŋčíyapi Makȟóčhe"} 20 CN{"Pȟečhókaŋhaŋska Makȟóčhe"} 21 DE{"Iyášiča Makȟóčhe"} 22 ES{"Spayólaȟče Makȟóčhe"} 23 JP{"Kisúŋla Makȟóčhe"} 24 MX{"Spayóla Makȟóčhe"} 25 US{"Mílahaŋska Tȟamákȟočhe"}
|
/external/chromium-libpac/src/ |
D | proxy_resolver_js_bindings.cc | 65 struct hostent* he = gethostbyname(host.c_str()); in DnsResolveImpl() local 67 if (he == NULL) { in DnsResolveImpl() 70 *first_ip_address = std::string(he->h_addr); in DnsResolveImpl() 76 struct hostent* he = gethostbyname(host.c_str()); in DnsResolveExImpl() local 78 if (he == NULL) { in DnsResolveExImpl() 82 for (char** addr = &he->h_addr; *addr != NULL; ++addr) { in DnsResolveExImpl() 90 *ip_address_list = std::string(he->h_addr); in DnsResolveExImpl()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
D | hists.c | 61 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded() argument 63 return map_symbol__folded(&he->ms); in hist_entry__folded() 186 static void hist_entry__init_have_children(struct hist_entry *he) in hist_entry__init_have_children() argument 188 if (!he->init_have_children) { in hist_entry__init_have_children() 189 he->ms.has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children() 190 callchain__init_have_children(&he->sorted_chain); in hist_entry__init_have_children() 191 he->init_have_children = true; in hist_entry__init_have_children() 198 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold() local 200 hist_entry__init_have_children(he); in hist_browser__toggle_fold() 201 browser->hists->nr_entries -= he->nr_rows; in hist_browser__toggle_fold() [all …]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/ |
D | hist.c | 269 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf() argument 275 return callchain__fprintf_graph(fp, &he->sorted_chain, he->stat.period, in hist_entry_callchain__fprintf() 279 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf() 283 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf() 294 static size_t hist_entry__callchain_fprintf(struct hist_entry *he, in hist_entry__callchain_fprintf() argument 305 left_margin -= thread__comm_len(he->thread); in hist_entry__callchain_fprintf() 308 return hist_entry_callchain__fprintf(he, total_period, left_margin, fp); in hist_entry__callchain_fprintf() 318 struct hist_entry *he) in hist_entry__period_snprintf() argument 326 if (symbol_conf.exclude_other && !he->parent) in hist_entry__period_snprintf() 341 ret = fmt->color(fmt, hpp, he); in hist_entry__period_snprintf() [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts4aa.test | 37 INSERT INTO t1(docid,words) VALUES(1001005,'And God called the light Day, and the darkness he calle… 42 …called the dry land Earth; and the gathering together of the waters called he Seas: and God saw th… 48 …the greater light to rule the day, and the lesser light to rule the night: he made the stars also.… 59 … created man in his own image, in the image of God created he him; male and female created he them… 63 INSERT INTO t1(docid,words) VALUES(1001031,'And God saw every thing that he had made, and, behold, … 65 …he seventh day God ended his work which he had made; and he rested on the seventh day from all his… 66 …03,'And God blessed the seventh day, and sanctified it: because that in it he had rested from all … 71 …8,'And the LORD God planted a garden eastward in Eden; and there he put the man whom he had formed… 82 …e field, and every fowl of the air; and brought them unto Adam to see what he would call them: and… 84 …002021,'And the LORD God caused a deep sleep to fall upon Adam, and he slept: and he took one of h… [all …]
|
/external/chromium_org/third_party/icu/source/data/coll/ |
D | he.txt | 6 // * Source File: <path>/common/collation/he.xml 10 * ICU <specials> source: <path>/xml/collation/he.xml 12 he{
|
/external/icu/icu4c/source/data/coll/ |
D | he.txt | 6 // * Source File: <path>/common/collation/he.xml 10 * ICU <specials> source: <path>/xml/collation/he.xml 12 he{
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultConnectionKeepAliveStrategy.java | 68 HeaderElement he = it.nextElement(); in getKeepAliveDuration() local 69 String param = he.getName(); in getKeepAliveDuration() 70 String value = he.getValue(); in getKeepAliveDuration()
|
/external/chromium_org/build/ |
D | whitespace_file.txt | 25 waffles you brought him?" "You know him, he's not one to forego a waffle, 26 no matter how burnt," he snickered. 34 like the blood of a dying fawn. "It reminds me of that time --" he started, as 45 Mr. Usagi felt that something wasn't right. Shortly after the Domo-Kun left he 46 began feeling sick. He thought out loud to himself, "No, he wouldn't have done 47 that to me." He considered that perhaps he shouldn't have pushed so hard. 48 Perhaps he shouldn't have been so cold and sarcastic, after the unimaginable 56 wondered where the sushi came from as he attempted to wash the taste away with 61 well-intentioned Domo-Kun. Another day in the life. That is when he realized that 100 The first time Yossarian saw the chaplain, he fell madly in love with him. [all …]
|
/external/openssl/apps/ |
D | s_socket.c | 522 struct hostent *he; in host_ip() local 526 he=GetHostByName(str); in host_ip() 527 if (he == NULL) in host_ip() 533 if ((short)he->h_addrtype != AF_INET) in host_ip() 538 ip[0]=he->h_addr_list[0][0]; in host_ip() 539 ip[1]=he->h_addr_list[0][1]; in host_ip() 540 ip[2]=he->h_addr_list[0][2]; in host_ip() 541 ip[3]=he->h_addr_list[0][3]; in host_ip()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/ |
D | hists.c | 29 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_fmt() argument 34 struct hists *hists = he->hists; in __hpp__color_fmt() 38 percent = 100.0 * get_field(he) / hists->stats.total_period; in __hpp__color_fmt() 49 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__color_fmt() 89 static u64 he_get_##_field(struct hist_entry *he) \ 91 return he->stat._field; \ 96 struct hist_entry *he) \ 98 return __hpp__color_fmt(hpp, he, he_get_##_field); \
|
/external/libedit/examples/ |
D | fileman.c | 328 HIST_ENTRY *he; in com_history() local 334 for (he = current_history(); he != NULL; he = previous_history()) { in com_history() 336 printf("%s\n", he->line); in com_history()
|
/external/chromium_org/third_party/icu/source/data/lang/ |
D | he.txt | 6 // * Source File: <path>/common/main/he.xml 10 * ICU <specials> source: <path>/common/main/he.xml 12 he{ 70 he{"עברית"}
|
/external/llvm/test/YAMLParser/ |
D | spec-02-17.data | 7 single: '"Howdy!" he cried.' 14 # CHECK: !!str "\"Howdy!\" he cried."
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | plhash.h | 55 typedef PRIntn (PR_CALLBACK *PLHashEnumerator)(PLHashEntry *he, PRIntn i, void *arg); 71 void (PR_CALLBACK *freeEntry)(void *pool, PLHashEntry *he, PRUintn flag); 154 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he);
|