cregit-Linux how code gets into the kernel

Release 4.18 tools/perf/util/mem2node.h

Directory: tools/perf/util
#ifndef __MEM2NODE_H

#define __MEM2NODE_H

#include <linux/rbtree.h>
#include "env.h"

struct phys_entry;


struct mem2node {
	
struct rb_root		 root;
	
struct phys_entry	*entries;
	
int			 cnt;
};

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

#endif /* __MEM2NODE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Olsa70100.00%1100.00%
Total70100.00%1100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.