Re: [PATCH v6 1/5] tools, perf, script: Add --insn-trace for instruction decoding
From: Andi Kleen
Date: Mon Oct 08 2018 - 14:41:21 EST
> > +> git clone https://github.com/intelxed/mbuild.git mbuild
> > +> git clone https://github.com/intelxed/xed
> > +> cd xed
> > +> mkdir obj
> > +> cd obj
> > +> ../mfile.py
> > +> sudo ../mfile.py --prefix=/usr/local install
Need
../mfile.py examples
sudo ../mfile.py --prefix=/usr/local examples install
-Andi