Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/perf/Documentation/build-xed.txt
26282 views
1
2
For --xed the xed tool is needed. Here is how to install it:
3
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
12
13
Basic xed testing:
14
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
$
20
21