Searched refs:mem2node (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dmem2node.h10 struct mem2node { struct
16 int mem2node__init(struct mem2node *map, struct perf_env *env);
17 void mem2node__exit(struct mem2node *map);
18 int mem2node__node(struct mem2node *map, u64 addr);
H A Dmem2node.c9 #include "mem2node.h"
47 int mem2node__init(struct mem2node *map, struct perf_env *env)
104 pr_debug("mem2node %03" PRIu64 " [0x%016" PRIx64 "-0x%016" PRIx64 "]\n",
114 void mem2node__exit(struct mem2node *map)
119 int mem2node__node(struct mem2node *map, u64 addr)
/linux-master/tools/perf/tests/
H A Dmem2node.c10 #include "mem2node.h"
49 struct mem2node map;
82 DEFINE_SUITE("mem2node", mem2node);
H A Dtests.h132 DECLARE_SUITE(mem2node); variable
/linux-master/tools/perf/
H A Dbuiltin-c2c.c40 #include "mem2node.h"
89 struct mem2node mem2node; member in struct:perf_c2c
245 node = mem2node__node(&c2c.mem2node, sample->phys_addr);
3119 err = mem2node__init(&c2c.mem2node, &session->header.env);
3207 mem2node__exit(&c2c.mem2node);

Completed in 135 milliseconds