Linux Perf
|
#include "debug.h"
#include "symbol.h"
#include "map.h"
#include "probe-event.h"
#include "probe-file.h"
Go to the source code of this file.
Functions | |
int | arch__choose_best_symbol (struct symbol *syma, struct symbol *symb __maybe_unused) |
int | arch__compare_symbol_names (const char *namea, const char *nameb) |
int | arch__compare_symbol_names_n (const char *namea, const char *nameb, unsigned int n) |
const char * | arch__normalize_symbol_name (const char *name) |
int arch__compare_symbol_names | ( | const char * | namea, |
const char * | nameb | ||
) |
Definition at line 45 of file sym-handling.c.
int arch__compare_symbol_names_n | ( | const char * | namea, |
const char * | nameb, | ||
unsigned int | n | ||
) |
Definition at line 56 of file sym-handling.c.
const char* arch__normalize_symbol_name | ( | const char * | name | ) |
Definition at line 68 of file sym-handling.c.