/Linux-v6.1/tools/perf/ui/browsers/ |
D | annotate.c | 43 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() local 45 return annotation_line__filter(al, notes); in disasm_line__filter() 50 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 54 if (nr == notes->max_jump_sources) in ui_browser__jumps_percent_color() 94 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 100 .change_color = (!notes->options->hide_src_code && in annotate_browser__write() 117 annotation_line__write(al, notes, &ops, ab->opts); in annotate_browser__write() 159 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 160 u8 pcnt_width = annotation__pcnt_width(notes); in annotate_browser__draw_current_jump() 191 target = notes->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump() [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | annotate.c | 810 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() local 813 notes->src->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__alloc_hist_cycles() 814 if (notes->src->cycles_hist == NULL) in symbol__alloc_hist_cycles() 821 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local 823 mutex_lock(¬es->lock); in symbol__annotate_zero_histograms() 824 if (notes->src != NULL) { in symbol__annotate_zero_histograms() 825 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms() 826 notes->src->nr_histograms * notes->src->sizeof_sym_hist); in symbol__annotate_zero_histograms() 827 if (notes->src->cycles_hist) in symbol__annotate_zero_histograms() 828 memset(notes->src->cycles_hist, 0, in symbol__annotate_zero_histograms() [all …]
|
D | annotate.h | 218 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 222 int __annotation__scnprintf_samples_period(struct annotation *notes, 303 void annotation__init(struct annotation *notes); 304 void annotation__exit(struct annotation *notes); 306 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument 308 if (notes->have_cycles && notes->options->show_minmax_cycle) in annotation__cycles_width() 311 return notes->have_cycles ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width() 314 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() argument 316 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width() 319 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() argument [all …]
|
D | block-info.c | 119 struct annotation *notes; in block_info__process_sym() local 131 notes = symbol__annotation(he->ms.sym); in block_info__process_sym() 132 if (!notes || !notes->src || !notes->src->cycles_hist) in block_info__process_sym() 134 ch = notes->src->cycles_hist; in block_info__process_sym()
|
/Linux-v6.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-v6.1/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 …]
|
/Linux-v6.1/kernel/module/ |
D | sysfs.c | 145 unsigned int notes; member 174 unsigned int notes, loaded, i; in add_notes_attrs() local 183 notes = 0; in add_notes_attrs() 187 ++notes; in add_notes_attrs() 189 if (notes == 0) in add_notes_attrs() 192 notes_attrs = kzalloc(struct_size(notes_attrs, attrs, notes), in add_notes_attrs() 197 notes_attrs->notes = notes; in add_notes_attrs() 218 for (i = 0; i < notes; ++i) in add_notes_attrs() 233 free_notes_attrs(mod->notes_attrs, mod->notes_attrs->notes); in remove_notes_attrs()
|
/Linux-v6.1/fs/ |
D | binfmt_elf.c | 1734 struct memelfnote notes[]; member 1784 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1786 info->size += notesize(&t->notes[0]); in fill_thread_core_info() 1818 fill_note(&t->notes[note_iter], is_fpreg ? "CORE" : "LINUX", in fill_thread_core_info() 1821 info->size += notesize(&t->notes[note_iter]); in fill_thread_core_info() 1879 notes[info->thread_notes]), in fill_note_info() 1941 if (!writenote(&t->notes[0], cprm)) in write_note_info() 1955 if (t->notes[i].data && in write_note_info() 1956 !writenote(&t->notes[i], cprm)) in write_note_info() 1973 WARN_ON(t->notes[0].data && t->notes[0].data != &t->prstatus); in free_note_info() [all …]
|
/Linux-v6.1/Documentation/devicetree/ |
D | index.rst | 22 dynamic-resolution-notes 23 overlay-notes
|
/Linux-v6.1/Documentation/translations/zh_CN/devicetree/ |
D | index.rst | 35 dynamic-resolution-notes 36 overlay-notes
|
D | overlay-notes.rst | 4 :Original: Documentation/devicetree/overlay-notes.rst 17 Documentation/devicetree/dynamic-resolution-notes.rst[1]的配套文档。
|
D | dynamic-resolution-notes.rst | 4 :Original: Documentation/devicetree/dynamic-resolution-notes.rst
|
/Linux-v6.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 …]
|
D | hdio.rst | 88 notes: 131 notes: 161 notes: 231 notes: 445 notes: 452 notes for the default value of SELECT. 515 notes:
|
/Linux-v6.1/Documentation/bpf/ |
D | index.rst | 29 clang-notes 30 linux-notes
|
/Linux-v6.1/tools/perf/ |
D | builtin-annotate.c | 94 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() local 121 if (notes) in process_basic_block() 122 notes->max_coverage = max(notes->max_coverage, entry->coverage); in process_basic_block() 321 struct annotation *notes; in hists__find_annotations() local 341 notes = symbol__annotation(he->ms.sym); in hists__find_annotations() 342 if (notes->src == NULL) { in hists__find_annotations()
|
D | builtin-top.c | 115 struct annotation *notes; in perf_top__parse_source() local 138 notes = symbol__annotation(sym); in perf_top__parse_source() 139 mutex_lock(¬es->lock); in perf_top__parse_source() 142 mutex_unlock(¬es->lock); in perf_top__parse_source() 158 mutex_unlock(¬es->lock); in perf_top__parse_source() 201 struct annotation *notes; in perf_top__record_precise_ip() local 210 notes = symbol__annotation(sym); in perf_top__record_precise_ip() 212 if (!mutex_trylock(¬es->lock)) in perf_top__record_precise_ip() 217 mutex_unlock(¬es->lock); in perf_top__record_precise_ip() 242 struct annotation *notes; in perf_top__show_details() local [all …]
|
/Linux-v6.1/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-v6.1/arch/arm/mach-pxa/ |
D | sleep.S | 66 @ Intel PXA270 Specification Update notes problems sleeping 103 @ Intel PXA255 Specification Update notes problems 159 @ Intel PXA270 Specification Update notes problems performing
|
/Linux-v6.1/Documentation/driver-api/80211/ |
D | mac80211-advanced.rst | 72 Insert notes about VLAN interfaces with hw crypto here or in the hw 99 Insert notes about having multiple virtual interfaces with different MAC 101 notes about supporting hw crypto with it.
|
/Linux-v6.1/Documentation/sound/hd-audio/ |
D | index.rst | 7 notes
|
/Linux-v6.1/Documentation/arm/nwfpe/ |
D | index.rst | 12 notes
|
/Linux-v6.1/kernel/ |
D | watch_queue.c | 123 page = wqueue->notes[note / WATCH_QUEUE_NOTES_PER_PAGE]; in post_one_notification() 252 if (wqueue->notes) in watch_queue_set_size() 292 wqueue->notes = pages; in watch_queue_set_size() 397 __free_page(wqueue->notes[i]); in __put_watch_queue() 398 kfree(wqueue->notes); in __put_watch_queue()
|
/Linux-v6.1/Documentation/process/ |
D | maintainer-handbooks.rst | 5 Subsystem and maintainer tree specific development process notes
|
/Linux-v6.1/arch/m68k/hp300/ |
D | README.hp300 | 1 HP300 notes
|