#include "perf.h"
#include "util/util.h"
#include "util/debug.h"
#include "util/branch.h"
Go to the source code of this file.
|
static bool | cross_area (u64 addr1, u64 addr2, int size) |
|
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) |
|
static int | count_str_scnprintf (int idx, const char *str, char *bf, int size) |
|
int | branch_type_str (struct branch_type_stat *st, char *bf, int size) |
|
◆ AREA_2M
#define AREA_2M (2 * 1024 * 1024) |
◆ AREA_4K
◆ branch_type_count()
◆ branch_type_name()
const char* branch_type_name |
( |
int |
type | ) |
|
◆ branch_type_stat_display()
◆ branch_type_str()
◆ count_str_scnprintf()
static int count_str_scnprintf |
( |
int |
idx, |
|
|
const char * |
str, |
|
|
char * |
bf, |
|
|
int |
size |
|
) |
| |
|
static |
◆ cross_area()
static bool cross_area |
( |
u64 |
addr1, |
|
|
u64 |
addr2, |
|
|
int |
size |
|
) |
| |
|
static |