diff options
author | Masami Hiramatsu <[email protected]> | 2015-12-09 11:11:29 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-12-09 13:41:59 -0300 |
commit | 17577decb2ddae28f5a449ddb79cf0ed3e2312c5 (patch) | |
tree | 68df3f39d01a6c06299d966ae1f815f52dfac584 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 544c2ae7b1a794ad0bc5ec24d832ab5658d5aef6 (diff) |
perf hists: Fix hists_evsel to release hists
Since hists__init doesn't set the destructor of hists_evsel (which is an
extended evsel structure), when hists_evsel is released, the extended
part of the hists_evsel is not deleted (note that the hists_evsel object
itself is freed).
This fixes it to add a destructor for hists__evsel and to set it up.
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions