Linux Perf
branch.h File Reference
#include <stdint.h>
#include "../perf.h"
Include dependency graph for branch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  branch_type_stat
 

Functions

void branch_type_count (struct branch_type_stat *st, struct branch_flags *flags, u64 from, u64 to)
 
const char * branch_type_name (int type)
 
void branch_type_stat_display (FILE *fp, struct branch_type_stat *st)
 
int branch_type_str (struct branch_type_stat *st, char *bf, int bfsize)
 

Function Documentation

◆ branch_type_count()

void branch_type_count ( struct branch_type_stat st,
struct branch_flags flags,
u64  from,
u64  to 
)

Definition at line 19 of file branch.c.

Here is the call graph for this function:

◆ branch_type_name()

const char* branch_type_name ( int  type)

Definition at line 40 of file branch.c.

◆ branch_type_stat_display()

void branch_type_stat_display ( FILE *  fp,
struct branch_type_stat st 
)

Definition at line 62 of file branch.c.

Here is the call graph for this function:

◆ branch_type_str()

int branch_type_str ( struct branch_type_stat st,
char *  bf,
int  bfsize 
)

Definition at line 115 of file branch.c.

Here is the call graph for this function: