hotspot/agent/src/os/linux/libproc.h
changeset 35075 ca79cbf3f106
parent 35073 3b3c2fb85d58
equal deleted inserted replaced
35074:4ac430acedd7 35075:ca79cbf3f106
    66 combination of ptrace and /proc calls.
    66 combination of ptrace and /proc calls.
    67 
    67 
    68 *************************************************************************************/
    68 *************************************************************************************/
    69 
    69 
    70 
    70 
    71 #if defined(sparc) || defined(sparcv9) || defined(ppc64)
    71 #if defined(sparc) || defined(sparcv9) || defined(ppc64) || defined(ppc64le)
    72 #include <asm/ptrace.h>
    72 #include <asm/ptrace.h>
    73 #define user_regs_struct  pt_regs
    73 #define user_regs_struct  pt_regs
    74 #endif
    74 #endif
    75 #if defined(aarch64)
    75 #if defined(aarch64)
    76 #include <asm/ptrace.h>
    76 #include <asm/ptrace.h>