Linux Perf
symbol_fprintf.c File Reference
#include <elf.h>
#include <inttypes.h>
#include <stdio.h>
#include "symbol.h"
Include dependency graph for symbol_fprintf.c:

Go to the source code of this file.

Functions

size_t symbol__fprintf (struct symbol *sym, FILE *fp)
 
size_t __symbol__fprintf_symname_offs (const struct symbol *sym, const struct addr_location *al, bool unknown_as_addr, bool print_offsets, FILE *fp)
 
size_t symbol__fprintf_symname_offs (const struct symbol *sym, const struct addr_location *al, FILE *fp)
 
size_t __symbol__fprintf_symname (const struct symbol *sym, const struct addr_location *al, bool unknown_as_addr, FILE *fp)
 
size_t symbol__fprintf_symname (const struct symbol *sym, FILE *fp)
 
size_t dso__fprintf_symbols_by_name (struct dso *dso, FILE *fp)
 

Function Documentation

◆ __symbol__fprintf_symname()

size_t __symbol__fprintf_symname ( const struct symbol sym,
const struct addr_location al,
bool  unknown_as_addr,
FILE *  fp 
)

Definition at line 48 of file symbol_fprintf.c.

Here is the call graph for this function:

◆ __symbol__fprintf_symname_offs()

size_t __symbol__fprintf_symname_offs ( const struct symbol sym,
const struct addr_location al,
bool  unknown_as_addr,
bool  print_offsets,
FILE *  fp 
)

Definition at line 17 of file symbol_fprintf.c.

◆ dso__fprintf_symbols_by_name()

size_t dso__fprintf_symbols_by_name ( struct dso dso,
FILE *  fp 
)

Definition at line 60 of file symbol_fprintf.c.

◆ symbol__fprintf()

size_t symbol__fprintf ( struct symbol sym,
FILE *  fp 
)

Definition at line 8 of file symbol_fprintf.c.

◆ symbol__fprintf_symname()

size_t symbol__fprintf_symname ( const struct symbol sym,
FILE *  fp 
)

Definition at line 55 of file symbol_fprintf.c.

Here is the call graph for this function:

◆ symbol__fprintf_symname_offs()

size_t symbol__fprintf_symname_offs ( const struct symbol sym,
const struct addr_location al,
FILE *  fp 
)

Definition at line 41 of file symbol_fprintf.c.

Here is the call graph for this function: