commit | 32e6167f6881c5cfa43a88a9b7fea666d1dbc375 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Mon Feb 25 13:41:08 2019 -0800 |
committer | Andi Kleen <ak@linux.intel.com> | Mon Feb 25 14:56:24 2019 -0800 |
tree | 395ae44bf0af3577632d2240886029a5bd625f22 | |
parent | 360ebb50daf26fe79868bfbfe454e890de27fa79 [diff] |
perf tools: Add utility function to fetch executable Add a utility function to fetch executable code. Convert one user over to it. There are more places doing that, but they do significantly different actions, so they are not easy to fit into a single library function. Signed-off-by: Andi Kleen <ak@linux.intel.com>