diff options
author | Jiri Olsa <[email protected]> | 2018-02-15 13:26:34 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-02-16 14:25:59 -0300 |
commit | a73e24d240bc136619d382b1268f34d75c9d25ce (patch) | |
tree | 4d78836f108828298baf36a37aced80bece8b4f3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e8f3879f762ffe75a24fd354dd87f073214428fa (diff) |
perf tools: Do not create kernel maps in sample__resolve()
There's no need for kernel maps to be allocated at this point - sample
processing.
We search for kernel maps using the kernel map_groups in machine::kmaps
which is static. If vmlinux maps for any reason still don't exist, the
search correctly fails because they are not in the map group.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions