/Linux-v5.15/tools/perf/ui/browsers/ |
D | annotate.c | 48 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() local 50 return annotation_line__filter(al, notes); in disasm_line__filter() 55 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 59 if (nr == notes->max_jump_sources) in ui_browser__jumps_percent_color() 99 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 105 .change_color = (!notes->options->hide_src_code && in annotate_browser__write() 122 annotation_line__write(al, notes, &ops, ab->opts); in annotate_browser__write() 164 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 165 u8 pcnt_width = annotation__pcnt_width(notes); in annotate_browser__draw_current_jump() 196 target = notes->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump() [all …]
|
/Linux-v5.15/Documentation/trace/coresight/ |
D | coresight-etm4x-reference.rst | 24 :Notes: 41 :Notes: 51 :Notes: 64 :Notes: 76 :Notes: 89 :Notes: 112 :Notes: 125 :Notes: 137 :Notes: 149 :Notes: [all …]
|
/Linux-v5.15/tools/perf/util/ |
D | annotate.c | 6 * copyright notes. 805 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() local 808 notes->src->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__alloc_hist_cycles() 809 if (notes->src->cycles_hist == NULL) in symbol__alloc_hist_cycles() 816 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local 818 pthread_mutex_lock(¬es->lock); in symbol__annotate_zero_histograms() 819 if (notes->src != NULL) { in symbol__annotate_zero_histograms() 820 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms() 821 notes->src->nr_histograms * notes->src->sizeof_sym_hist); in symbol__annotate_zero_histograms() 822 if (notes->src->cycles_hist) in symbol__annotate_zero_histograms() [all …]
|
D | annotate.h | 217 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 221 int __annotation__scnprintf_samples_period(struct annotation *notes, 302 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument 304 if (notes->have_cycles && notes->options->show_minmax_cycle) in annotation__cycles_width() 307 return notes->have_cycles ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width() 310 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() argument 312 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width() 315 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() argument 317 return notes->options->hide_src_code && al->offset == -1; in annotation_line__filter() 320 void annotation__set_offsets(struct annotation *notes, s64 size); [all …]
|
/Linux-v5.15/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 161 notes: 192 notes: 249 notes: 276 notes: 301 notes: 328 notes: 355 notes: 433 notes: 466 notes: 484 notes: [all …]
|
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 165 Notes: To join a known BSS. 174 Notes: To join the specified bss 186 Notes: To disconnect the current associated BSS 198 Notes: To create a BSS 209 Notes: To set the NIC mode of RTL8711 232 Notes: To ask RTL8711 performing site-survey 251 Notes: To set the auth type of RTL8711. open/shared/802.1x 340 Notes: To notify fw that given staid has changed its power state 354 Notes: To setup the basic rate of RTL8711 366 Notes: To read the current basic rate [all …]
|
/Linux-v5.15/include/xen/interface/ |
D | event_channel.h | 22 * NOTES: 40 * NOTES: 55 * NOTES: 71 * NOTES: 87 * NOTES: 122 * NOTES: 157 * NOTES: 183 * NOTES:
|
/Linux-v5.15/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-v5.15/Documentation/ABI/stable/ |
D | sysfs-kernel-notes | 1 What: /sys/kernel/notes 4 Description: The /sys/kernel/notes file contains the binary representation 5 of the running vmlinux's .notes section.
|
/Linux-v5.15/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 106 * Notes: To enter USB suspend mode 115 * Notes: To disconnect the current associated BSS 124 * Notes: To set the NIC mode of RTL8711 143 * Notes: To ask RTL8711 performing site-survey 155 * Notes: To set the auth type of RTL8711. open/shared/802.1x 243 * Notes: To notify fw that given staid has changed its power state 257 * Notes: To setup the basic rate of RTL8711 269 * Notes: To read the current basic rate 285 * Notes: To setup the data rate of RTL8711 327 * Notes: To read the current data rate [all …]
|
/Linux-v5.15/fs/proc/ |
D | kcore.c | 295 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() argument 299 struct elf_note *note = (struct elf_note *)¬es[*i]; in append_kcore_note() 305 memcpy(¬es[*i], name, note->n_namesz); in append_kcore_note() 307 memcpy(¬es[*i], desc, descsz); in append_kcore_note() 422 char *notes; in read_kcore() local 428 notes = kzalloc(notes_len, GFP_KERNEL); in read_kcore() 429 if (!notes) { in read_kcore() 434 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore() 436 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore() 438 append_kcore_note(notes, &i, CORE_STR, NT_TASKSTRUCT, current, in read_kcore() [all …]
|
D | vmcore.c | 45 /* Size of all notes minus the device dump notes */ 176 * Architectures may override this function to read from notes sections 329 /* We add device dumps before other elf notes because the in __read_vmcore() 330 * other elf notes may not fill the elf notes buffer in __read_vmcore() 332 * between the elf notes and the device dumps. Tools will in __read_vmcore() 333 * then try to decode this zero-filled data as valid notes in __read_vmcore() 335 * the other elf notes ensure that zero-filled data can be in __read_vmcore() 358 /* Read remaining elf notes */ in __read_vmcore() 590 /* We add device dumps before other elf notes because the in mmap_vmcore() 591 * other elf notes may not fill the elf notes buffer in mmap_vmcore() [all …]
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | rtw_cmd.h | 133 Notes: To enter USB suspend mode 145 Notes: To join a known BSS. 154 Notes: To join the specified bss 166 Notes: To disconnect the current associated BSS 178 Notes: To create a BSS 194 Notes: To ask RTL8711 performing site-survey 213 Notes: To set the auth type of RTL8711. open/shared/802.1x 304 Notes: To notify fw that given staid has changed its power state 318 Notes: To setup the basic rate of RTL8711 330 Notes: To read the current basic rate [all …]
|
/Linux-v5.15/include/linux/ |
D | elfnote.h | 19 * All notes from a given NAME are put into a section named 20 * .note.NAME. When the kernel image is finally linked, all the notes 21 * are packed into a single .notes section, which is mapped into the 22 * PT_NOTE segment. Because notes for a given name are grouped into 28 * See the ELF specification for more detail about ELF notes.
|
D | watch_queue.h | 42 struct page **notes; /* Preallocated notifications */ member 43 unsigned long *notes_bitmap; /* Allocation bitmap for notes */ 46 unsigned int nr_notes; /* Number of notes */ 47 unsigned int nr_pages; /* Number of pages in notes[] */
|
/Linux-v5.15/fs/ |
D | binfmt_elf.c | 1698 struct memelfnote notes[]; member 1748 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1750 *total += notesize(&t->notes[0]); in fill_thread_core_info() 1756 * that has no core_note_type or is inactive, we leave t->notes[i] in fill_thread_core_info() 1779 fill_note(&t->notes[i], is_fpreg ? "CORE" : "LINUX", in fill_thread_core_info() 1782 *total += notesize(&t->notes[i]); in fill_thread_core_info() 1811 * Figure out how many notes we're going to need for each thread. in fill_note_info() 1839 notes[info->thread_notes]), in fill_note_info() 1866 * Fill in the two process-wide notes. in fill_note_info() 1889 * Write all the notes for each thread. When writing the first thread, the [all …]
|
/Linux-v5.15/Documentation/scsi/ |
D | scsi_mid_low_api.rst | 330 * Notes: This call is usually performed internally during a scsi 353 * Notes: Only required in "hotplug initialization model" after a 376 * Notes: Can be invoked any time on a SCSI device controlled by this 380 * Defined in: drivers/scsi/scsi.c [see source code for more notes] 394 * Notes: Caller owns memory returned (free with kfree() ) 410 * Notes: There is no timer nor any other means by which the requests 429 * Notes: When this call returns to the LLD, the SCSI bus scan on 451 * Notes: Actually increments the counts in two sub-objects 466 * Notes: Actually decrements the counts in two sub-objects. If the 487 * Notes: When this call returns to the LLD, the SCSI bus scan on [all …]
|
/Linux-v5.15/Documentation/arm/ |
D | kernel_user_helpers.rst | 69 Notes: 112 Notes: 165 Notes: 202 Notes: 261 Notes:
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 78 * Notes: Not interrupt-safe. Must be called with no locks held. If any 369 * Notes: Not interrupt-safe. Must be called with no locks held. Takes 404 * Notes: Must be called with phba->hbalock held to synchronize access to 433 * Notes: Takes phba->hbalock. Can be called with or without other locks held. 493 * Notes: Not interrupt-safe. Must be called with no locks held. 526 * Notes: Can be called with or without locks held. 545 * Notes: Not interrupt-safe. Must be called with no locks held. 586 * Notes: Can be called with or without locks held. 644 * Notes: Can be called with or without locks held. 665 * Notes: Takes phba->hbalock. Can be called with or without other locks held. [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | axp20x.txt | 86 Regulator Type Supply Name Notes 98 Regulator Type Supply Name Notes 124 Regulator Type Supply Name Notes 152 Regulator Type Supply Name Notes 176 Regulator Type Supply Name Notes 200 Regulator Type Supply Name Notes
|
/Linux-v5.15/Documentation/devicetree/ |
D | index.rst | 22 dynamic-resolution-notes 23 overlay-notes
|
/Linux-v5.15/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 42 Notes for the sdr-timing and ddr-timing values:
|
/Linux-v5.15/tools/perf/ui/gtk/ |
D | annotate.c | 100 struct annotation *notes; in perf_gtk__annotate_symbol() local 108 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol() 127 list_for_each_entry(pos, ¬es->src->source, al.node) { in perf_gtk__annotate_symbol() 156 list_for_each_entry_safe(pos, n, ¬es->src->source, al.node) { in perf_gtk__annotate_symbol()
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | fsl,ssi.txt | 58 design. See the notes below. 62 by SOC design. See the notes below. 72 Notes on fsl,playback-dma and fsl,capture-dma:
|