#include <linux/types.h>
#include <string.h>
#include <stdbool.h>
Go to the source code of this file.
◆ DSO__NAME_VDSO
#define DSO__NAME_VDSO "[vdso]" |
◆ DSO__NAME_VDSO32
#define DSO__NAME_VDSO32 "[vdso32]" |
◆ DSO__NAME_VDSOX32
#define DSO__NAME_VDSOX32 "[vdsox32]" |
◆ VDSO__MAP_NAME
#define VDSO__MAP_NAME "[vdso]" |
Definition at line 9 of file vdso.h.
◆ dso__is_vdso()
bool dso__is_vdso |
( |
struct dso * |
dso | ) |
|
◆ is_vdso_map()
static bool is_vdso_map |
( |
const char * |
filename | ) |
|
|
inlinestatic |
◆ machine__exit_vdso()
void machine__exit_vdso |
( |
struct machine * |
machine | ) |
|
◆ machine__findnew_vdso()
struct dso* machine__findnew_vdso |
( |
struct machine * |
machine, |
|
|
struct thread * |
thread |
|
) |
| |