projects
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
perf tools: Add mem access sampling core support
[linux-3.10.git]
/
tools
/
perf
/
util
/
symbol.h
diff --git
a/tools/perf/util/symbol.h
b/tools/perf/util/symbol.h
index
d7654c2
..
5f720dc
100644
(file)
--- a/
tools/perf/util/symbol.h
+++ b/
tools/perf/util/symbol.h
@@
-156,6
+156,12
@@
struct branch_info {
struct branch_flags flags;
};
+struct mem_info {
+ struct addr_map_symbol iaddr;
+ struct addr_map_symbol daddr;
+ union perf_mem_data_src data_src;
+};
+
struct addr_location {
struct thread *thread;
struct map *map;