#include <linux/compiler.h>
#include <linux/types.h>
#include <inttypes.h>
#include <unistd.h>
#include "tests.h"
#include "debug.h"
#include "machine.h"
#include "event.h"
#include "../util/unwind.h"
#include "perf_regs.h"
#include "map.h"
#include "thread.h"
#include "callchain.h"
#include <stdlib.h>
Go to the source code of this file.
◆ MAX_STACK
◆ init_live_machine()
static int init_live_machine |
( |
struct machine * |
machine | ) |
|
|
static |
◆ mmap_handler()
◆ test__dwarf_unwind()
int test__dwarf_unwind |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |
◆ test_dwarf_unwind__compare()
noinline int test_dwarf_unwind__compare |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ test_dwarf_unwind__krava_1()
noinline int test_dwarf_unwind__krava_1 |
( |
struct thread * |
thread | ) |
|
◆ test_dwarf_unwind__krava_2()
noinline int test_dwarf_unwind__krava_2 |
( |
struct thread * |
thread | ) |
|
◆ test_dwarf_unwind__krava_3()
noinline int test_dwarf_unwind__krava_3 |
( |
struct thread * |
thread | ) |
|
◆ test_dwarf_unwind__thread()
noinline int test_dwarf_unwind__thread |
( |
struct thread * |
thread | ) |
|
◆ unwind_entry()
◆ global_unwind_retval
int global_unwind_retval = -INT_MAX |
|
static |