Linux Perf
dwarf-regs.c File Reference
Include dependency graph for dwarf-regs.c:

Go to the source code of this file.

Macros

#define EM_AARCH64   183 /* ARM 64 bit */
 
#define DEFINE_DWARF_REGSTR_TABLE
 
#define __get_dwarf_regstr(tbl, n)   (((n) < ARRAY_SIZE(tbl)) ? (tbl)[(n)] : NULL)
 

Functions

const char * get_dwarf_regstr (unsigned int n, unsigned int machine)
 

Macro Definition Documentation

◆ __get_dwarf_regstr

#define __get_dwarf_regstr (   tbl,
 
)    (((n) < ARRAY_SIZE(tbl)) ? (tbl)[(n)] : NULL)

Definition at line 29 of file dwarf-regs.c.

◆ DEFINE_DWARF_REGSTR_TABLE

#define DEFINE_DWARF_REGSTR_TABLE

Definition at line 19 of file dwarf-regs.c.

◆ EM_AARCH64

#define EM_AARCH64   183 /* ARM 64 bit */

Definition at line 15 of file dwarf-regs.c.

Function Documentation

◆ get_dwarf_regstr()

const char* get_dwarf_regstr ( unsigned int  n,
unsigned int  machine 
)

Definition at line 32 of file dwarf-regs.c.

Here is the call graph for this function: