commit | 8e80ad9983caeee09c3a0a1a37e05bff93becce4 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Tue Nov 06 23:07:10 2018 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Dec 17 14:54:13 2018 -0300 |
tree | d9043eaaaafb957bf1c8f4e1c665931fea6f6bda | |
parent | ec1891afae740be581ecf5abc8bda74c4549203f [diff] |
perf thread: Add fallback functions for cases where cpumode is insufficient For branch stacks or branch samples, the sample cpumode might not be correct because it applies only to the sample 'ip' and not necessary to 'addr' or branch stack addresses. Add fallback functions that can be used to deal with those cases Signed-off-by: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Cc: David S. Miller <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Leo Yan <[email protected]> Cc: Mathieu Poirier <[email protected]> Cc: [email protected] # 4.19 Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>