| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20181008194054.GA27612@kernel.org>
Date: Mon, 8 Oct 2018 16:40:54 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Andi Kleen <ak@...ux.intel.com>
Cc: Andi Kleen <andi@...stfloor.org>, jolsa@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 1/5] tools, perf, script: Add --insn-trace for
instruction decoding
Em Mon, Oct 08, 2018 at 11:41:15AM -0700, Andi Kleen escreveu:
> > > +> 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
Will try that now.