Lines Matching refs:annotation
111 struct annotation;
214 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
218 int __annotation__scnprintf_samples_period(struct annotation *notes,
272 struct annotation { struct
299 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument
307 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width()
312 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter()
317 void annotation__set_offsets(struct annotation *notes, s64 size);
318 void annotation__compute_ipc(struct annotation *notes, size_t size);
319 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym);
320 void annotation__update_column_widths(struct annotation *notes);
321 void annotation__init_column_widths(struct annotation *notes, struct symbol *sym);
328 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
333 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()