Linux Perf
dwarf-regs.c File Reference
#include <errno.h>
#include <stddef.h>
#include <stdlib.h>
#include <linux/kernel.h>
#include <asm/ptrace.h>
#include <string.h>
#include <dwarf-regs.h>
#include "dwarf-regs-table.h"
Include dependency graph for dwarf-regs.c:

Go to the source code of this file.

Functions

const char * get_arch_regstr (unsigned int n)
 
int regs_query_register_offset (const char *name)
 

Function Documentation

◆ get_arch_regstr()

const char* get_arch_regstr ( unsigned int  n)

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

◆ regs_query_register_offset()

int regs_query_register_offset ( const char *  name)

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