Linux Perf
branch_info Struct Reference

#include <symbol.h>

Collaboration diagram for branch_info:
Collaboration graph

Public Attributes

struct addr_map_symbol from
 
struct addr_map_symbol to
 
struct branch_flags flags
 
char * srcline_from
 
char * srcline_to
 

Detailed Description

Definition at line 192 of file symbol.h.

Member Data Documentation

◆ flags

struct branch_flags branch_info::flags

Definition at line 195 of file symbol.h.

◆ from

struct addr_map_symbol branch_info::from

Definition at line 193 of file symbol.h.

◆ srcline_from

char* branch_info::srcline_from

Definition at line 196 of file symbol.h.

◆ srcline_to

char* branch_info::srcline_to

Definition at line 197 of file symbol.h.

◆ to

struct addr_map_symbol branch_info::to

Definition at line 194 of file symbol.h.


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