|
Linux Perf
|
#include <annotate.h>

Public Attributes | |
| bool | first_line |
| bool | current_entry |
| bool | change_color |
| int | width |
| void * | obj |
| int(* | set_color )(void *obj, int color) |
| void(* | set_percent_color )(void *obj, double percent, bool current) |
| int(* | set_jumps_percent_color )(void *obj, int nr, bool current) |
| void(* | printf )(void *obj, const char *fmt,...) |
| void(* | write_graph )(void *obj, int graph) |
Definition at line 161 of file annotate.h.
| bool annotation_write_ops::change_color |
Definition at line 162 of file annotate.h.
| bool annotation_write_ops::current_entry |
Definition at line 162 of file annotate.h.
| bool annotation_write_ops::first_line |
Definition at line 162 of file annotate.h.
| void* annotation_write_ops::obj |
Definition at line 164 of file annotate.h.
Definition at line 168 of file annotate.h.
| int(* annotation_write_ops::set_color) (void *obj, int color) |
Definition at line 165 of file annotate.h.
| int(* annotation_write_ops::set_jumps_percent_color) (void *obj, int nr, bool current) |
Definition at line 167 of file annotate.h.
Definition at line 166 of file annotate.h.
| int annotation_write_ops::width |
Definition at line 163 of file annotate.h.
| void(* annotation_write_ops::write_graph) (void *obj, int graph) |
Definition at line 169 of file annotate.h.