aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorChris Phlipot <[email protected]>2016-05-10 20:26:47 -0700
committerArnaldo Carvalho de Melo <[email protected]>2016-05-11 12:24:57 -0300
commitbd0a51dd2794f1d17d4e7a34ad66db845cef3e5a (patch)
tree61a50ff5d1915be8334beb22977afd56c9a2e9dc /tools/perf/scripts/python/export-to-postgresql.py
parentae93a6c70838b87151ac12589dc507dbf4f2f067 (diff)
perf script: Fix symbol insertion behavior in db-export
Use the dso__insert_symbol function instead of symbols__insert() in order to properly update the dso symbol cache. If the cache is not updated, then duplicate symbols can be unintentionally created, inserted, and exported. This change prevents duplicate symbols from being exported due to dso__find_symbol() using a stale symbol cache. Signed-off-by: Chris Phlipot <[email protected]> Cc: Adrian Hunter <[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