Searched refs:annotation (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/arch/alpha/kernel/ |
D | err_common.c | 31 mchk_dump_mem(void *data, size_t length, char **annotation) in mchk_dump_mem() argument 37 if (annotation && !annotation[i]) in mchk_dump_mem() 38 annotation = NULL; in mchk_dump_mem() 42 annotation ? annotation[i] : ""); in mchk_dump_mem() 222 char **annotation = NULL; in el_annotate_subpacket() local 231 annotation = a->annotation; in el_annotate_subpacket() 237 mchk_dump_mem(header, header->length, annotation); in el_annotate_subpacket()
|
D | err_impl.h | 22 char **annotation; member
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 230 ,annotation={ 248 ,annotation={ 284 ,annotation={ 320 ,annotation={ 345 ,annotation={ 373 ,annotation={ 388 ,annotation={ 406 ,annotation={ 420 ,annotation={ 440 ,annotation={ [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | annotate.h | 53 struct annotation; 76 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, 130 struct annotation { struct 135 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() argument 141 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
|
D | annotate.c | 445 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init() 452 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() 479 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() 490 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() 503 static int __symbol__account_cycles(struct annotation *notes, in __symbol__account_cycles() 544 struct annotation *notes, int evidx, u64 addr) in __symbol__inc_addr_samples() 568 static struct annotation *symbol__get_annotation(struct symbol *sym, bool cycles) in symbol__get_annotation() 570 struct annotation *notes = symbol__annotation(sym); in symbol__get_annotation() 586 struct annotation *notes; in symbol__inc_addr_samples() 599 struct annotation *notes; in symbol__account_cycles() [all …]
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 383 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() 489 struct annotation *notes; in annotate_browser__callq() 530 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_offset() 569 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string() 608 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string_reverse() 942 struct annotation *notes = symbol__annotation(sym); in annotate__compute_ipc() 1014 struct annotation *notes; in symbol__tui_annotate()
|
D | hists.c | 1451 struct annotation *notes; in do_annotate()
|
/linux-4.4.14/tools/perf/ |
D | builtin-annotate.c | 130 struct annotation *notes; in hists__find_annotations() 362 symbol_conf.priv_size = sizeof(struct annotation); in cmd_annotate()
|
D | builtin-top.c | 93 struct annotation *notes; in perf_top__parse_source() 177 struct annotation *notes; in perf_top__record_precise_ip() 219 struct annotation *notes; in perf_top__show_details() 1311 symbol_conf.priv_size = sizeof(struct annotation); in cmd_top()
|
D | builtin-report.c | 921 symbol_conf.priv_size = sizeof(struct annotation); in cmd_report()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 55 annotation.
|
D | perf-top.txt | 66 Path to vmlinux. Required for annotation functionality. 255 Stop annotation, return to full profile display.
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | annotate.c | 93 struct annotation *notes; in perf_gtk__annotate_symbol()
|
/linux-4.4.14/Documentation/ |
D | sparse.txt | 68 annotation is needed. The tree annotations above are for cases where
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 67 * enables annotation of code with MPX instructions and prefixes
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1225 This feature enables the __rcu sparse annotation for 1226 RCU-protected pointers. This annotation will cause sparse
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1383 When an interrupt is running inside a softirq, the annotation is 'H'.
|