Linux Perf
|
#include <signal.h>
#include <stdlib.h>
#include "tests.h"
#include "debug.h"
#include "util.h"
#include "perf-hooks.h"
Go to the source code of this file.
Functions | |
static void | sigsegv_handler (int sig __maybe_unused) |
static void | the_hook (void *_hook_flags) |
int | test__perf_hooks (struct test *test __maybe_unused, int subtest __maybe_unused) |
|
static |
|
static |
Definition at line 20 of file perf-hooks.c.