From: Arnaldo Carvalho de Melo on
Em Fri, Aug 06, 2010 at 04:25:11PM +0200, Borislav Petkov escreveu:
> From: Borislav Petkov <borislav.petkov(a)amd.com>
>
> Export cpu counting and cpumap manipulating utils for general use. This
> pulls ctype.c along.
>
> Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com>

Is this independent of previous patches? I.e. to be applied to current
perf/core?

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Borislav Petkov on
From: Arnaldo Carvalho de Melo <acme(a)infradead.org>
Date: Fri, Aug 06, 2010 at 10:39:12AM -0400

> Em Fri, Aug 06, 2010 at 04:25:11PM +0200, Borislav Petkov escreveu:
> > From: Borislav Petkov <borislav.petkov(a)amd.com>
> >
> > Export cpu counting and cpumap manipulating utils for general use. This
> > pulls ctype.c along.
> >
> > Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com>
>
> Is this independent of previous patches? I.e. to be applied to current
> perf/core?

I'm afraid not since earlier patches in the series introduce the
toplevel Makefile that glues all the different tools/lib/* parts
together. However, I could extract the toplevel Makefile parts and
cpumap.c and ctype.c if you really need it now - I've been doing this so
often lately that I could do it with my eyes closed now :o).

--
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
General Managers: Alberto Bozzo, Andrew Bowd
Registration: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Arnaldo Carvalho de Melo on
Em Fri, Aug 06, 2010 at 04:49:39PM +0200, Borislav Petkov escreveu:
> From: Arnaldo Carvalho de Melo <acme(a)infradead.org>
> > Is this independent of previous patches? I.e. to be applied to current
> > perf/core?

> I'm afraid not since earlier patches in the series introduce the
> toplevel Makefile that glues all the different tools/lib/* parts
> together. However, I could extract the toplevel Makefile parts and
> cpumap.c and ctype.c if you really need it now - I've been doing this so
> often lately that I could do it with my eyes closed now :o).

:-)

We need to get back at merging that series, so some patch series
installments, with say, 3 or 4 patches each, would be great.

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Borislav Petkov on
From: Arnaldo Carvalho de Melo <acme(a)infradead.org>
Date: Fri, Aug 06, 2010 at 12:14:13PM -0300

> > I'm afraid not since earlier patches in the series introduce the
> > toplevel Makefile that glues all the different tools/lib/* parts
> > together. However, I could extract the toplevel Makefile parts and
> > cpumap.c and ctype.c if you really need it now - I've been doing this so
> > often lately that I could do it with my eyes closed now :o).
>
> :-)
>
> We need to get back at merging that series, so some patch series
> installments, with say, 3 or 4 patches each, would be great.

Yeah, I just want to wait first until all the churn on the kernel side
settles and we have agreed on the perf_event.c part which would also
determine what needs exporting on the userspace side.

But if you need stuff exported from perf/util/ for other tools too and
if you tell me which ones, I could cook up something real soon...

--
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
General Managers: Alberto Bozzo, Andrew Bowd
Registration: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Arnaldo Carvalho de Melo on
Em Fri, Aug 06, 2010 at 06:04:41PM +0200, Borislav Petkov escreveu:
> From: Arnaldo Carvalho de Melo <acme(a)infradead.org>
> Date: Fri, Aug 06, 2010 at 12:14:13PM -0300
>
> > > I'm afraid not since earlier patches in the series introduce the
> > > toplevel Makefile that glues all the different tools/lib/* parts
> > > together. However, I could extract the toplevel Makefile parts and
> > > cpumap.c and ctype.c if you really need it now - I've been doing this so
> > > often lately that I could do it with my eyes closed now :o).
> >
> > :-)
> >
> > We need to get back at merging that series, so some patch series
> > installments, with say, 3 or 4 patches each, would be great.
>
> Yeah, I just want to wait first until all the churn on the kernel side
> settles and we have agreed on the perf_event.c part which would also
> determine what needs exporting on the userspace side.
>
> But if you need stuff exported from perf/util/ for other tools too and
> if you tell me which ones, I could cook up something real soon...

I'll try to do what I once said I would, that is to have a
tools/samples/ (stuff exercising tools/ library interfaces) counterpart
to samples/ (stuff exercising kernel interfaces).

I'll use what you have already posted that applies, tools/Makefile,
trying to solve that -C isssue.

Will shoot for having this merged early next week to avoid breaking the
promise once more 8-)

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/