Lines Matching refs:annotation
84 struct annotation;
213 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
217 int __annotation__scnprintf_samples_period(struct annotation *notes,
357 struct LOCKABLE annotation { struct
362 static inline void annotation__init(struct annotation *notes __maybe_unused) in annotation__init() argument
365 void annotation__exit(struct annotation *notes);
367 void annotation__lock(struct annotation *notes) EXCLUSIVE_LOCK_FUNCTION(*notes);
368 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
369 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes);
371 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width()
379 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width()
394 void annotation__update_column_widths(struct annotation *notes);
395 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms);
403 static inline struct sym_hist *annotation__histogram(struct annotation *notes, in annotation__histogram()
420 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
428 struct annotated_branch *annotation__get_branch(struct annotation *notes);