Linux Perf
|
#include <string.h>
#include "perf_regs.h"
#include "thread.h"
#include "map.h"
#include "event.h"
#include "debug.h"
#include "tests/tests.h"
#include "arch-tests.h"
Go to the source code of this file.
Macros | |
#define | STACK_SIZE 8192 |
Functions | |
static int | sample_ustack (struct perf_sample *sample, struct thread *thread, u64 *regs) |
int | test__arch_unwind_sample (struct perf_sample *sample, struct thread *thread) |
#define STACK_SIZE 8192 |
Definition at line 11 of file dwarf-unwind.c.
|
static |
int test__arch_unwind_sample | ( | struct perf_sample * | sample, |
struct thread * | thread | ||
) |