/linux-3.4.99/tools/perf/util/ |
D | hist.c | 10 struct hist_entry *he); 12 struct hist_entry *he); 14 struct hist_entry *he); 117 static void hist_entry__add_cpumode_period(struct hist_entry *he, in hist_entry__add_cpumode_period() argument 122 he->period_sys += period; in hist_entry__add_cpumode_period() 125 he->period_us += period; in hist_entry__add_cpumode_period() 128 he->period_guest_sys += period; in hist_entry__add_cpumode_period() 131 he->period_guest_us += period; in hist_entry__add_cpumode_period() 138 static void hist_entry__decay(struct hist_entry *he) in hist_entry__decay() argument 140 he->period = (he->period * 7) / 8; in hist_entry__decay() [all …]
|
D | hist.h | 142 int hist_entry__tui_annotate(struct hist_entry *he, int evidx,
|
/linux-3.4.99/tools/perf/ |
D | builtin-annotate.c | 50 struct hist_entry *he; in perf_evsel__add_sample() local 65 he = __hists__add_entry(&evsel->hists, al, NULL, 1); in perf_evsel__add_sample() 66 if (he == NULL) in perf_evsel__add_sample() 70 if (he->ms.sym != NULL) { in perf_evsel__add_sample() 71 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_sample() 72 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0) in perf_evsel__add_sample() 75 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, int evidx, in hist_entry__tty_annotate() argument 114 return symbol__tty_annotate(he->ms.sym, he->ms.map, evidx, in hist_entry__tty_annotate() 125 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local [all …]
|
D | builtin-top.c | 112 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source() argument 119 if (!he || !he->ms.sym) in perf_top__parse_source() 122 sym = he->ms.sym; in perf_top__parse_source() 123 map = he->ms.map; in perf_top__parse_source() 154 top->sym_filter_entry = he; in perf_top__parse_source() 161 static void __zero_source_counters(struct hist_entry *he) in __zero_source_counters() argument 163 struct symbol *sym = he->ms.sym; in __zero_source_counters() 195 struct hist_entry *he, in perf_top__record_precise_ip() argument 202 if (he == NULL || he->ms.sym == NULL || in perf_top__record_precise_ip() 204 top->sym_filter_entry->ms.sym != he->ms.sym) && use_browser != 1)) in perf_top__record_precise_ip() [all …]
|
D | builtin-diff.c | 82 struct hist_entry *he) in perf_session__insert_hist_entry_by_name() argument 91 if (hist_entry__cmp(he, iter) < 0) in perf_session__insert_hist_entry_by_name() 97 rb_link_node(&he->rb_node, parent, p); in perf_session__insert_hist_entry_by_name() 98 rb_insert_color(&he->rb_node, root); in perf_session__insert_hist_entry_by_name() 120 struct hist_entry *he) in hists__find_entry() argument 126 int64_t cmp = hist_entry__cmp(he, iter); in hists__find_entry()
|
D | builtin-report.c | 67 struct hist_entry *he; in perf_report__add_branch_hist_entry() local 90 he = __hists__add_branch_entry(&evsel->hists, al, parent, in perf_report__add_branch_hist_entry() 92 if (he) { in perf_report__add_branch_hist_entry() 95 bx = he->branch_info; in perf_report__add_branch_hist_entry() 140 struct hist_entry *he; in perf_evsel__add_hist_entry() local 149 he = __hists__add_entry(&evsel->hists, al, parent, sample->period); in perf_evsel__add_hist_entry() 150 if (he == NULL) in perf_evsel__add_hist_entry() 154 err = callchain_append(he->callchain, in perf_evsel__add_hist_entry() 166 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_hist_entry() 171 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0) in perf_evsel__add_hist_entry() [all …]
|
/linux-3.4.99/tools/perf/util/ui/browsers/ |
D | hists.c | 193 struct hist_entry *he = self->he_selection; in hist_browser__toggle_fold() local 195 hist_entry__init_have_children(he); in hist_browser__toggle_fold() 196 self->hists->nr_entries -= he->nr_rows; in hist_browser__toggle_fold() 198 if (he->ms.unfolded) in hist_browser__toggle_fold() 199 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold() 201 he->nr_rows = 0; in hist_browser__toggle_fold() 202 self->hists->nr_entries += he->nr_rows; in hist_browser__toggle_fold() 285 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__set_folding() local 286 hist_entry__set_folding(he, unfold); in hists__set_folding() 287 self->nr_entries += 1 + he->nr_rows; in hists__set_folding() [all …]
|
D | annotate.c | 366 int hist_entry__tui_annotate(struct hist_entry *he, int evidx, in hist_entry__tui_annotate() argument 369 return symbol__tui_annotate(he->ms.sym, he->ms.map, evidx, in hist_entry__tui_annotate()
|
/linux-3.4.99/fs/reiserfs/ |
D | README | 20 under the GPL, because he wants to know if it is okay to do so and put 21 a check in the mail to you (for non-trivial improvements) when he 23 though he feels motivated to motivate contributors, and you can surely 88 Vladimir Saveljev was one of the programmers, and he worked long hours 89 writing the cleanest code. He always made the effort to be the best he 92 to work the way he did, he is one of the most selfless men I know. 102 align files), and he invented and implemented indirect items and 110 curious, because he never really understood the value of our project, 112 general, but he was sure that he ought to be controlling it. Every 113 innovation had to be forced past him while he was with us. He added [all …]
|
/linux-3.4.99/drivers/scsi/libsas/ |
D | sas_dump.c | 55 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) in sas_dprint_hae() argument 58 sas_hae_str[he]); in sas_dprint_hae()
|
D | sas_dump.h | 29 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he);
|
/linux-3.4.99/Documentation/filesystems/ |
D | quota.txt | 10 resource (unless he has CAP_SYS_RESOURCE capability). User is allowed to exceed 13 more space/inodes until he frees enough of them to get below softlimit. 26 when user is using a graphical desktop he usually cannot see the message.
|
D | coda.txt | 264 33.. TThhee mmeessssaaggee llaayyeerr 377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell 420 …44..11.. DDaattaa ssttrruuccttuurreess sshhaarreedd bbyy tthhee kke… 511 44..22.. TThhee ppiiooccttll iinntteerrffaaccee 1426 55.. TThhee mmiinniiccaacchhee aanndd ddoowwnnccaallllss
|
/linux-3.4.99/drivers/video/matrox/ |
D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local 241 he = m->HSyncEnd >> 3; in matroxfb_vgaHWinit() 250 he >>= 1; in matroxfb_vgaHWinit() 259 he <<= 1; in matroxfb_vgaHWinit() 265 he = he - 1; in matroxfb_vgaHWinit() 282 hw->CRTCEXT[5] = (hs + he - ht) >> 1; in matroxfb_vgaHWinit() 308 hw->CRTC[5] = ((hbe & 0x20) << 2) | (he & 0x1F); in matroxfb_vgaHWinit()
|
/linux-3.4.99/drivers/atm/ |
D | Makefile | 32 obj-$(CONFIG_ATM_HE) += he.o
|
/linux-3.4.99/Documentation/ |
D | ManagementStyle | 103 eyes and say "Oops, he did it again". 171 scan nearly as well. But I'm sure he thought about it. 213 for taking the fall, he'll feel good about not getting blamed, and the 218 _in_private_ that he screwed up. Not just so he can avoid it in the 219 future, but so that he knows he owes you one. And, perhaps even more 220 importantly, he's also likely the person who can fix it. Because, let's
|
D | hw_random.txt | 89 Special thanks to Matt Sottek. I did the "guts", he
|
/linux-3.4.99/net/netfilter/ |
D | xt_hashlimit.c | 269 const struct dsthash_ent *he) in select_all() argument 275 const struct dsthash_ent *he) in select_gc() argument 277 return time_after_eq(jiffies, he->expires); in select_gc() 282 const struct dsthash_ent *he)) in htable_selective_cleanup() argument
|
/linux-3.4.99/Documentation/crypto/ |
D | descore-readme.txt | 89 it's 39%-106% slower. because he was interested in fast crypt(3) and 90 password-cracking applications, he also used the same ideas to 92 (at some point i may do the same in my package). he also implements 101 he claims to use 280k of tables but the iteration calculation seems 109 he seems to have included a lot of special case code 156 by the larger table size. in his case he didn't realize you don't need to keep 161 the table size. in fairness though he might be encoding something particular
|
/linux-3.4.99/Documentation/usb/ |
D | wusb-cbaf | 47 authenticate the device (when we see the CDID he uses to id
|
D | WUSB-Design-overview.txt | 239 the BEACON CACHE (/uwb_beca/). If he receives a number of beacons from 240 the same device, he considers it to be 'onair' and creates a new device 321 sees a new connection, so he moves on to enable the fake port with a reset.
|
/linux-3.4.99/drivers/video/ |
D | asiliantfb.c | 178 unsigned he = (p->var.xres + p->var.right_margin + p->var.hsync_len) / 8; in asiliant_set_timing() local 198 write_cr(0x05, (((ht - 1) & 0x20) <<2) | (he & 0x1f)); in asiliant_set_timing()
|
D | tdfxfb.c | 569 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local 601 he = (hsyncend >> 3) - 1; in tdfxfb_set_par() 666 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f); in tdfxfb_set_par() 691 ((he & 0x20) << 2)); in tdfxfb_set_par()
|
/linux-3.4.99/Documentation/video4linux/bttv/ |
D | PROBLEMS | 25 with his S3 868 went away when he upgraded to XFree 3.2.
|
/linux-3.4.99/Documentation/video4linux/ |
D | meye.txt | 94 MEYEIOC_G_PARAMS, change what he likes and then issue the
|