Lines Matching defs:annotation
112 struct annotation;
215 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
219 int __annotation__scnprintf_samples_period(struct annotation *notes,
260 * when the annotation is about to be presented, so the percentages are for
273 struct annotation {
300 static inline int annotation__cycles_width(struct annotation *notes)
308 static inline int annotation__pcnt_width(struct annotation *notes)
313 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes)
318 void annotation__set_offsets(struct annotation *notes, s64 size);
319 void annotation__compute_ipc(struct annotation *notes, size_t size);
320 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym);
321 void annotation__update_column_widths(struct annotation *notes);
322 void annotation__init_column_widths(struct annotation *notes, struct symbol *sym);
329 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx)
334 static inline struct annotation *symbol__annotation(struct symbol *sym)