| /kernel/linux/linux-5.10/include/linux/ |
| H A D | watch_queue.h | 43 struct page **notes; /* Preallocated notifications */ member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | watch_queue.h | 43 struct page **notes; /* Preallocated notifications */ member
|
| /third_party/elfio/elfio/ |
| H A D | elfio_note.hpp | 169 S* notes; member in ELFIO::note_section_accessor_template
|
| H A D | elfio_dump.hpp | 945 static void notes( std::ostream& out, const elfio& reader ) in notes() function in ELFIO::dump [all...] |
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-annotate.c | 87 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() local 316 struct annotation *notes; in hists__find_annotations() local
|
| H A D | builtin-top.c | 114 struct annotation *notes; in perf_top__parse_source() local 199 struct annotation *notes; in perf_top__record_precise_ip() local 240 struct annotation *notes; in perf_top__show_details() local [all...] |
| /kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
| H A D | annotate.c | 100 struct annotation *notes; in perf_gtk__annotate_symbol() local
|
| /kernel/linux/linux-6.6/kernel/module/ |
| H A D | sysfs.c | 145 unsigned int notes; member 174 unsigned int notes, loaded, i; in add_notes_attrs() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
| H A D | annotate.c | 100 struct annotation *notes; in perf_gtk__annotate_symbol() local
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | underscoreTest1.js | 778 var notes: any[]; variable 999 var notes;
variable
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | error.rs | 118 let mut notes = vec![]; variables 240 let mut notes = String::new(); in notate_line() variables [all...] |
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | block-info.c | 119 struct annotation *notes; in block_info__process_sym() local
|
| H A D | build-id.c | 118 char notes[PATH_MAX]; in sysfs__sprintf_build_id() local
|
| H A D | annotate.h | 300 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument 308 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() argument 313 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() argument 329 annotation__histogram(struct annotation *notes, int idx) annotation__histogram() argument [all...] |
| /kernel/linux/linux-5.10/fs/proc/ |
| H A D | kcore.c | 295 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() argument 419 char *notes; in read_kcore() local [all...] |
| /kernel/linux/linux-6.6/fs/proc/ |
| H A D | kcore.c | 294 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() argument 421 char *notes; in read_kcore_iter() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-annotate.c | 94 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() local 332 struct annotation *notes; in hists__find_annotations() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | block-info.c | 119 struct annotation *notes; in block_info__process_sym() local
|
| /third_party/elfio/tests/ |
| H A D | ELFIOTest.cpp | 183 void checkNote( const const_note_section_accessor& notes, in checkNote() argument [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | core-file.c | 126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() argument 516 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local [all...] |
| H A D | linux-kernel-modules.c | 525 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) in intuit_kernel_bounds() argument 734 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | ELF.h | 261 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes() function in llvm::object::ELFFile 273 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes() function in llvm::object::ELFFile
|
| /kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
| H A D | annotate.c | 48 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() local 55 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 99 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 155 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 218 struct annotation *notes = browser__annotation(browser); annotate_browser__refresh() local 268 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__set_top() local 292 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__set_rb_top() local 307 struct annotation *notes = symbol__annotation(sym); annotate_browser__calc_percent() local 348 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__toggle_source() local 386 struct annotation *notes = browser__annotation(browser); ui_browser__init_asm_mode() local 415 struct annotation *notes; annotate_browser__callq() local 447 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__find_offset() local 493 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__find_string() local 530 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__find_string_reverse() local 670 struct annotation *notes = symbol__annotation(ms->sym); annotate_browser__run() local 898 struct annotation *notes = symbol__annotation(sym); symbol__tui_annotate() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
| H A D | annotate.c | 43 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() local 50 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 94 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 159 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 223 struct annotation *notes = browser__annotation(browser); annotate_browser__refresh() local 273 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__set_top() local 297 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__set_rb_top() local 312 struct annotation *notes = symbol__annotation(sym); annotate_browser__calc_percent() local 376 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__toggle_source() local 436 struct annotation *notes = browser__annotation(browser); ui_browser__init_asm_mode() local 464 struct annotation *notes; annotate_browser__callq() local 496 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__find_offset() local 542 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__find_string() local 579 struct annotation *notes = browser__annotation(&browser->b); annotate_browser__find_string_reverse() local 719 struct annotation *notes = symbol__annotation(ms->sym); annotate_browser__run() local 957 struct annotation *notes = symbol__annotation(sym); symbol__tui_annotate() local [all...] |
| /kernel/linux/linux-5.10/fs/ |
| H A D | binfmt_elf_fdpic.c | 1389 struct memelfnote notes[2]; member [all...] |