Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 135) sorted by relevance

123456

/linux/tools/perf/util/
H A Dannotate.c6 * 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 in symbol__annotate_zero_histograms()
260 annotation__get_branch(struct annotation * notes) annotation__get_branch() argument
274 struct annotation *notes = symbol__annotation(sym); symbol__find_branch_hist() local
299 struct annotation *notes = symbol__annotation(sym); symbol__hists() local
438 annotation__count_insn(struct annotation * notes,u64 start,u64 end) annotation__count_insn() argument
466 annotation__count_and_fill(struct annotation * notes,u64 start,u64 end,struct cyc_hist * ch) annotation__count_and_fill() argument
505 annotation__compute_ipc(struct annotation * notes,size_t size,struct evsel * evsel) annotation__compute_ipc() argument
593 annotation__exit(struct annotation * notes) annotation__exit() argument
607 annotation__hash(const struct annotation * notes) annotation__hash() argument
612 annotation__get_mutex(const struct annotation * notes) annotation__get_mutex() argument
623 annotation__lock(struct annotation * notes) annotation__lock() argument
632 annotation__unlock(struct annotation * notes) annotation__unlock() argument
641 annotation__trylock(struct annotation * notes) annotation__trylock() argument
768 struct annotation *notes = symbol__annotation(sym); annotation_line__print() local
858 calc_percent(struct annotation * notes,struct evsel * evsel,struct annotation_data * data,s64 offset,s64 end) calc_percent() argument
896 annotation__calc_percent(struct annotation * notes,struct evsel * leader,s64 len) annotation__calc_percent() argument
930 struct annotation *notes = symbol__annotation(sym); symbol__calc_percent() local
968 struct annotation *notes = symbol__annotation(sym); symbol__annotate() local
1144 struct annotation *notes = symbol__annotation(sym); symbol__annotate_hits() local
1180 struct annotation *notes = symbol__annotation(sym); symbol__annotate_printf() local
1313 struct annotation *notes = symbol__annotation(sym); symbol__annotate_fprintf2() local
1369 struct annotation *notes = symbol__annotation(sym); symbol__annotate_zero_histogram() local
1377 struct annotation *notes = symbol__annotation(sym); symbol__annotate_decay_histogram() local
1446 annotation__mark_jump_targets(struct annotation * notes,struct symbol * sym) annotation__mark_jump_targets() argument
1477 annotation__set_index(struct annotation * notes) annotation__set_index() argument
1508 annotation__max_ins_name(struct annotation * notes) annotation__max_ins_name() argument
1526 annotation__init_column_widths(struct annotation * notes,struct symbol * sym) annotation__init_column_widths() argument
1535 annotation__update_column_widths(struct annotation * notes) annotation__update_column_widths() argument
1550 annotation__toggle_full_addr(struct annotation * notes,struct map_symbol * ms) annotation__toggle_full_addr() argument
1562 annotation__calc_lines(struct annotation * notes,struct map_symbol * ms,struct rb_root * root) annotation__calc_lines() argument
1597 struct annotation *notes = symbol__annotation(ms->sym); symbol__calc_lines() local
1694 disasm_line__write(struct disasm_line * dl,struct annotation * notes,void * obj,char * bf,size_t size,void (* obj__printf)(void * obj,const char * fmt,...),void (* obj__write_graph)(void * obj,int graph)) disasm_line__write() argument
1726 ipc_coverage_string(char * bf,int size,struct annotation * notes) ipc_coverage_string() argument
1886 __annotation_line__write(struct annotation_line * al,struct annotation * notes,bool first_line,bool current_entry,bool change_color,int width,void * obj,unsigned int percent_type,int (* obj__set_color)(void * obj,int color),void (* obj__set_percent_color)(void * obj,double percent,bool current),int (* obj__set_jumps_percent_color)(void * obj,int nr,bool current),void (* obj__printf)(void * obj,const char * fmt,...),void (* obj__write_graph)(void * obj,int graph)) __annotation_line__write() argument
2066 annotation_line__write(struct annotation_line * al,struct annotation * notes,struct annotation_write_ops * wops) annotation_line__write() argument
2081 struct annotation *notes = symbol__annotation(sym); symbol__annotate2() local
2425 struct annotation *notes; find_disasm_line() local
2499 annotation__prev_asm_line(struct annotation * notes,struct disasm_line * curr) annotation__prev_asm_line() argument
2519 annotation__next_asm_line(struct annotation * notes,struct disasm_line * curr) annotation__next_asm_line() argument
2541 struct annotation *notes; annotate_calc_pcrel() local
2725 struct annotation *notes; hist_entry__get_data_type() local
2826 struct annotation *notes = symbol__annotation(sym); process_basic_block() local
[all...]
H A Dannotate.h194 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
197 int __annotation__scnprintf_samples_period(struct annotation *notes,
341 static inline void annotation__init(struct annotation *notes __maybe_unused)
344 void annotation__exit(struct annotation *notes); in annotation__cycles_width() argument
346 void annotation__lock(struct annotation *notes) EXCLUSIVE_LOCK_FUNCTION(*notes); in annotation__cycles_width()
347 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes); in annotation__cycles_width()
348 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes); in annotation__cycles_width()
352 annotation__pcnt_width(struct annotation * notes) annotation__pcnt_width() argument
375 annotation__histogram(struct annotation * notes,int idx) annotation__histogram() argument
[all...]
H A Ddisasm_bpf.c30 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf() local
149 &notes->src->source); in symbol__disassemble_bpf()
160 annotation_line__add(&dl->al, &notes->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, &notes->src->source); in symbol__disassemble_bpf_image()
H A Ddisasm.c1044 struct annotation *notes = symbol__annotation(args->ms.sym); in disasm_line__new()
1045 int nr = notes->src->nr_events; in disasm_line__new()
1118 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1175 annotation_line__add(&dl->al, &notes->src->source); in symbol__parse_objdump_line()
1181 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1182 struct list_head *list = &notes->src->source; in delete_last_nop()
1497 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone_powerpc()
1567 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_capstone_powerpc()
1588 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_capstone_powerpc()
1595 struct list_head *list = &notes in symbol__disassemble_capstone_powerpc()
1043 struct annotation *notes = symbol__annotation(args->ms.sym); disasm_line__new() local
1117 struct annotation *notes = symbol__annotation(sym); symbol__parse_objdump_line() local
1180 struct annotation *notes = symbol__annotation(sym); delete_last_nop() local
1487 struct annotation *notes = symbol__annotation(sym); symbol__disassemble_capstone_powerpc() local
1625 struct annotation *notes = symbol__annotation(sym); symbol__disassemble_capstone() local
1731 struct annotation *notes = symbol__annotation(sym); symbol__disassemble_raw() local
1851 struct annotation *notes = symbol__annotation(sym); symbol__disassemble_llvm() local
[all...]
H A Dblock-info.c132 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()
/linux/tools/perf/ui/browsers/
H A Dannotate.c48 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()
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()
215 pcnt_width + 3 + notes->src->widths.addr + width + cntr_width, in annotate_browser__draw_current_jump()
[all …]
/linux/fs/netfs/
H A Dwrite_collect.c84 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()
379 unsigned int notes; in netfs_collect_write_results() local
393 notes = BUFFERED; in netfs_collect_write_results()
395 notes = 0; in netfs_collect_write_results()
421 notes |= HIT_PENDING; in netfs_collect_write_results()
428 notes |= MADE_PROGRESS | SAW_FAILURE; in netfs_collect_write_results()
434 notes |= MADE_PROGRESS; in netfs_collect_write_results()
441 notes |= NEED_REASSESS | SAW_FAILURE; in netfs_collect_write_results()
[all …]
/linux/kernel/module/
H A Dsysfs.c150 unsigned int notes; member
151 struct bin_attribute attrs[] __counted_by(notes);
168 unsigned int notes, loaded, i; in add_notes_attrs() local
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()
211 for (i = 0; i < notes; ++i) { in add_notes_attrs()
228 free_notes_attrs(mod->notes_attrs, mod->notes_attrs->notes); in remove_notes_attrs()
/linux/tools/perf/ui/gtk/
H A Dannotate.c31 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, &notes->src->source, al.node) { in perf_gtk__annotate_symbol()
164 list_for_each_entry_safe(pos, n, &notes->src->source, al.node) { in perf_gtk__annotate_symbol()
/linux/fs/proc/
H A Dkcore.c308 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 *)&notes[*i]; in append_kcore_note()
318 memcpy(&notes[*i], name, note->n_namesz); in append_kcore_note()
320 memcpy(&notes[*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 …]
/linux/Documentation/ABI/stable/
H A Dsysfs-kernel-notes1 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 Dcdrom.rst164 notes:
195 notes:
252 notes:
279 notes:
304 notes:
331 notes:
358 notes:
436 notes:
469 notes:
487 notes:
[all …]
H A Dhdio.rst88 notes:
131 notes:
161 notes:
231 notes:
445 notes:
452 notes for the default value of SELECT.
515 notes:
/linux/Documentation/devicetree/
H A Dindex.rst22 dynamic-resolution-notes
23 overlay-notes
/linux/Documentation/translations/zh_CN/devicetree/
H A Dindex.rst35 dynamic-resolution-notes
36 overlay-notes
H A Doverlay-notes.rst4 :Original: Documentation/devicetree/overlay-notes.rst
17 Documentation/devicetree/dynamic-resolution-notes.rst[1]的配套文档。
H A Ddynamic-resolution-notes.rst4 :Original: Documentation/devicetree/dynamic-resolution-notes.rst
/linux/Documentation/bpf/
H A Dindex.rst32 clang-notes
33 linux-notes
/linux/tools/perf/
H A Dbuiltin-top.c115 struct annotation *notes; in perf_top__parse_source() local
139 notes = symbol__annotation(sym); in perf_top__parse_source()
140 annotation__lock(notes); in perf_top__parse_source()
143 annotation__unlock(notes); in perf_top__parse_source()
159 annotation__unlock(notes); in perf_top__parse_source()
203 struct annotation *notes; in perf_top__record_precise_ip() local
212 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
214 if (!annotation__trylock(notes)) in perf_top__record_precise_ip()
219 annotation__unlock(notes); in perf_top__record_precise_ip()
244 struct annotation *notes; in perf_top__show_details() local
[all …]
/linux/arch/arm/mach-pxa/
H A Dsleep.S66 @ 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 Dmac80211-advanced.rst72 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/kernel/
H A Dwatch_queue.c119 page = wqueue->notes[note / WATCH_QUEUE_NOTES_PER_PAGE]; in post_one_notification()
248 if (wqueue->notes) in watch_queue_set_size()
289 wqueue->notes = pages; in watch_queue_set_size()
394 __free_page(wqueue->notes[i]); in __put_watch_queue()
395 kfree(wqueue->notes); in __put_watch_queue()
/linux/Documentation/sound/hd-audio/
H A Dindex.rst7 notes
/linux/include/trace/events/
H A Dnetfs.h606 unsigned int notes),
608 TP_ARGS(wreq, collected_to, notes),
612 __field(unsigned int, notes )
619 __entry->notes = notes;
627 __entry->notes)
/linux/Documentation/arch/arm/nwfpe/
H A Dindex.rst12 notes

123456