/linux-3.3/tools/perf/util/ |
D | annotate.c | 5 * copyright notes. 23 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init() local 24 pthread_mutex_init(¬es->lock, NULL); in symbol__annotate_init() 30 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() local 34 notes->src = zalloc(sizeof(*notes->src) + symbol_conf.nr_events * sizeof_sym_hist); in symbol__alloc_hist() 35 if (notes->src == NULL) in symbol__alloc_hist() 37 notes->src->sizeof_sym_hist = sizeof_sym_hist; in symbol__alloc_hist() 38 notes->src->nr_histograms = symbol_conf.nr_events; in symbol__alloc_hist() 39 INIT_LIST_HEAD(¬es->src->source); in symbol__alloc_hist() 45 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local [all …]
|
D | annotate.h | 61 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() argument 63 return (((void *)¬es->src->histograms) + in annotation__histogram() 64 (notes->src->sizeof_sym_hist * idx)); in annotation__histogram()
|
/linux-3.3/tools/perf/util/ui/browsers/ |
D | annotate.c | 91 struct annotation *notes = symbol__annotation(sym); in objdump_line__calc_percent() local 92 struct source_line *src_line = notes->src->lines; in objdump_line__calc_percent() 93 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__calc_percent() 97 next = objdump__get_next_ip_line(¬es->src->source, self); in objdump_line__calc_percent() 166 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local 171 pthread_mutex_lock(¬es->lock); in annotate_browser__calc_percent() 173 list_for_each_entry(pos, ¬es->src->source, node) { in annotate_browser__calc_percent() 182 pthread_mutex_unlock(¬es->lock); in annotate_browser__calc_percent() 305 struct annotation *notes; in annotate_browser__run() local 328 notes = symbol__annotation(target); in annotate_browser__run() [all …]
|
/linux-3.3/Documentation/blackfin/ |
D | 00-INDEX | 4 bfin-gpio-notes.txt 5 - Notes in developing/using bfin-gpio driver. 7 bfin-spi-notes.txt 8 - Notes for using bfin spi bus driver.
|
/linux-3.3/Documentation/ioctl/ |
D | cdrom.txt | 140 notes: 164 notes: 207 notes: 227 notes: 245 notes: 265 notes: 284 notes: 342 notes: 369 notes: 385 notes: [all …]
|
D | hdio.txt | 110 notes: 202 notes: 253 notes: 276 notes: 315 notes: 362 notes: 389 notes: 427 notes: 514 notes: 579 notes: [all …]
|
/linux-3.3/fs/proc/ |
D | kcore.c | 320 struct memelfnote notes[3]; in elf_kcore_store_hdr() local 377 * Set up the notes in similar form to SVR4 core dumps made in elf_kcore_store_hdr() 383 notes[0].name = CORE_STR; in elf_kcore_store_hdr() 384 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr() 385 notes[0].datasz = sizeof(struct elf_prstatus); in elf_kcore_store_hdr() 386 notes[0].data = &prstatus; in elf_kcore_store_hdr() 390 nhdr->p_filesz = notesize(¬es[0]); in elf_kcore_store_hdr() 391 bufp = storenote(¬es[0], bufp); in elf_kcore_store_hdr() 394 notes[1].name = CORE_STR; in elf_kcore_store_hdr() 395 notes[1].type = NT_PRPSINFO; in elf_kcore_store_hdr() [all …]
|
/linux-3.3/include/xen/interface/ |
D | event_channel.h | 21 * NOTES: 39 * NOTES: 54 * NOTES: 70 * NOTES: 86 * NOTES: 121 * NOTES: 156 * NOTES:
|
/linux-3.3/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 118 * Notes: To enter USB suspend mode 127 * Notes: To join the specified bss 136 * Notes: To disconnect the current associated BSS 145 * Notes: To create a BSS 154 * Notes: To set the NIC mode of RTL8711 173 * Notes: To ask RTL8711 performing site-survey 185 * Notes: To set the auth type of RTL8711. open/shared/802.1x 271 Notes: To notify fw that given staid has changed its power state 285 Notes: To setup the basic rate of RTL8711 297 Notes: To read the current basic rate [all …]
|
/linux-3.3/arch/m68k/fpsp040/ |
D | slog2.S | 28 | ALGORITHM and IMPLEMENTATION NOTES: 34 | Notes: Default means round-to-nearest mode, no floating-point 38 | Notes: Even if X is denormalized, log(X) is always normalized. 49 | Notes: Default means round-to-nearest mode, no floating-point 63 | Notes: Default means round-to-nearest mode, no floating-point 67 | Notes: Even if X is denormalized, log(X) is always normalized. 78 | Notes: Default means round-to-nearest mode, no floating-point
|
D | setox.S | 45 | ALGORITHM and IMPLEMENTATION NOTES 53 | Notes: This will always generate one exception -- inexact. 64 | Notes: The usual case should take the branches 1.1 -> 1.3 -> 2. 86 | Notes: The calculation in 2.2 is really performed by 106 | Notes: a) The way L1 and L2 are chosen ensures L1+L2 approximate 129 | Notes: a) In order to reduce memory access, the coefficients are 144 | Notes: 2^(J/64) is stored as T and t where T+t approximates 158 | Notes: If AdjFlag = 0, we have X = Mlog2 + Jlog2/64 + R, 176 | Notes: For non-zero X, the inexact exception will always be 194 | Notes: Refer to notes for 2.2 - 2.6. [all …]
|
/linux-3.3/fs/ |
D | binfmt_elf.c | 1370 struct memelfnote notes[0]; member 1410 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1412 *total += notesize(&t->notes[0]); in fill_thread_core_info() 1418 * that has no core_note_type or is inactive, we leave t->notes[i] in fill_thread_core_info() 1437 fill_note(&t->notes[i], "LINUX", in fill_thread_core_info() 1442 fill_note(&t->notes[i], "CORE", in fill_thread_core_info() 1445 *total += notesize(&t->notes[i]); in fill_thread_core_info() 1474 * Figure out how many notes we're going to need for each thread. in fill_note_info() 1502 notes[info->thread_notes]), in fill_note_info() 1529 * Fill in the two process-wide notes. in fill_note_info() [all …]
|
/linux-3.3/Documentation/leds/ |
D | 00-INDEX | 4 - notes on how to use the leds-lp3944 driver. 6 - notes on how to use the leds-lp5521 driver. 8 - notes on how to use the leds-lp5523 driver.
|
/linux-3.3/include/linux/ |
D | elfnote.h | 18 * All notes from a given NAME are put into a section named 19 * .note.NAME. When the kernel image is finally linked, all the notes 20 * are packed into a single .notes section, which is mapped into the 21 * PT_NOTE segment. Because notes for a given name are grouped into 27 * See the ELF specification for more detail about ELF notes.
|
/linux-3.3/include/scsi/ |
D | scsi_tcq.h | 23 * Notes: 60 * Notes: 93 * Notes: 116 * Notes: 159 * Notes:
|
/linux-3.3/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 401 * Notes: Eventually, it is hoped depth would be the maximum depth 423 * Notes: This call is usually performed internally during a scsi 446 * Notes: Only required in "hotplug initialization model" after a 472 * Notes: Can be invoked any time on a SCSI device controlled by this 478 * Defined in: drivers/scsi/scsi.c [see source code for more notes] 493 * Notes: Caller owns memory returned (free with kfree() ) 509 * Notes: There is no timer nor any other means by which the requests 542 * Notes: When this call returns to the LLD, the SCSI bus scan on 564 * Notes: Actually increments the counts in two sub-objects 579 * Notes: Actually decrements the counts in two sub-objects. If the [all …]
|
/linux-3.3/tools/perf/ |
D | builtin-annotate.c | 71 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_sample() local 72 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0) in perf_evsel__add_sample() 126 struct annotation *notes; in hists__find_annotations() local 131 notes = symbol__annotation(he->ms.sym); in hists__find_annotations() 132 if (notes->src == NULL) { in hists__find_annotations() 164 free(notes->src); in hists__find_annotations() 165 notes->src = NULL; in hists__find_annotations()
|
D | builtin-top.c | 114 struct annotation *notes; in perf_top__parse_source() local 134 notes = symbol__annotation(sym); in perf_top__parse_source() 135 if (notes->src != NULL) { in perf_top__parse_source() 136 pthread_mutex_lock(¬es->lock); in perf_top__parse_source() 140 pthread_mutex_lock(¬es->lock); in perf_top__parse_source() 143 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source() 156 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source() 170 struct annotation *notes; in perf_top__record_precise_ip() local 179 notes = symbol__annotation(sym); in perf_top__record_precise_ip() 181 if (pthread_mutex_trylock(¬es->lock)) in perf_top__record_precise_ip() [all …]
|
/linux-3.3/Documentation/arm/ |
D | kernel_user_helpers.txt | 68 Notes: 111 Notes: 164 Notes: 201 Notes: 260 Notes:
|
D | 00-INDEX | 8 - Release Notes for Linux on Intel's IXP2000 Network Processor 28 - Release notes for Linux Kernel Vector Floating Point support code
|
/linux-3.3/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 15 notes PT_NOTE FLAGS(0); 23 into the "notes" segment (at a non-zero load address). 28 "notes" segment, since if nothing gets assigned to it, its load 80 NOTES :kernel :notes
|
/linux-3.3/block/ |
D | blk-tag.c | 17 * Notes: 61 * Notes: 97 * Notes: 217 * Notes: 279 * Notes: 327 * Notes: 389 * Notes:
|
/linux-3.3/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 54 * Notes: Not interrupt-safe. Must be called with no locks held. If any 295 * Notes: Not interrupt-safe. Must be called with no locks held. Takes 330 * Notes: Must be called with phba->hbalock held to synchronize access to 359 * Notes: Takes phba->hbalock. Can be called with or without other locks held. 381 * Notes: Not interrupt-safe. Must be called with no locks held. 414 * Notes: Can be called with or without locks held. 433 * Notes: Not interrupt-safe. Must be called with no locks held. 474 * Notes: Can be called with or without locks held. 495 * Notes: Takes phba->hbalock. Can be called with or without other locks held.
|
/linux-3.3/Documentation/networking/ |
D | 00-INDEX | 50 - Release Notes for the Chelsio N210 Linux device driver. 80 - Level Compressed Trie (LC-trie) notes: a structure for routing. 136 - The network console module netconsole.ko: configuration and notes. 176 - Release notes for Neterion Xframe I/II 10GbE driver. 180 - Notes on the Linux kernel implementation of the SCTP protocol.
|
/linux-3.3/Documentation/filesystems/ |
D | cramfs.txt | 16 Usage Notes 73 Hacker Notes 76 See fs/cramfs/README for filesystem layout and implementation notes.
|