Linux Perf
annotation_write_ops Struct Reference

#include <annotate.h>

Collaboration diagram for annotation_write_ops:
Collaboration graph

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)
 

Detailed Description

Definition at line 161 of file annotate.h.

Member Data Documentation

◆ change_color

bool annotation_write_ops::change_color

Definition at line 162 of file annotate.h.

◆ current_entry

bool annotation_write_ops::current_entry

Definition at line 162 of file annotate.h.

◆ first_line

bool annotation_write_ops::first_line

Definition at line 162 of file annotate.h.

◆ obj

void* annotation_write_ops::obj

Definition at line 164 of file annotate.h.

◆ printf

void(* annotation_write_ops::printf) (void *obj, const char *fmt,...)

Definition at line 168 of file annotate.h.

◆ set_color

int(* annotation_write_ops::set_color) (void *obj, int color)

Definition at line 165 of file annotate.h.

◆ set_jumps_percent_color

int(* annotation_write_ops::set_jumps_percent_color) (void *obj, int nr, bool current)

Definition at line 167 of file annotate.h.

◆ set_percent_color

void(* annotation_write_ops::set_percent_color) (void *obj, double percent, bool current)

Definition at line 166 of file annotate.h.

◆ width

int annotation_write_ops::width

Definition at line 163 of file annotate.h.

◆ write_graph

void(* annotation_write_ops::write_graph) (void *obj, int graph)

Definition at line 169 of file annotate.h.


The documentation for this struct was generated from the following file: