commit | e583d70c54976f81855c7ca763b036bad399f4e0 | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Thu Apr 07 09:11:12 2016 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Fri Apr 08 09:58:02 2016 -0300 |
tree | c7bdea4441984b3a710f8921e60acef837910fec | |
parent | 7d6a7e782558323364bc0ae59f3523175c10b258 [diff] |
perf tools: Add dedicated unwind addr_space member into thread struct Milian reported issue with thread::priv, which was double booked by perf trace and DWARF unwind code. So using those together is impossible at the moment. Moving DWARF unwind private data into separate variable so perf trace can keep using thread::priv. Reported-and-Tested-by: Milian Wolff <[email protected]> Signed-off-by: Jiri Olsa <[email protected]> Cc: Andreas Hollmann <[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]>