Linux Perf
vmlinux-kallsyms.c File Reference
#include <linux/compiler.h>
#include <linux/rbtree.h>
#include <inttypes.h>
#include <string.h>
#include "map.h"
#include "symbol.h"
#include "util.h"
#include "tests.h"
#include "debug.h"
#include "machine.h"
Include dependency graph for vmlinux-kallsyms.c:

Go to the source code of this file.

Macros

#define UM(x)   kallsyms_map->unmap_ip(kallsyms_map, (x))
 

Functions

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

Macro Definition Documentation

◆ UM

#define UM (   x)    kallsyms_map->unmap_ip(kallsyms_map, (x))

Definition at line 13 of file vmlinux-kallsyms.c.

Function Documentation

◆ test__vmlinux_matches_kallsyms()

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

Definition at line 15 of file vmlinux-kallsyms.c.

Here is the call graph for this function: