Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / tools / perf / Documentation / build-xed.txt
blob6222c1e7231fb6eb7fec1cc3e2faed2ace897849
2 For --xed the xed tool is needed. Here is how to install it:
4   $ git clone https://github.com/intelxed/mbuild.git mbuild
5   $ git clone https://github.com/intelxed/xed
6   $ cd xed
7   $ ./mfile.py --share
8   $ ./mfile.py examples
9   $ sudo ./mfile.py --prefix=/usr/local install
10   $ sudo ldconfig
11   $ sudo cp obj/examples/xed /usr/local/bin
13 Basic xed testing:
15   $ xed | head -3
16   ERROR: required argument(s) were missing
17   Copyright (C) 2017, Intel Corporation. All rights reserved.
18   XED version: [v10.0-328-g7d62c8c49b7b]
19   $