Home
last modified time | relevance | path

Searched refs:notes (Results 26 - 50 of 80) sorted by relevance

1234

/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dannotate.c100 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, &notes->src->source, al.node) { in perf_gtk__annotate_symbol()
156 list_for_each_entry_safe(pos, n, &notes->src->source, al.node) { in perf_gtk__annotate_symbol()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c94 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()
332 struct annotation *notes; in hists__find_annotations() local
352 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
353 if (notes->src == NULL) { in hists__find_annotations()
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; variable
212 notes = symbol__annotation(sym);
214 if (!annotation__trylock(notes))
219 annotation__unlock(notes); variable
244 struct annotation *notes; in perf_top__show_details() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c1732 struct memelfnote notes[]; member
1783 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1785 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1817 fill_note(&t->notes[note_iter], is_fpreg ? "CORE" : "LINUX", in fill_thread_core_info()
1820 info->size += notesize(&t->notes[note_iter]); in fill_thread_core_info()
1837 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in fill_thread_core_info()
1839 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1848 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in fill_thread_core_info()
1849 info->size += notesize(&t->notes[1]); in fill_thread_core_info()
1874 * Figure out how many notes w in fill_note_info()
[all...]
/third_party/elfio/tests/
H A DELFIOTest.cpp183 void checkNote( const const_note_section_accessor& notes, in checkNote() argument
194 ASSERT_EQ( notes.get_note( index, type, name, desc, descSize ), true ); in checkNote()
300 const_note_section_accessor notes( reader, sec ); in TEST()
301 EXPECT_EQ( notes.get_notes_num(), 1u ); in TEST()
303 checkNote( notes, 0, 1, std::string( "GNU" ), 16 ); in TEST()
411 const_note_section_accessor notes( reader, sec ); in TEST()
412 EXPECT_EQ( notes.get_notes_num(), 1u ); in TEST()
414 checkNote( notes, 0, 1, std::string( "GNU" ), 16 ); in TEST()
702 const_note_section_accessor notes( reader, sec ); in TEST()
703 EXPECT_EQ( notes in TEST()
[all...]
H A Delfio_fuzzer.cpp25 dump::notes( oss, elf ); in LLVMFuzzerTestOneInput()
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c71 #define KNOTESFILE "/sys/kernel/notes"
72 #define MODNOTESFMT "/sys/module/%s/notes"
525 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) in intuit_kernel_bounds() argument
529 *notes = 0; in intuit_kernel_bounds()
549 if (*notes == 0 && !strcmp (state.p, "__start_notes\n")) in intuit_kernel_bounds()
550 *notes = *end; in intuit_kernel_bounds()
604 /* This is somewhat ugly, GNU Property notes use different padding, in check_notes()
734 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local
735 int result = intuit_kernel_bounds (&start, &end, &notes); in dwfl_linux_kernel_report_kernel()
739 return unlikely (mod == NULL) ? -1 : check_kernel_notes (mod, notes); in dwfl_linux_kernel_report_kernel()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dsleep.S65 @ Intel PXA270 Specification Update notes problems sleeping
102 @ Intel PXA255 Specification Update notes problems
158 @ Intel PXA270 Specification Update notes problems performing
/kernel/linux/linux-6.6/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
/third_party/curl/tests/
H A Dtestcurl.pl51 # --notes=[notes] More human-readable information about this configuration
77 $timestamp $notes);
115 elsif ($ARGV[0] =~ /--notes=/) {
116 $notes = (split(/=/, shift @ARGV, 2))[1];
315 print $f "notes='$notes'\n";
338 logit "NOTES = $notes";
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dviews.rs373 if labeled_files.peek().is_none() && self.diagnostic.notes.is_empty() {
375 // without trailing notes, because it would end up looking too
388 // Additional notes
394 for note in &self.diagnostic.notes {
465 // Additional notes in render()
471 for note in &self.diagnostic.notes { in render()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-top.c114 struct annotation *notes; in perf_top__parse_source() local
137 notes = symbol__annotation(sym); in perf_top__parse_source()
138 pthread_mutex_lock(&notes->lock); in perf_top__parse_source()
141 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
157 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
199 struct annotation *notes; in perf_top__record_precise_ip() local
208 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
210 if (pthread_mutex_trylock(&notes->lock)) in perf_top__record_precise_ip()
215 pthread_mutex_unlock(&notes->lock); in perf_top__record_precise_ip()
240 struct annotation *notes; in perf_top__show_details() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dwatch_queue.c123 page = wqueue->notes[note / WATCH_QUEUE_NOTES_PER_PAGE]; in post_one_notification()
253 if (wqueue->notes) in watch_queue_set_size()
296 wqueue->notes = pages; in watch_queue_set_size()
401 __free_page(wqueue->notes[i]); in __put_watch_queue()
402 kfree(wqueue->notes); in __put_watch_queue()
/kernel/linux/linux-6.6/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()
/third_party/elfio/examples/elfdump/
H A Delfdump.cpp53 dump::notes( std::cout, reader ); in main()
/third_party/elfio/elfio/
H A Delfio_dump.hpp945 static void notes( std::ostream& out, const elfio& reader ) in notes() function in ELFIO::dump
948 if ( SHT_NOTE == sec->get_type() ) { // Look at notes in notes()
949 note_section_accessor notes( reader, sec.get() ); in notes()
950 Elf_Word no_notes = notes.get_notes_num(); in notes()
958 for ( Elf_Word j = 0; j < no_notes; ++j ) { // For all notes in notes()
964 if ( notes.get_note( j, type, name, desc, descsz ) ) { in notes()
979 if ( PT_NOTE == seg->get_type() ) { // Look at notes in notes()
980 note_segment_accessor notes( reader, seg ); in notes()
981 Elf_Word no_notes = notes.get_notes_num(); in notes()
989 for ( Elf_Word j = 0; j < no_notes; ++j ) { // For all notes in notes()
[all...]
/kernel/linux/linux-5.10/arch/xtensa/boot/
H A DMakefile37 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/kernel/linux/linux-6.6/include/linux/
H A Dwatch_queue.h43 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[] */
/kernel/linux/linux-6.6/arch/xtensa/boot/
H A DMakefile33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/third_party/python/Objects/
H A Dexceptions.c51 self->notes = NULL; in BaseException_new()
87 Py_CLEAR(self->notes); in BaseException_clear()
112 Py_VISIT(self->notes); in BaseException_traverse()
224 PyObject *notes = PyObject_GetAttr(self, &_Py_ID(__notes__)); in BaseException_add_note() local
225 if (notes == NULL) { in BaseException_add_note()
228 if (!PyList_Check(notes)) { in BaseException_add_note()
229 Py_DECREF(notes); in BaseException_add_note()
233 if (PyList_Append(notes, note) < 0) { in BaseException_add_note()
234 Py_DECREF(notes); in BaseException_add_note()
237 Py_DECREF(notes); in BaseException_add_note()
947 PyObject *notes = PyObject_GetAttr(orig, &_Py_ID(__notes__)); exceptiongroup_subset() local
[all...]
/third_party/python/Python/
H A Dpythonrun.c1144 PyObject *notes = PyObject_GetAttr(value, &_Py_ID(__notes__)); in print_exception_notes() local
1145 if (notes == NULL) { in print_exception_notes()
1148 if (!PySequence_Check(notes)) { in print_exception_notes()
1153 PyObject *s = PyObject_Repr(notes); in print_exception_notes()
1162 Py_DECREF(notes); in print_exception_notes()
1165 Py_ssize_t num_notes = PySequence_Length(notes); in print_exception_notes()
1168 PyObject *note = PySequence_GetItem(notes, ni); in print_exception_notes()
1204 Py_DECREF(notes); in print_exception_notes()
1208 Py_DECREF(notes); in print_exception_notes()
/kernel/linux/linux-5.10/include/linux/
H A Dwatch_queue.h43 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[] */
/third_party/python/Include/cpython/
H A Dpyerrors.h9 PyObject *args; PyObject *notes; PyObject *traceback;\
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbuild-id.c118 char notes[PATH_MAX]; in sysfs__sprintf_build_id() local
125 scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir); in sysfs__sprintf_build_id()
127 ret = sysfs__read_build_id(notes, &bid); in sysfs__sprintf_build_id()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbuild-id.c121 char notes[PATH_MAX]; in sysfs__sprintf_build_id() local
128 scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir); in sysfs__sprintf_build_id()
130 ret = sysfs__read_build_id(notes, &bid); in sysfs__sprintf_build_id()

Completed in 23 milliseconds

1234