Searched refs:annotation (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/tools/perf/util/ |
D | annotate.h | 51 struct annotation { struct 57 struct annotation annotation; argument 61 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() 67 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() 70 return &a->annotation; in symbol__annotation()
|
D | annotate.c | 23 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init() 30 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() 45 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() 58 struct annotation *notes; in symbol__inc_addr_samples() 127 struct annotation *notes = symbol__annotation(sym); in objdump_line__print() 202 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() 381 struct annotation *notes = symbol__annotation(sym); in symbol__free_source_line() 401 struct annotation *notes = symbol__annotation(sym); in symbol__get_source_line() 477 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_hits() 494 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_printf() [all …]
|
/linux-3.4.99/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-3.4.99/Documentation/RCU/ |
D | RTFP.txt | 199 ,annotation={ 215 ,annotation={ 251 ,annotation={ 287 ,annotation={ 312 ,annotation= { 340 ,annotation={ 354 ,annotation={ 371 ,annotation={ 391 ,annotation={ 413 annotation=" [all …]
|
/linux-3.4.99/tools/perf/ |
D | builtin-annotate.c | 71 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_sample() 126 struct annotation *notes; in hists__find_annotations() 297 symbol_conf.priv_size = sizeof(struct annotation); in cmd_annotate()
|
D | builtin-report.c | 93 struct annotation *notes; in perf_report__add_branch_hist_entry() 166 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_hist_entry() 698 symbol_conf.priv_size = sizeof(struct annotation); in cmd_report()
|
D | builtin-top.c | 115 struct annotation *notes; in perf_top__parse_source() 198 struct annotation *notes; in perf_top__record_precise_ip() 233 struct annotation *notes; in perf_top__show_details() 1307 symbol_conf.priv_size = sizeof(struct annotation); in cmd_top()
|
/linux-3.4.99/tools/perf/util/ui/browsers/ |
D | annotate.c | 94 struct annotation *notes = symbol__annotation(sym); in objdump_line__calc_percent() 169 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() 310 struct annotation *notes; in annotate_browser__run() 378 struct annotation *notes; in symbol__tui_annotate()
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-top.txt | 67 Path to vmlinux. Required for annotation functionality. 180 Stop annotation, return to full profile display.
|
/linux-3.4.99/lib/ |
D | Kconfig.debug | 603 This feature enables the __rcu sparse annotation for 604 RCU-protected pointers. This annotation will cause sparse
|