diff options
author | Changbin Du <changbin.du@huawei.com> | 2024-02-17 10:40:42 +0300 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2024-02-21 05:06:25 +0300 |
commit | 8b767db3309595a23eff1c3f2498f17b1f3a9bbc (patch) | |
tree | 43260abd7b02c6f8170af12caaa6ca95897f1250 /tools/perf/Makefile.perf | |
parent | 81377de00f117706211ced7f6adcb9a5a94ba326 (diff) | |
download | linux-8b767db3309595a23eff1c3f2498f17b1f3a9bbc.tar.xz |
perf: build: introduce the libcapstone
Later we will use libcapstone to disassemble instructions of samples.
Signed-off-by: Changbin Du <changbin.du@huawei.com>
Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: changbin.du@gmail.com
Cc: Thomas Richter <tmricht@linux.ibm.com>
Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240217074046.4100789-2-changbin.du@huawei.com
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 3cecd51b2397..86afdaad246f 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -84,6 +84,9 @@ include ../scripts/utilities.mak # Define NO_LIBBABELTRACE if you do not want libbabeltrace support # for CTF data format. # +# Define NO_CAPSTONE if you do not want libcapstone support +# for disasm engine. +# # Define NO_LZMA if you do not want to support compressed (xz) kernel modules # # Define NO_AUXTRACE if you do not want AUX area tracing support |