Searched refs:annotation (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/tools/perf/util/ |
D | annotate.h | 53 struct annotation; 74 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, 114 struct annotation { struct 119 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() argument 125 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() 478 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() 488 struct annotation *notes, int evidx, u64 addr) in __symbol__inc_addr_samples() 512 struct annotation *notes; in symbol__inc_addr_samples() 649 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, in disasm__calc_percent() 696 struct annotation *notes = symbol__annotation(sym); in disasm_line__print() 810 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() 904 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() 1169 struct annotation *notes = symbol__annotation(sym); in symbol__free_source_line() [all …]
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 347 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() 450 struct annotation *notes; in annotate_browser__callq() 491 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_offset() 530 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string() 569 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string_reverse() 892 struct annotation *notes; in symbol__tui_annotate()
|
D | hists.c | 1642 struct annotation *notes; in perf_evsel__hists_browse() 1708 struct annotation *notes; in perf_evsel__hists_browse()
|
/linux-4.1.27/tools/perf/ |
D | builtin-annotate.c | 123 struct annotation *notes; in hists__find_annotations() 349 symbol_conf.priv_size = sizeof(struct annotation); in cmd_annotate()
|
D | builtin-top.c | 92 struct annotation *notes; in perf_top__parse_source() 176 struct annotation *notes; in perf_top__record_precise_ip() 218 struct annotation *notes; in perf_top__show_details() 1249 symbol_conf.priv_size = sizeof(struct annotation); in cmd_top()
|
D | builtin-report.c | 831 symbol_conf.priv_size = sizeof(struct annotation); in cmd_report()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 66 Path to vmlinux. Required for annotation functionality. 227 Stop annotation, return to full profile display.
|
D | perf-buildid-cache.txt | 55 annotation.
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | annotate.c | 93 struct annotation *notes; in perf_gtk__annotate_symbol()
|
/linux-4.1.27/Documentation/ |
D | sparse.txt | 68 annotation is needed. The tree annotations above are for cases where
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 67 * enables annotation of code with MPX instructions and prefixes
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1216 This feature enables the __rcu sparse annotation for 1217 RCU-protected pointers. This annotation will cause sparse
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1370 When an interrupt is running inside a softirq, the annotation is 'H'.
|