|
Linux Perf
|
#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"
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) |
| #define UM | ( | x | ) | kallsyms_map->unmap_ip(kallsyms_map, (x)) |
Definition at line 13 of file vmlinux-kallsyms.c.