[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060901110912.e27099e8.akpm@osdl.org>
Date: Fri, 1 Sep 2006 11:09:12 -0700
From: Andrew Morton <akpm@...l.org>
To: eranian@....hp.com
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 6/18] 2.6.17.9 perfmon2 patch for review: sampling
format support
On Fri, 1 Sep 2006 09:09:25 -0700
Stephane Eranian <eranian@....hp.com> wrote:
> > Why identify a format with a UUID rather than via a nice human-readable name?
> >
>
> Although a UUID is slightly more difficult to manipulate than a clear text string, it
> offers several advantages:
> - is guaranteed unique
> - generation is fully distributed
> - easy generation with uuidgen
> - fixed size
> - very easy to pass to the kernel, there is not char * in a struct pass to kernel
> - not to worry about '\0'
The kernel has got along OK using ascii strings for this sort of thing in
thousands of places for many years. Is there something special or unique
about perfmon's requirements which make UUIDs a clearly superior
implementation?
> We use UUID to idenitfy a format + a version number. The version number can be useful
> to identify backward compatible versions of a format.
Interfaces use major and minor version numbering for that.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists