Linux Perf
dwarf-unwind.c File Reference
#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"
Include dependency graph for dwarf-unwind.c:

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)
 

Macro Definition Documentation

◆ STACK_SIZE

#define STACK_SIZE   8192

Definition at line 11 of file dwarf-unwind.c.

Function Documentation

◆ sample_ustack()

static int sample_ustack ( struct perf_sample sample,
struct thread thread,
u64 *  regs 
)
static

Definition at line 13 of file dwarf-unwind.c.

Here is the call graph for this function:

◆ test__arch_unwind_sample()

int test__arch_unwind_sample ( struct perf_sample sample,
struct thread thread 
)

Definition at line 45 of file dwarf-unwind.c.

Here is the call graph for this function: