| /linux/tools/perf/util/ |
| H A D | annotate.c | 148 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local 150 annotation__lock(notes); in symbol__annotate_zero_histograms() 151 if (notes->src != NULL) { in symbol__annotate_zero_histograms() 152 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms() 153 notes->src->nr_histograms * sizeof(*notes->src->histograms)); in symbol__annotate_zero_histograms() 154 hashmap__clear(notes->src->samples); in symbol__annotate_zero_histograms() 156 if (notes->branch && notes->branch->cycles_hist) { in symbol__annotate_zero_histograms() 157 memset(notes->branch->cycles_hist, 0, in symbol__annotate_zero_histograms() 160 annotation__unlock(notes); in symbol__annotate_zero_histograms() 262 struct annotated_branch *annotation__get_branch(struct annotation *notes) in annotation__get_branch() argument [all …]
|
| H A D | annotate.h | 213 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 217 int __annotation__scnprintf_samples_period(struct annotation *notes, 362 static inline void annotation__init(struct annotation *notes __maybe_unused) in annotation__init() 365 void annotation__exit(struct annotation *notes); 367 void annotation__lock(struct annotation *notes) EXCLUSIVE_LOCK_FUNCTION(*notes); 368 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes); 369 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes); 371 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument 373 if (notes->branch && annotate_opts.show_minmax_cycle) in annotation__cycles_width() 376 return notes->branch ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width() [all …]
|
| H A D | capstone.c | 224 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone() local 265 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_capstone() 294 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_capstone() 301 struct list_head *list = ¬es->src->source; in symbol__disassemble_capstone() 330 list_for_each_entry_safe(dl, tmp, ¬es->src->source, al.node) { in symbol__disassemble_capstone() 347 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone_powerpc() local 417 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_capstone_powerpc() 438 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_capstone_powerpc() 445 struct list_head *list = ¬es->src->source; in symbol__disassemble_capstone_powerpc()
|
| H A D | block-info.c | 132 struct annotation *notes; in block_info__process_sym() local 144 notes = symbol__annotation(he->ms.sym); in block_info__process_sym() 145 if (!notes || !notes->branch || !notes->branch->cycles_hist) in block_info__process_sym() 147 ch = notes->branch->cycles_hist; in block_info__process_sym() 159 notes->branch->br_cntr, in block_info__process_sym()
|
| H A D | llvm.c | 120 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_llvm() local 193 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_llvm() 254 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_llvm()
|
| H A D | disasm.c | 1049 struct annotation *notes = symbol__annotation(args->ms.sym); in disasm_line__new() local 1050 int nr = notes->src->nr_events; in disasm_line__new() 1123 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() local 1180 annotation_line__add(&dl->al, ¬es->src->source); in symbol__parse_objdump_line() 1186 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() local 1187 struct list_head *list = ¬es->src->source; in delete_last_nop() 1340 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_raw() local 1384 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_raw() 1396 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_raw() 1402 struct list_head *list = ¬es->src->source; in symbol__disassemble_raw() [all …]
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 73 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 77 if (nr == notes->src->max_jump_sources) in ui_browser__jumps_percent_color() 117 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 149 annotation_line__write(al, notes, &ops, &apd); in annotate_browser__write() 191 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 192 u8 pcnt_width = annotation__pcnt_width(notes); in annotate_browser__draw_current_jump() 224 target = annotated_source__get_line(notes->src, cursor->ops.target.offset); in annotate_browser__draw_current_jump() 239 width = annotation__cycles_width(notes); in annotate_browser__draw_current_jump() 243 pcnt_width + 2 + notes->src->widths.addr + width + cntr_width, in annotate_browser__draw_current_jump() 249 pcnt_width + 3 + notes->src->widths.addr + width + cntr_width, in annotate_browser__draw_current_jump() [all …]
|
| /linux/fs/netfs/ |
| H A D | read_collect.c | 101 unsigned int *notes) in netfs_read_unlock_folios() argument 127 if (*notes & COPY_TO_CACHE) in netfs_read_unlock_folios() 150 *notes |= MADE_PROGRESS; in netfs_read_unlock_folios() 189 unsigned int notes; in netfs_collect_read_results() local 199 notes = BUFFERED; in netfs_collect_read_results() 201 notes = 0; in netfs_collect_read_results() 222 notes |= HIT_PENDING; in netfs_collect_read_results() 231 if (notes & BUFFERED) { in netfs_collect_read_results() 235 if (!(notes & HIT_PENDING) && in netfs_collect_read_results() 249 notes |= COPY_TO_CACHE; in netfs_collect_read_results() [all …]
|
| H A D | write_collect.c | 112 unsigned int *notes) in netfs_writeback_unlock_folios() argument 126 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios() 164 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios() 202 unsigned int notes; in netfs_collect_write_results() local 216 notes = NEED_UNLOCK; in netfs_collect_write_results() 218 notes = 0; in netfs_collect_write_results() 244 notes |= HIT_PENDING; in netfs_collect_write_results() 251 notes |= MADE_PROGRESS | SAW_FAILURE; in netfs_collect_write_results() 258 notes |= MADE_PROGRESS; in netfs_collect_write_results() 265 notes |= NEED_REASSESS | SAW_FAILURE; in netfs_collect_write_results() [all …]
|
| /linux/Documentation/ABI/stable/ |
| H A 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/Documentation/userspace-api/ioctl/ |
| H A 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/Documentation/devicetree/ |
| H A D | index.rst | 22 dynamic-resolution-notes 23 overlay-notes
|
| /linux/Documentation/translations/zh_CN/devicetree/ |
| H A D | index.rst | 35 dynamic-resolution-notes 36 overlay-notes
|
| H A D | overlay-notes.rst | 4 :Original: Documentation/devicetree/overlay-notes.rst 17 Documentation/devicetree/dynamic-resolution-notes.rst[1]的配套文档。
|
| /linux/kernel/module/ |
| H A D | sysfs.c | 153 unsigned int notes, loaded, i; in add_notes_attrs() local 160 notes = 0; in add_notes_attrs() 164 ++notes; in add_notes_attrs() 166 if (notes == 0) in add_notes_attrs() 169 notes_attrs = kzalloc(struct_size(notes_attrs, attrs, notes), in add_notes_attrs() 174 gattr = kcalloc(notes + 1, sizeof(*gattr), GFP_KERNEL); in add_notes_attrs()
|
| /linux/drivers/gpib/ |
| H A D | TODO | 7 - resolve XXX notes where possible 8 - fix FIXME notes
|
| /linux/Documentation/bpf/ |
| H A D | index.rst | 32 clang-notes 33 linux-notes
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 116 struct annotation *notes; in perf_top__parse_source() local 140 notes = symbol__annotation(sym); in perf_top__parse_source() 141 annotation__lock(notes); in perf_top__parse_source() 144 annotation__unlock(notes); in perf_top__parse_source() 160 annotation__unlock(notes); in perf_top__parse_source() 204 struct annotation *notes; in perf_top__record_precise_ip() local 213 notes = symbol__annotation(sym); in perf_top__record_precise_ip() 215 if (!annotation__trylock(notes)) in perf_top__record_precise_ip() 220 annotation__unlock(notes); in perf_top__record_precise_ip() 245 struct annotation *notes; in perf_top__show_details() local [all …]
|
| /linux/arch/arm/mach-pxa/ |
| H A 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/Documentation/driver-api/80211/ |
| H A 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/Documentation/driver-api/ |
| H A D | hw-recoverable-errors.rst | 16 crash dump notes, this infrastructure aids post-mortem crash analysis tools in 37 - It is exposed via vmcoreinfo crash dump notes and can be read using tools
|
| /linux/kernel/ |
| H A D | watch_queue.c | 118 page = wqueue->notes[note / WATCH_QUEUE_NOTES_PER_PAGE]; in post_one_notification() 247 if (wqueue->notes) in watch_queue_set_size() 297 wqueue->notes = pages; in watch_queue_set_size() 402 __free_page(wqueue->notes[i]); in __put_watch_queue() 403 kfree(wqueue->notes); in __put_watch_queue()
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | index.rst | 7 notes
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | index.rst | 12 notes
|
| /linux/include/trace/events/ |
| H A D | netfs.h | 679 unsigned int notes), 681 TP_ARGS(wreq, collected_to, notes), 685 __field(unsigned int, notes) 692 __entry->notes = notes; 700 __entry->notes)
|