annotation         32 arch/alpha/kernel/err_common.c mchk_dump_mem(void *data, size_t length, char **annotation)
annotation         38 arch/alpha/kernel/err_common.c 		if (annotation && !annotation[i]) 
annotation         39 arch/alpha/kernel/err_common.c 			annotation = NULL;
annotation         43 arch/alpha/kernel/err_common.c 		       annotation ? annotation[i] : "");
annotation        223 arch/alpha/kernel/err_common.c 	char **annotation = NULL;
annotation        232 arch/alpha/kernel/err_common.c 			annotation = a->annotation;
annotation        238 arch/alpha/kernel/err_common.c 	mchk_dump_mem(header, header->length, annotation);
annotation         23 arch/alpha/kernel/err_impl.h 	char **annotation;
annotation       1252 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t seq, u8 annotation,
annotation       1255 include/trace/events/rxrpc.h 	    TP_ARGS(call, seq, annotation, expiry),
annotation       1260 include/trace/events/rxrpc.h 		    __field(u8,				annotation	)
annotation       1267 include/trace/events/rxrpc.h 		    __entry->annotation = annotation;
annotation       1274 include/trace/events/rxrpc.h 		      __entry->annotation,
annotation        164 net/rxrpc/call_event.c 	u8 annotation, anno_type, retrans = 0, unacked = 0;
annotation        189 net/rxrpc/call_event.c 		annotation = call->rxtx_annotations[ix];
annotation        190 net/rxrpc/call_event.c 		anno_type = annotation & RXRPC_TX_ANNO_MASK;
annotation        191 net/rxrpc/call_event.c 		annotation &= ~RXRPC_TX_ANNO_MASK;
annotation        204 net/rxrpc/call_event.c 			if (!(annotation & RXRPC_TX_ANNO_RESENT))
annotation        209 net/rxrpc/call_event.c 		call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation;
annotation        211 net/rxrpc/call_event.c 		trace_rxrpc_retransmit(call, seq, annotation | anno_type,
annotation        246 net/rxrpc/call_event.c 		annotation = call->rxtx_annotations[ix];
annotation        247 net/rxrpc/call_event.c 		anno_type = annotation & RXRPC_TX_ANNO_MASK;
annotation        272 net/rxrpc/call_event.c 			annotation = call->rxtx_annotations[ix];
annotation        273 net/rxrpc/call_event.c 			anno_type = annotation & RXRPC_TX_ANNO_MASK;
annotation        276 net/rxrpc/call_event.c 				annotation &= ~RXRPC_TX_ANNO_MASK;
annotation        277 net/rxrpc/call_event.c 				annotation |= RXRPC_TX_ANNO_UNACK;
annotation        279 net/rxrpc/call_event.c 			annotation |= RXRPC_TX_ANNO_RESENT;
annotation        280 net/rxrpc/call_event.c 			call->rxtx_annotations[ix] = annotation;
annotation        204 net/rxrpc/input.c 	u8 annotation;
annotation        219 net/rxrpc/input.c 		annotation = call->rxtx_annotations[ix];
annotation        226 net/rxrpc/input.c 		if (annotation & RXRPC_TX_ANNO_LAST) {
annotation        230 net/rxrpc/input.c 		if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK)
annotation        475 net/rxrpc/input.c 		u8 flags, annotation = j;
annotation        501 net/rxrpc/input.c 		trace_rxrpc_rx_data(call->debug_id, seq, serial, flags, annotation);
annotation        548 net/rxrpc/input.c 		call->rxtx_annotations[ix] = annotation;
annotation        663 net/rxrpc/input.c 			u8 annotation = call->rxtx_annotations[ix];
annotation        664 net/rxrpc/input.c 			u8 anno_type = annotation & RXRPC_TX_ANNO_MASK;
annotation        668 net/rxrpc/input.c 			annotation &= ~RXRPC_TX_ANNO_MASK;
annotation        669 net/rxrpc/input.c 			annotation |= RXRPC_TX_ANNO_RETRANS;
annotation        670 net/rxrpc/input.c 			call->rxtx_annotations[ix] = annotation;
annotation        768 net/rxrpc/input.c 	u8 annotation, anno_type;
annotation        772 net/rxrpc/input.c 		annotation = call->rxtx_annotations[ix];
annotation        773 net/rxrpc/input.c 		anno_type = annotation & RXRPC_TX_ANNO_MASK;
annotation        774 net/rxrpc/input.c 		annotation &= ~RXRPC_TX_ANNO_MASK;
annotation        782 net/rxrpc/input.c 				RXRPC_TX_ANNO_ACK | annotation;
annotation        797 net/rxrpc/input.c 				RXRPC_TX_ANNO_NAK | annotation;
annotation        233 net/rxrpc/recvmsg.c 			       u8 annotation,
annotation        239 net/rxrpc/recvmsg.c 	u8 subpacket = annotation & RXRPC_RX_ANNO_SUBPACKET;
annotation        278 net/rxrpc/recvmsg.c 	u8 annotation = *_annotation;
annotation        279 net/rxrpc/recvmsg.c 	u8 subpacket = annotation & RXRPC_RX_ANNO_SUBPACKET;
annotation        289 net/rxrpc/recvmsg.c 	if (!(annotation & RXRPC_RX_ANNO_VERIFIED)) {
annotation        290 net/rxrpc/recvmsg.c 		ret = rxrpc_verify_packet(call, skb, annotation, offset, len);
annotation        202 net/rxrpc/sendmsg.c 	u8 annotation = RXRPC_TX_ANNO_UNACK;
annotation        209 net/rxrpc/sendmsg.c 		annotation |= RXRPC_TX_ANNO_LAST;
annotation        218 net/rxrpc/sendmsg.c 	call->rxtx_annotations[ix] = annotation;
annotation         87 tools/perf/builtin-annotate.c 	struct annotation *notes = sym ? symbol__annotation(sym) : NULL;
annotation        318 tools/perf/builtin-annotate.c 		struct annotation *notes;
annotation        617 tools/perf/builtin-diff.c 	struct annotation *notes;
annotation        111 tools/perf/builtin-top.c 	struct annotation *notes;
annotation        196 tools/perf/builtin-top.c 	struct annotation *notes;
annotation        237 tools/perf/builtin-top.c 	struct annotation *notes;
annotation         40 tools/perf/ui/browsers/annotate.c static inline struct annotation *browser__annotation(struct ui_browser *browser)
annotation         48 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(browser);
annotation         55 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(browser);
annotation         99 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(browser);
annotation        155 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation        218 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(browser);
annotation        268 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(&browser->b);
annotation        292 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(&browser->b);
annotation        307 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation        348 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(&browser->b);
annotation        386 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(browser);
annotation        415 tools/perf/ui/browsers/annotate.c 	struct annotation *notes;
annotation        444 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(&browser->b);
annotation        490 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(&browser->b);
annotation        527 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = browser__annotation(&browser->b);
annotation        667 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = symbol__annotation(ms->sym);
annotation        896 tools/perf/ui/browsers/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2371 tools/perf/ui/browsers/hists.c 	struct annotation *notes;
annotation         99 tools/perf/ui/gtk/annotate.c 	struct annotation *notes;
annotation        793 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation        804 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation        900 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation        919 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       1011 tools/perf/util/annotate.c static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end)
annotation       1023 tools/perf/util/annotate.c static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_hist *ch)
annotation       1054 tools/perf/util/annotate.c void annotation__compute_ipc(struct annotation *notes, size_t size)
annotation       1380 tools/perf/util/annotate.c 		struct annotation *notes = symbol__annotation(sym);
annotation       1493 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       1578 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       1714 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2036 tools/perf/util/annotate.c static void annotation__calc_percent(struct annotation *notes,
annotation       2069 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2079 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2242 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2274 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2408 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2465 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2473 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2532 tools/perf/util/annotate.c void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym)
annotation       2565 tools/perf/util/annotate.c void annotation__set_offsets(struct annotation *notes, s64 size)
annotation       2602 tools/perf/util/annotate.c static int annotation__max_ins_name(struct annotation *notes)
annotation       2619 tools/perf/util/annotate.c void annotation__init_column_widths(struct annotation *notes, struct symbol *sym)
annotation       2628 tools/perf/util/annotate.c void annotation__update_column_widths(struct annotation *notes)
annotation       2641 tools/perf/util/annotate.c static void annotation__calc_lines(struct annotation *notes, struct map *map,
annotation       2677 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation       2742 tools/perf/util/annotate.c 					   struct annotation *notes,
annotation       2761 tools/perf/util/annotate.c static void disasm_line__write(struct disasm_line *dl, struct annotation *notes,
annotation       2792 tools/perf/util/annotate.c static void ipc_coverage_string(char *bf, int size, struct annotation *notes)
annotation       2808 tools/perf/util/annotate.c static void __annotation_line__write(struct annotation_line *al, struct annotation *notes,
annotation       2970 tools/perf/util/annotate.c void annotation_line__write(struct annotation_line *al, struct annotation *notes,
annotation       2985 tools/perf/util/annotate.c 	struct annotation *notes = symbol__annotation(sym);
annotation        109 tools/perf/util/annotate.h struct annotation;
annotation        213 tools/perf/util/annotate.h void annotation_line__write(struct annotation_line *al, struct annotation *notes,
annotation        217 tools/perf/util/annotate.h int __annotation__scnprintf_samples_period(struct annotation *notes,
annotation        298 tools/perf/util/annotate.h static inline int annotation__cycles_width(struct annotation *notes)
annotation        306 tools/perf/util/annotate.h static inline int annotation__pcnt_width(struct annotation *notes)
annotation        311 tools/perf/util/annotate.h static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes)
annotation        316 tools/perf/util/annotate.h void annotation__set_offsets(struct annotation *notes, s64 size);
annotation        317 tools/perf/util/annotate.h void annotation__compute_ipc(struct annotation *notes, size_t size);
annotation        318 tools/perf/util/annotate.h void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym);
annotation        319 tools/perf/util/annotate.h void annotation__update_column_widths(struct annotation *notes);
annotation        320 tools/perf/util/annotate.h void annotation__init_column_widths(struct annotation *notes, struct symbol *sym);
annotation        327 tools/perf/util/annotate.h static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx)
annotation        332 tools/perf/util/annotate.h static inline struct annotation *symbol__annotation(struct symbol *sym)
annotation        449 tools/perf/util/sort.c 	struct annotation *notes;
annotation        280 tools/perf/util/symbol.c 			struct annotation *notes = (void *)sym;
annotation       2232 tools/perf/util/symbol.c 	symbol_conf.priv_size += sizeof(struct annotation);