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

2014-07-09 Thread Andi Kleen
> I guess the other alternative is curl.. could u check for this one as well? I looked at this earlier, but it made a complete mess of the download script to handle both. So right now I stayed with wget only. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

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

2014-07-09 Thread Jiri Olsa
On Fri, Jun 27, 2014 at 04:16:00PM -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 > binar

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

2014-06-27 Thread Andi Kleen
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 downloader is extensible, but currently only implements an Intel even

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

2014-06-13 Thread Andi Kleen
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 downloader is extensible, but currently only implements an Intel even