Linux Perf
sym-handling.c File Reference
#include "debug.h"
#include "symbol.h"
#include "map.h"
#include "probe-event.h"
#include "probe-file.h"
Include dependency graph for sym-handling.c:

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)
 

Function Documentation

◆ arch__choose_best_symbol()

int arch__choose_best_symbol ( struct symbol syma,
struct symbol *symb  __maybe_unused 
)

Definition at line 26 of file sym-handling.c.

Here is the call graph for this function:

◆ arch__compare_symbol_names()

int arch__compare_symbol_names ( const char *  namea,
const char *  nameb 
)

Definition at line 45 of file sym-handling.c.

◆ arch__compare_symbol_names_n()

int arch__compare_symbol_names_n ( const char *  namea,
const char *  nameb,
unsigned int  n 
)

Definition at line 56 of file sym-handling.c.

◆ arch__normalize_symbol_name()

const char* arch__normalize_symbol_name ( const char *  name)

Definition at line 68 of file sym-handling.c.