#include <linux/rbtree.h>
#include <linux/list.h>
#include "util.h"
#include "call-path.h"
Go to the source code of this file.
|
static void | call_path__init (struct call_path *cp, struct call_path *parent, struct symbol *sym, u64 ip, bool in_kernel) |
|
struct call_path_root * | call_path_root__new (void) |
|
void | call_path_root__free (struct call_path_root *cpr) |
|
static struct call_path * | call_path__new (struct call_path_root *cpr, struct call_path *parent, struct symbol *sym, u64 ip, bool in_kernel) |
|
struct call_path * | call_path__findnew (struct call_path_root *cpr, struct call_path *parent, struct symbol *sym, u64 ip, u64 ks) |
|
◆ call_path__findnew()
◆ call_path__init()
static void call_path__init |
( |
struct call_path * |
cp, |
|
|
struct call_path * |
parent, |
|
|
struct symbol * |
sym, |
|
|
u64 |
ip, |
|
|
bool |
in_kernel |
|
) |
| |
|
static |
◆ call_path__new()
◆ call_path_root__free()
◆ call_path_root__new()