Linux Perf
perf-hooks.c File Reference
#include <signal.h>
#include <stdlib.h>
#include "tests.h"
#include "debug.h"
#include "util.h"
#include "perf-hooks.h"
Include dependency graph for perf-hooks.c:

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)
 

Function Documentation

◆ sigsegv_handler()

static void sigsegv_handler ( int sig  __maybe_unused)
static

Definition at line 10 of file perf-hooks.c.

Here is the call graph for this function:

◆ test__perf_hooks()

int test__perf_hooks ( struct test *test  __maybe_unused,
int subtest  __maybe_unused 
)

Definition at line 31 of file perf-hooks.c.

Here is the call graph for this function:

◆ the_hook()

static void the_hook ( void *  _hook_flags)
static

Definition at line 20 of file perf-hooks.c.