Re: [PATCH 5/9] perf, tools: Add perf download to download event files v2

2014-05-15 Thread Andi Kleen
> Could you please extend this script to support curl also? It seems the > wget is not installed by default on my system. I looked at it, but it's a major pain because curl is totally incompatible. I don't think it's a major burden to install wget? > > +set -e > > + > > +if [ "$1" == "" ] ; then

Re: [PATCH 5/9] perf, tools: Add perf download to download event files v2

2014-05-13 Thread Namhyung Kim
On Mon, 12 May 2014 15:51:10 -0700, Andi Kleen wrote: > From: Andi Kleen > > Add a downloader to automatically download the right > files from a download site. > > This is implemented as a script calling wget, similar to > perf archive. The perf driver automatically calls the right > binary. The d