Linux Perf
|
#include <util.h>
#include <debug.h>
#include <dwarf-regs.h>
#include <elf.h>
#include <linux/kernel.h>
#include "../arch/x86/include/dwarf-regs-table.h"
#include "../arch/arm/include/dwarf-regs-table.h"
#include "../arch/arm64/include/dwarf-regs-table.h"
#include "../arch/sh/include/dwarf-regs-table.h"
#include "../arch/powerpc/include/dwarf-regs-table.h"
#include "../arch/s390/include/dwarf-regs-table.h"
#include "../arch/sparc/include/dwarf-regs-table.h"
#include "../arch/xtensa/include/dwarf-regs-table.h"
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) |
#define __get_dwarf_regstr | ( | tbl, | |
n | |||
) | (((n) < ARRAY_SIZE(tbl)) ? (tbl)[(n)] : NULL) |
Definition at line 29 of file dwarf-regs.c.
#define DEFINE_DWARF_REGSTR_TABLE |
Definition at line 19 of file dwarf-regs.c.
#define EM_AARCH64 183 /* ARM 64 bit */ |
Definition at line 15 of file dwarf-regs.c.
const char* get_dwarf_regstr | ( | unsigned int | n, |
unsigned int | machine | ||
) |