/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-etm4x-reference.rst | 24 :Notes: 41 :Notes: 51 :Notes: 64 :Notes: 76 :Notes: 90 :Notes: 103 :Notes: 126 :Notes: 139 :Notes: 151 :Notes: [all …]
|
/linux-6.12.1/tools/perf/util/ |
D | annotate.c | 6 * copyright notes. 146 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local 148 annotation__lock(notes); in symbol__annotate_zero_histograms() 149 if (notes->src != NULL) { in symbol__annotate_zero_histograms() 150 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms() 151 notes->src->nr_histograms * sizeof(*notes->src->histograms)); in symbol__annotate_zero_histograms() 152 hashmap__clear(notes->src->samples); in symbol__annotate_zero_histograms() 154 if (notes->branch && notes->branch->cycles_hist) { in symbol__annotate_zero_histograms() 155 memset(notes->branch->cycles_hist, 0, in symbol__annotate_zero_histograms() 158 annotation__unlock(notes); in symbol__annotate_zero_histograms() [all …]
|
D | annotate.h | 188 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 191 int __annotation__scnprintf_samples_period(struct annotation *notes, 335 static inline void annotation__init(struct annotation *notes __maybe_unused) in annotation__init() 338 void annotation__exit(struct annotation *notes); 340 void annotation__lock(struct annotation *notes) EXCLUSIVE_LOCK_FUNCTION(*notes); 341 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes); 342 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes); 344 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument 346 if (notes->branch && annotate_opts.show_minmax_cycle) in annotation__cycles_width() 349 return notes->branch ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width() [all …]
|
D | disasm_bpf.c | 30 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf() local 149 ¬es->src->source); in symbol__disassemble_bpf() 160 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_bpf() 182 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image() local 191 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_bpf_image()
|
/linux-6.12.1/tools/perf/ui/browsers/ |
D | annotate.c | 48 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 52 if (nr == notes->src->max_jump_sources) in ui_browser__jumps_percent_color() 92 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 115 annotation_line__write(al, notes, &ops); in annotate_browser__write() 157 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 158 u8 pcnt_width = annotation__pcnt_width(notes); in annotate_browser__draw_current_jump() 190 target = annotated_source__get_line(notes->src, cursor->ops.target.offset); in annotate_browser__draw_current_jump() 192 ui_helpline__printf("WARN: jump target inconsistency, press 'o', notes->offsets[%#x] = NULL\n", in annotate_browser__draw_current_jump() 205 width = annotation__cycles_width(notes); in annotate_browser__draw_current_jump() 209 pcnt_width + 2 + notes->src->widths.addr + width + cntr_width, in annotate_browser__draw_current_jump() [all …]
|
/linux-6.12.1/kernel/module/ |
D | sysfs.c | 145 * /sys/module/foo/notes/.section.name gives contents of SHT_NOTE sections. 150 unsigned int notes; member 151 struct bin_attribute attrs[] __counted_by(notes); 168 unsigned int notes, loaded, i; in add_notes_attrs() local 173 /* Count notes sections and allocate structures. */ in add_notes_attrs() 174 notes = 0; in add_notes_attrs() 178 ++notes; in add_notes_attrs() 180 if (notes == 0) in add_notes_attrs() 183 notes_attrs = kzalloc(struct_size(notes_attrs, attrs, notes), in add_notes_attrs() 188 notes_attrs->notes = notes; in add_notes_attrs() [all …]
|
/linux-6.12.1/fs/netfs/ |
D | write_collect.c | 16 /* Notes made in the collector */ 84 unsigned int *notes) in netfs_writeback_unlock_folios() argument 92 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios() 128 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios() 380 unsigned int notes; in netfs_collect_write_results() local 394 notes = BUFFERED; in netfs_collect_write_results() 396 notes = 0; in netfs_collect_write_results() 422 notes |= HIT_PENDING; in netfs_collect_write_results() 429 notes |= MADE_PROGRESS | SAW_FAILURE; in netfs_collect_write_results() 435 notes |= MADE_PROGRESS; in netfs_collect_write_results() [all …]
|
/linux-6.12.1/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 164 notes: 195 notes: 252 notes: 279 notes: 304 notes: 331 notes: 358 notes: 436 notes: 469 notes: 487 notes: [all …]
|
/linux-6.12.1/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-6.12.1/include/xen/interface/ |
D | event_channel.h | 22 * NOTES: 40 * NOTES: 55 * NOTES: 71 * NOTES: 87 * NOTES: 122 * NOTES: 157 * NOTES: 183 * NOTES:
|
D | elfnote.h | 5 * Definitions used for the Xen ELF notes. 14 * `incontents 200 elfnotes ELF notes 16 * The notes should live in a PT_NOTE segment and have "Xen" in the 28 * Xen only uses ELF Notes contained in x86 binaries. 109 * these ELF notes will include this and therefore "yes" here is 223 * System information exported through crash notes. 232 * System registers exported through crash notes.
|
/linux-6.12.1/tools/perf/ui/gtk/ |
D | annotate.c | 31 struct annotation *notes; in perf_gtk__get_percent() local 44 notes = symbol__annotation(sym); in perf_gtk__get_percent() 45 symhist = annotation__histogram(notes, evidx); in perf_gtk__get_percent() 46 entry = annotated_source__hist_entry(notes->src, evidx, dl->al.offset); in perf_gtk__get_percent() 108 struct annotation *notes; in perf_gtk__annotate_symbol() local 116 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol() 135 list_for_each_entry(pos, ¬es->src->source, al.node) { in perf_gtk__annotate_symbol() 164 list_for_each_entry_safe(pos, n, ¬es->src->source, al.node) { in perf_gtk__annotate_symbol()
|
/linux-6.12.1/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-6.12.1/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 105 * Notes: To enter USB suspend mode 114 * Notes: To disconnect the current associated BSS 123 * Notes: To set the NIC mode of RTL8711 142 * Notes: To ask RTL8711 performing site-survey 154 * Notes: To set the auth type of RTL8711. open/shared/802.1x 242 * Notes: To notify fw that given staid has changed its power state 256 * Notes: To setup the basic rate of RTL8711 268 * Notes: To read the current basic rate 284 * Notes: To setup the data rate of RTL8711 325 * Notes: To read the current data rate [all …]
|
/linux-6.12.1/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-6.12.1/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 | 43 struct page **notes; /* Preallocated notifications */ member 44 unsigned long *notes_bitmap; /* Allocation bitmap for notes */ 47 unsigned int nr_notes; /* Number of notes */ 48 unsigned int nr_pages; /* Number of pages in notes[] */
|
/linux-6.12.1/fs/proc/ |
D | kcore.c | 308 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() argument 312 struct elf_note *note = (struct elf_note *)¬es[*i]; in append_kcore_note() 318 memcpy(¬es[*i], name, note->n_namesz); in append_kcore_note() 320 memcpy(¬es[*i], desc, descsz); in append_kcore_note() 435 char *notes; in read_kcore_iter() local 441 notes = kzalloc(notes_len, GFP_KERNEL); in read_kcore_iter() 442 if (!notes) { in read_kcore_iter() 447 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore_iter() 449 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore_iter() 451 append_kcore_note(notes, &i, CORE_STR, NT_TASKSTRUCT, current, in read_kcore_iter() [all …]
|
D | vmcore.c | 45 /* Size of all notes minus the device dump notes */ 208 * Architectures may override this function to read from notes sections 346 /* We add device dumps before other elf notes because the in __read_vmcore() 347 * other elf notes may not fill the elf notes buffer in __read_vmcore() 349 * between the elf notes and the device dumps. Tools will in __read_vmcore() 350 * then try to decode this zero-filled data as valid notes in __read_vmcore() 352 * the other elf notes ensure that zero-filled data can be in __read_vmcore() 373 /* Read remaining elf notes */ in __read_vmcore() 612 /* We add device dumps before other elf notes because the in mmap_vmcore() 613 * other elf notes may not fill the elf notes buffer in mmap_vmcore() [all …]
|
/linux-6.12.1/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-6.12.1/Documentation/process/ |
D | kernel-docs.rst | 96 :Notes: System administration 105 :Notes: Debugging book 130 :Notes: Foundational book 139 :Notes: Foundational book 150 :Notes: Foundational book. Further information in 161 :Notes: Foundational book
|
/linux-6.12.1/Documentation/arch/arm/ |
D | kernel_user_helpers.rst | 69 Notes: 112 Notes: 165 Notes: 202 Notes: 261 Notes:
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 101 * Notes: Not interrupt-safe. Must be called with no locks held. If any 379 * Notes: Not interrupt-safe. Must be called with no locks held. Takes 414 * Notes: Must be called with phba->hbalock held to synchronize access to 443 * Notes: Takes phba->hbalock. Can be called with or without other locks held. 503 * Notes: Not interrupt-safe. Must be called with no locks held. 536 * Notes: Can be called with or without locks held. 555 * Notes: Not interrupt-safe. Must be called with no locks held. 596 * Notes: Can be called with or without locks held. 654 * Notes: Can be called with or without locks held. 675 * Notes: Takes phba->hbalock. Can be called with or without other locks held. [all …]
|
/linux-6.12.1/Documentation/devicetree/ |
D | index.rst | 22 dynamic-resolution-notes 23 overlay-notes
|