Home
last modified time | relevance | path

Searched full:notes (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/linux-3.3/tools/perf/util/
Dannotate.c5 * copyright notes.
23 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init() local
24 pthread_mutex_init(&notes->lock, NULL); in symbol__annotate_init()
30 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() local
34 notes->src = zalloc(sizeof(*notes->src) + symbol_conf.nr_events * sizeof_sym_hist); in symbol__alloc_hist()
35 if (notes->src == NULL) in symbol__alloc_hist()
37 notes->src->sizeof_sym_hist = sizeof_sym_hist; in symbol__alloc_hist()
38 notes->src->nr_histograms = symbol_conf.nr_events; in symbol__alloc_hist()
39 INIT_LIST_HEAD(&notes->src->source); in symbol__alloc_hist()
45 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local
[all …]
Dannotate.h61 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() argument
63 return (((void *)&notes->src->histograms) + in annotation__histogram()
64 (notes->src->sizeof_sym_hist * idx)); in annotation__histogram()
/linux-3.3/tools/perf/util/ui/browsers/
Dannotate.c91 struct annotation *notes = symbol__annotation(sym); in objdump_line__calc_percent() local
92 struct source_line *src_line = notes->src->lines; in objdump_line__calc_percent()
93 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__calc_percent()
97 next = objdump__get_next_ip_line(&notes->src->source, self); in objdump_line__calc_percent()
166 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local
171 pthread_mutex_lock(&notes->lock); in annotate_browser__calc_percent()
173 list_for_each_entry(pos, &notes->src->source, node) { in annotate_browser__calc_percent()
182 pthread_mutex_unlock(&notes->lock); in annotate_browser__calc_percent()
305 struct annotation *notes; in annotate_browser__run() local
328 notes = symbol__annotation(target); in annotate_browser__run()
[all …]
/linux-3.3/Documentation/blackfin/
D00-INDEX4 bfin-gpio-notes.txt
5 - Notes in developing/using bfin-gpio driver.
7 bfin-spi-notes.txt
8 - Notes for using bfin spi bus driver.
/linux-3.3/Documentation/ioctl/
Dcdrom.txt140 notes:
164 notes:
207 notes:
227 notes:
245 notes:
265 notes:
284 notes:
342 notes:
369 notes:
385 notes:
[all …]
Dhdio.txt110 notes:
202 notes:
253 notes:
276 notes:
315 notes:
362 notes:
389 notes:
427 notes:
514 notes:
579 notes:
[all …]
/linux-3.3/fs/proc/
Dkcore.c320 struct memelfnote notes[3]; in elf_kcore_store_hdr() local
377 * Set up the notes in similar form to SVR4 core dumps made in elf_kcore_store_hdr()
383 notes[0].name = CORE_STR; in elf_kcore_store_hdr()
384 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr()
385 notes[0].datasz = sizeof(struct elf_prstatus); in elf_kcore_store_hdr()
386 notes[0].data = &prstatus; in elf_kcore_store_hdr()
390 nhdr->p_filesz = notesize(&notes[0]); in elf_kcore_store_hdr()
391 bufp = storenote(&notes[0], bufp); in elf_kcore_store_hdr()
394 notes[1].name = CORE_STR; in elf_kcore_store_hdr()
395 notes[1].type = NT_PRPSINFO; in elf_kcore_store_hdr()
[all …]
/linux-3.3/include/xen/interface/
Devent_channel.h21 * NOTES:
39 * NOTES:
54 * NOTES:
70 * NOTES:
86 * NOTES:
121 * NOTES:
156 * NOTES:
/linux-3.3/drivers/staging/rtl8712/
Drtl871x_cmd.h118 * Notes: To enter USB suspend mode
127 * Notes: To join the specified bss
136 * Notes: To disconnect the current associated BSS
145 * Notes: To create a BSS
154 * Notes: To set the NIC mode of RTL8711
173 * Notes: To ask RTL8711 performing site-survey
185 * Notes: To set the auth type of RTL8711. open/shared/802.1x
271 Notes: To notify fw that given staid has changed its power state
285 Notes: To setup the basic rate of RTL8711
297 Notes: To read the current basic rate
[all …]
/linux-3.3/arch/m68k/fpsp040/
Dslog2.S28 | ALGORITHM and IMPLEMENTATION NOTES:
34 | Notes: Default means round-to-nearest mode, no floating-point
38 | Notes: Even if X is denormalized, log(X) is always normalized.
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
67 | Notes: Even if X is denormalized, log(X) is always normalized.
78 | Notes: Default means round-to-nearest mode, no floating-point
Dsetox.S45 | ALGORITHM and IMPLEMENTATION NOTES
53 | Notes: This will always generate one exception -- inexact.
64 | Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.
86 | Notes: The calculation in 2.2 is really performed by
106 | Notes: a) The way L1 and L2 are chosen ensures L1+L2 approximate
129 | Notes: a) In order to reduce memory access, the coefficients are
144 | Notes: 2^(J/64) is stored as T and t where T+t approximates
158 | Notes: If AdjFlag = 0, we have X = Mlog2 + Jlog2/64 + R,
176 | Notes: For non-zero X, the inexact exception will always be
194 | Notes: Refer to notes for 2.2 - 2.6.
[all …]
/linux-3.3/fs/
Dbinfmt_elf.c1370 struct memelfnote notes[0]; member
1410 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1412 *total += notesize(&t->notes[0]); in fill_thread_core_info()
1418 * that has no core_note_type or is inactive, we leave t->notes[i] in fill_thread_core_info()
1437 fill_note(&t->notes[i], "LINUX", in fill_thread_core_info()
1442 fill_note(&t->notes[i], "CORE", in fill_thread_core_info()
1445 *total += notesize(&t->notes[i]); in fill_thread_core_info()
1474 * Figure out how many notes we're going to need for each thread. in fill_note_info()
1502 notes[info->thread_notes]), in fill_note_info()
1529 * Fill in the two process-wide notes. in fill_note_info()
[all …]
/linux-3.3/Documentation/leds/
D00-INDEX4 - notes on how to use the leds-lp3944 driver.
6 - notes on how to use the leds-lp5521 driver.
8 - notes on how to use the leds-lp5523 driver.
/linux-3.3/include/linux/
Delfnote.h18 * All notes from a given NAME are put into a section named
19 * .note.NAME. When the kernel image is finally linked, all the notes
20 * are packed into a single .notes section, which is mapped into the
21 * PT_NOTE segment. Because notes for a given name are grouped into
27 * See the ELF specification for more detail about ELF notes.
/linux-3.3/include/scsi/
Dscsi_tcq.h23 * Notes:
60 * Notes:
93 * Notes:
116 * Notes:
159 * Notes:
/linux-3.3/Documentation/scsi/
Dscsi_mid_low_api.txt401 * Notes: Eventually, it is hoped depth would be the maximum depth
423 * Notes: This call is usually performed internally during a scsi
446 * Notes: Only required in "hotplug initialization model" after a
472 * Notes: Can be invoked any time on a SCSI device controlled by this
478 * Defined in: drivers/scsi/scsi.c [see source code for more notes]
493 * Notes: Caller owns memory returned (free with kfree() )
509 * Notes: There is no timer nor any other means by which the requests
542 * Notes: When this call returns to the LLD, the SCSI bus scan on
564 * Notes: Actually increments the counts in two sub-objects
579 * Notes: Actually decrements the counts in two sub-objects. If the
[all …]
/linux-3.3/tools/perf/
Dbuiltin-annotate.c71 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_sample() local
72 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0) in perf_evsel__add_sample()
126 struct annotation *notes; in hists__find_annotations() local
131 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
132 if (notes->src == NULL) { in hists__find_annotations()
164 free(notes->src); in hists__find_annotations()
165 notes->src = NULL; in hists__find_annotations()
Dbuiltin-top.c114 struct annotation *notes; in perf_top__parse_source() local
134 notes = symbol__annotation(sym); in perf_top__parse_source()
135 if (notes->src != NULL) { in perf_top__parse_source()
136 pthread_mutex_lock(&notes->lock); in perf_top__parse_source()
140 pthread_mutex_lock(&notes->lock); in perf_top__parse_source()
143 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
156 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
170 struct annotation *notes; in perf_top__record_precise_ip() local
179 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
181 if (pthread_mutex_trylock(&notes->lock)) in perf_top__record_precise_ip()
[all …]
/linux-3.3/Documentation/arm/
Dkernel_user_helpers.txt68 Notes:
111 Notes:
164 Notes:
201 Notes:
260 Notes:
D00-INDEX8 - Release Notes for Linux on Intel's IXP2000 Network Processor
28 - Release notes for Linux Kernel Vector Floating Point support code
/linux-3.3/arch/powerpc/kernel/
Dvmlinux.lds.S15 notes PT_NOTE FLAGS(0);
23 into the "notes" segment (at a non-zero load address).
28 "notes" segment, since if nothing gets assigned to it, its load
80 NOTES :kernel :notes
/linux-3.3/block/
Dblk-tag.c17 * Notes:
61 * Notes:
97 * Notes:
217 * Notes:
279 * Notes:
327 * Notes:
389 * Notes:
/linux-3.3/drivers/scsi/lpfc/
Dlpfc_mem.c54 * Notes: Not interrupt-safe. Must be called with no locks held. If any
295 * Notes: Not interrupt-safe. Must be called with no locks held. Takes
330 * Notes: Must be called with phba->hbalock held to synchronize access to
359 * Notes: Takes phba->hbalock. Can be called with or without other locks held.
381 * Notes: Not interrupt-safe. Must be called with no locks held.
414 * Notes: Can be called with or without locks held.
433 * Notes: Not interrupt-safe. Must be called with no locks held.
474 * Notes: Can be called with or without locks held.
495 * Notes: Takes phba->hbalock. Can be called with or without other locks held.
/linux-3.3/Documentation/networking/
D00-INDEX50 - Release Notes for the Chelsio N210 Linux device driver.
80 - Level Compressed Trie (LC-trie) notes: a structure for routing.
136 - The network console module netconsole.ko: configuration and notes.
176 - Release notes for Neterion Xframe I/II 10GbE driver.
180 - Notes on the Linux kernel implementation of the SCTP protocol.
/linux-3.3/Documentation/filesystems/
Dcramfs.txt16 Usage Notes
73 Hacker Notes
76 See fs/cramfs/README for filesystem layout and implementation notes.

12345678910>>...30