/linux-4.1.27/tools/perf/util/ |
D | annotate.c | 445 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init() local 446 pthread_mutex_init(¬es->lock, NULL); in symbol__annotate_init() 452 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() local 463 if (sizeof_sym_hist > (SIZE_MAX - sizeof(*notes->src)) in symbol__alloc_hist() 467 notes->src = zalloc(sizeof(*notes->src) + symbol_conf.nr_events * sizeof_sym_hist); in symbol__alloc_hist() 468 if (notes->src == NULL) in symbol__alloc_hist() 470 notes->src->sizeof_sym_hist = sizeof_sym_hist; in symbol__alloc_hist() 471 notes->src->nr_histograms = symbol_conf.nr_events; in symbol__alloc_hist() 472 INIT_LIST_HEAD(¬es->src->source); in symbol__alloc_hist() 478 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local [all …]
|
D | annotate.h | 74 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, 119 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() argument 121 return (((void *)¬es->src->histograms) + in annotation__histogram() 122 (notes->src->sizeof_sym_hist * idx)); in annotation__histogram()
|
/linux-4.1.27/fs/proc/ |
D | kcore.c | 325 struct memelfnote notes[3]; in elf_kcore_store_hdr() local 388 notes[0].name = CORE_STR; in elf_kcore_store_hdr() 389 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr() 390 notes[0].datasz = sizeof(struct elf_prstatus); in elf_kcore_store_hdr() 391 notes[0].data = &prstatus; in elf_kcore_store_hdr() 395 nhdr->p_filesz = notesize(¬es[0]); in elf_kcore_store_hdr() 396 bufp = storenote(¬es[0], bufp); in elf_kcore_store_hdr() 399 notes[1].name = CORE_STR; in elf_kcore_store_hdr() 400 notes[1].type = NT_PRPSINFO; in elf_kcore_store_hdr() 401 notes[1].datasz = sizeof(struct elf_prpsinfo); in elf_kcore_store_hdr() [all …]
|
/linux-4.1.27/Documentation/leds/ |
D | 00-INDEX | 8 - notes on how to use the leds-lp3944 driver. 10 - notes on how to use the leds-lp5521 driver. 12 - notes on how to use the leds-lp5523 driver. 14 - notes on how to use the leds-lp5562 driver. 18 - notes on how to use the leds-lm3556 driver.
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 347 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local 353 pthread_mutex_lock(¬es->lock); in annotate_browser__calc_percent() 355 list_for_each_entry(pos, ¬es->src->source, node) { in annotate_browser__calc_percent() 366 next = disasm__get_next_ip_line(¬es->src->source, pos); in annotate_browser__calc_percent() 369 bpos->percent[i] = disasm__calc_percent(notes, in annotate_browser__calc_percent() 386 pthread_mutex_unlock(¬es->lock); in annotate_browser__calc_percent() 450 struct annotation *notes; in annotate_browser__callq() local 468 notes = symbol__annotation(target.sym); in annotate_browser__callq() 469 pthread_mutex_lock(¬es->lock); in annotate_browser__callq() 471 if (notes->src == NULL && symbol__alloc_hist(target.sym) < 0) { in annotate_browser__callq() [all …]
|
D | hists.c | 1642 struct annotation *notes; in perf_evsel__hists_browse() local 1644 notes = symbol__annotation(browser->selection->sym); in perf_evsel__hists_browse() 1646 if (notes->src && in perf_evsel__hists_browse() 1708 struct annotation *notes; in perf_evsel__hists_browse() local 1729 notes = symbol__annotation(ms.sym); in perf_evsel__hists_browse() 1730 if (!notes->src) in perf_evsel__hists_browse()
|
/linux-4.1.27/fs/ |
D | binfmt_elf.c | 1583 struct memelfnote notes[0]; member 1642 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1644 *total += notesize(&t->notes[0]); in fill_thread_core_info() 1669 fill_note(&t->notes[i], "LINUX", in fill_thread_core_info() 1674 fill_note(&t->notes[i], "CORE", in fill_thread_core_info() 1677 *total += notesize(&t->notes[i]); in fill_thread_core_info() 1736 notes[info->thread_notes]), in fill_note_info() 1798 if (!writenote(&t->notes[0], cprm)) in write_note_info() 1812 if (t->notes[i].data && in write_note_info() 1813 !writenote(&t->notes[i], cprm)) in write_note_info() [all …]
|
D | binfmt_elf_fdpic.c | 1415 struct memelfnote notes[3]; member 1434 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1437 sz += notesize(&t->notes[0]); in elf_dump_thread_status() 1441 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 1444 sz += notesize(&t->notes[1]); in elf_dump_thread_status() 1449 fill_note(&t->notes[2], "LINUX", ELF_CORE_XFPREG_TYPE, in elf_dump_thread_status() 1452 sz += notesize(&t->notes[2]); in elf_dump_thread_status() 1541 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() local 1581 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL); in elf_fdpic_core_dump() 1582 if (!notes) in elf_fdpic_core_dump() [all …]
|
/linux-4.1.27/Documentation/blackfin/ |
D | 00-INDEX | 5 bfin-gpio-notes.txt 7 bfin-spi-notes.txt
|
D | bfin-gpio-notes.txt | 2 * File: Documentation/blackfin/bfin-gpio-notes.txt 7 * Description: This file contains the notes in developing/using bfin-gpio.
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 92 struct annotation *notes; in perf_top__parse_source() local 113 notes = symbol__annotation(sym); in perf_top__parse_source() 114 if (notes->src != NULL) { in perf_top__parse_source() 115 pthread_mutex_lock(¬es->lock); in perf_top__parse_source() 119 pthread_mutex_lock(¬es->lock); in perf_top__parse_source() 122 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source() 135 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source() 176 struct annotation *notes; in perf_top__record_precise_ip() local 186 notes = symbol__annotation(sym); in perf_top__record_precise_ip() 188 if (pthread_mutex_trylock(¬es->lock)) in perf_top__record_precise_ip() [all …]
|
D | builtin-annotate.c | 123 struct annotation *notes; in hists__find_annotations() local 128 notes = symbol__annotation(he->ms.sym); in hists__find_annotations() 129 if (notes->src == NULL) { in hists__find_annotations() 184 zfree(¬es->src); in hists__find_annotations()
|
D | builtin-buildid-cache.c | 28 char notes[PATH_MAX]; in build_id_cache__kcore_buildid() local 39 scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir); in build_id_cache__kcore_buildid() 41 if (sysfs__read_build_id(notes, build_id, sizeof(build_id))) in build_id_cache__kcore_buildid()
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | v3-v360epc-pci.txt | 5 Integrator-specific notes: 11 V360 EPC specific notes:
|
D | 83xx-512x-pci.txt | 5 83xx/512x specific notes:
|
/linux-4.1.27/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-4.1.27/Documentation/virtual/kvm/ |
D | 00-INDEX | 12 - notes on KVM locks. 18 - notes on nested virtualization for Intel x86 processors.
|
/linux-4.1.27/Documentation/timers/ |
D | 00-INDEX | 4 - High resolution timers and dynamic ticks design notes 16 - Clock sources, clock events, sched_clock() and delay timer notes
|
D | highres.txt | 1 High resolution timers and dynamic ticks design notes
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | annotate.c | 93 struct annotation *notes; in perf_gtk__annotate_symbol() local 101 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol() 120 list_for_each_entry(pos, ¬es->src->source, node) { in perf_gtk__annotate_symbol() 149 list_for_each_entry_safe(pos, n, ¬es->src->source, node) { in perf_gtk__annotate_symbol()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | sleep.S | 65 @ Intel PXA270 Specification Update notes problems sleeping 102 @ Intel PXA255 Specification Update notes problems 158 @ Intel PXA270 Specification Update notes problems performing
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 15 notes PT_NOTE FLAGS(0); 77 NOTES :kernel :notes
|
/linux-4.1.27/arch/m68k/hp300/ |
D | README.hp300 | 1 HP300 notes
|
/linux-4.1.27/Documentation/blockdev/ |
D | 00-INDEX | 10 - notes and driver options for the floppy disk driver.
|
D | paride.txt | 345 to each of the high-level drivers. Please see the notes above, or
|
/linux-4.1.27/Documentation/video4linux/ |
D | cx18.txt | 1 Some notes regarding the cx18 driver for the Conexant CX23418 MPEG
|
D | README.cx88 | 1 cx8800 release notes
|
D | Zoran | 280 based on a different chipset. Here's some notes from Andrew Stevens: 330 Additional notes for software developers: 459 notes given in question 3 and try lowering quality/buffersize/capturesize
|
D | README.ivtv | 2 ivtv release notes
|
D | uvcvideo.txt | 5 driver-specific ioctls and implementation notes.
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | scx200_acb | 23 Device-specific notes
|
/linux-4.1.27/Documentation/ia64/ |
D | README | 3 These are the release notes for Linux version 2.4 for IA-64
|
D | mca.txt | 1 An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel 2 free to update it with notes about any area that is not clear.
|
/linux-4.1.27/Documentation/arm/VFP/ |
D | release-notes.txt | 1 Release notes for Linux Kernel VFP support code
|
/linux-4.1.27/Documentation/power/regulator/ |
D | design.txt | 1 Regulator API design notes
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 32 data rate mode operation. Refer notes below for the order of the cells and the 37 data rate mode operation. Refer notes below for the order of the cells and the
|
/linux-4.1.27/Documentation/hwmon/ |
D | ibmpowernv | 24 Usage notes
|
D | max6650 | 43 Usage notes
|
/linux-4.1.27/Documentation/arm/ |
D | 00-INDEX | 28 - Release notes for Linux Kernel Vector Floating Point support code
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | fsl,ssi.txt | 25 design. See the notes below. 28 by SOC design. See the notes below.
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-generic.txt | 47 A changelog with brief notes can be found in the 50 in /usr/include/scsi/sg.h . Driver debugging information and other notes
|
D | lpfc.txt | 68 This source package is targeted for the upstream kernel only. (See notes
|
D | 00-INDEX | 74 - LPFC driver release notes
|
D | libsas.txt | 146 These must be set. See more notes below.
|
D | scsi_mid_low_api.txt | 453 * Defined in: drivers/scsi/scsi.c [see source code for more notes]
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 36 Implementation notes
|
D | nfs41-server.txt | 140 Implementation notes:
|
/linux-4.1.27/Documentation/parisc/ |
D | registers | 89 Register usage notes, originally from John Marvin, with some additional 90 notes from Randolph Chung.
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 219 procfs notes: 239 sysfs notes: 351 input layer notes: 561 Brightness hotkey notes: 587 Procfs notes: 594 Sysfs notes: 666 procfs notes: 675 sysfs notes: 747 procfs notes: 775 sysfs notes: [all …]
|
/linux-4.1.27/Documentation/networking/ |
D | 00-INDEX | 84 - Level Compressed Trie (LC-trie) notes: a structure for routing. 144 - The network console module netconsole.ko: configuration and notes. 188 - Release notes for Neterion Xframe I/II 10GbE driver.
|
D | 3c509.txt | 16 The following are notes and information on using the 3Com EtherLink III series 32 copy of that document, which contains notes on older versions of the driver,
|
D | s2io.txt | 1 Release notes for Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver.
|
D | fib_trie.txt | 1 LC-trie implementation notes.
|
D | netconsole.txt | 135 Miscellaneous notes:
|
D | altera_tse.txt | 63 4) Driver information and notes
|
D | stmmac.txt | 45 4) Driver information and notes
|
D | vortex.txt | 309 Autonegotiation notes
|
/linux-4.1.27/Documentation/fb/ |
D | cmap_xfbdev.txt | 4 These notes explain how X's dix layer uses fbdev's cmap structures.
|
/linux-4.1.27/Documentation/arm64/ |
D | legacy_instructions.txt | 36 individual instruction notes for further information.
|
D | booting.txt | 85 Header notes:
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Introduction | 7 This document provides some general notes on the modular 28 1.1.0 6/30/1999 Second version, added notes on making the drivers, 32 1.1.1 19991031 Added notes on sound-slot- and sound-service. 35 1.1.3 20010214 Minor notes and corrections (Wade Hampton) 100 kernel, etc. The notes below apply only to making the kernel
|
D | PSS-updates | 1 This file contains notes for users of PSS sound cards who wish to use the
|
D | README.OSS | 22 OSS/Free version 3.8 release notes 538 (number of concurrently playing notes). It's also possible to
|
/linux-4.1.27/Documentation/ |
D | sgi-ioc4.txt | 1 The SGI IOC4 PCI device is a bit of a strange beast, so some notes on
|
D | eisa.txt | 3 This document groups random notes about porting EISA drivers to the 178 ** Random notes :
|
D | hw_random.txt | 62 Intel RNG Driver notes:
|
D | 00-INDEX | 147 - some notes on debugging modules after Linux 2.6.3. 207 - notes on the change from 16 bit to 32 bit user/group IDs. 397 - notes on how to use the Real Time Clock (aka CMOS clock) driver.
|
D | iostats.txt | 149 Additional notes
|
D | dma-buf-sharing.txt | 383 3. Implementation notes for exporters 425 Miscellaneous notes
|
D | kernel-doc-nano-HOWTO.txt | 109 source files" for more details and notes on how to format kernel-doc
|
D | DMA-API.txt | 280 API for mapping and unmapping for pages. All the notes and warnings
|
/linux-4.1.27/kernel/ |
D | module.c | 1398 unsigned int notes; member 1427 unsigned int notes, loaded, i; in add_notes_attrs() local 1436 notes = 0; in add_notes_attrs() 1440 ++notes; in add_notes_attrs() 1442 if (notes == 0) in add_notes_attrs() 1446 + notes * sizeof(notes_attrs->attrs[0]), in add_notes_attrs() 1451 notes_attrs->notes = notes; in add_notes_attrs() 1472 for (i = 0; i < notes; ++i) in add_notes_attrs() 1487 free_notes_attrs(mod->notes_attrs, mod->notes_attrs->notes); in remove_notes_attrs()
|
/linux-4.1.27/include/asm-generic/ |
D | vmlinux.lds.h | 632 .notes : AT(ADDR(.notes) - LOAD_OFFSET) { \
|
/linux-4.1.27/Documentation/usb/ |
D | iuu_phoenix.txt | 69 Last notes:
|
D | WUSB-Design-overview.txt | 206 manually; see the release notes for documentation on the procedure.
|
D | usb-serial.txt | 233 Technical notes:
|
/linux-4.1.27/Documentation/filesystems/ |
D | cramfs.txt | 76 See fs/cramfs/README for filesystem layout and implementation notes.
|
D | sysfs.txt | 204 Other notes:
|
/linux-4.1.27/Documentation/security/ |
D | keys-request-key.txt | 89 (b) An authorisation key V that refers to key U and notes that process A 103 search notes that the session keyring has auth key V in its bottom level.
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 204 * Proposed changes to release-notes: 206 * release notes; I volunteer if you don't want to 209 * 6) release notes lines 331 and 362: explain what happens
|
/linux-4.1.27/Documentation/devicetree/ |
D | overlay-notes.txt | 7 Documentation/devicetree/dynamic-resolution-notes.txt[2]
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README | 2 Release notes for bttv
|
/linux-4.1.27/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 5 Some notes about Marvell's NAND controller available in PXA and Armada 370/XP
|
/linux-4.1.27/Documentation/firmware_class/ |
D | README | 80 Random notes:
|
/linux-4.1.27/drivers/i2c/ |
D | Kconfig | 108 If you do build this module, be sure to read the notes and warnings
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-kvm.txt | 47 for use by perf report. As buildid is read from /sys/kernel/notes in os, then
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 45 out s3c2410 API, then here are some notes on the process.
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 157 Other notes:
|
/linux-4.1.27/sound/oss/ |
D | sequencer.c | 1557 static int notes[] = in note_to_freq() local 1568 note_freq = notes[note]; in note_to_freq()
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 109 as well as general application notes such as RFC2451 ("The ESP CBC-Mode
|
D | descore-readme.txt | 169 porting notes 231 coding notes
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README.FPE | 90 to the ARM manual. The manual notes these are defined only for single
|
/linux-4.1.27/fs/cramfs/ |
D | README | 4 These notes describe what mkcramfs generates. Kernel requirements are
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 45 including the linked list of node fragments (but see the notes below on
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 129 [X.] Other notes, patches, fixes, workarounds:
|
D | README | 3 These are the release notes for Linux version 4. Read them carefully, 47 these typically contain kernel-specific installation notes for some
|
D | MAINTAINERS | 7279 F: Documentation/devicetree/dynamic-resolution-notes.txt 7280 F: Documentation/devicetree/overlay-notes.txt
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 149 networking, and notes about the security of this approach.
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 7 Also some notes from John G Dorsey <jd5q@andrew.cmu.edu>:
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 47 succeed, and notes the location of the bounds directory. Userspace is
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 285 Misc notes
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 374 Quick notes:
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 423 Other notes
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 333 Misc notes (stuff that should be documented, but don't really know
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 307 edge. To avoid this read the notes for 2834 & 2838.
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 303 dump-capture kernel config option notes above.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | setox.S | 194 | Notes: Refer to notes for 2.2 - 2.6.
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 403 Please have a look at the ccw_device_start() usage notes for more details on
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 2053 Please see <file:Documentation/arm/VFP/release-notes.txt> for 2054 release notes and additional status information.
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 14 These are some notes describing some aspects of the 2.5 block layer in the
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 2143 Manfred notes a fix required to my attempt to separate irq
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 6996 # the comparisons, see the notes on Step 1 of setox. # 7007 # Notes: See the notes on Step 2 of setox. #
|
D | fplsp.S | 6855 # Notes: Refer to notes for 2.2 - 2.6. #
|