Linux Perf
mem2node.h File Reference
#include <linux/rbtree.h>
#include "env.h"
Include dependency graph for mem2node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mem2node
 

Functions

int mem2node__init (struct mem2node *map, struct perf_env *env)
 
void mem2node__exit (struct mem2node *map)
 
int mem2node__node (struct mem2node *map, u64 addr)
 

Function Documentation

◆ mem2node__exit()

void mem2node__exit ( struct mem2node map)

Definition at line 109 of file mem2node.c.

◆ mem2node__init()

int mem2node__init ( struct mem2node map,
struct perf_env env 
)

Definition at line 43 of file mem2node.c.

Here is the call graph for this function:

◆ mem2node__node()

int mem2node__node ( struct mem2node map,
u64  addr 
)

Definition at line 114 of file mem2node.c.

Here is the call graph for this function: