|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [Patch] support of lock profiling in Xen
On 08/10/2009 09:27, "Juergen Gross" <juergen.gross@xxxxxxxxxxxxxx> wrote:
>> If lock profiling is compiled in, have a static array of lock-profile
>> descriptors (keeps things simple - could make it a growable array, or
>> something). On lock init, walk the array looking for that name. If found,
>> write the entry index into a new field in the spinlock struct. If not found,
>> allocate next entry in lock-profile array, init it, and write its index into
>> the spinlock struct.
>
> Don't you think a solution like for performance counters would be better then?
> The index would be in a header file and the sums could be held per-cpu to
> avoid races.
> It would even be possible to define lock arrays if summing up all data for
> e.g. domain specific locks is not desired.
It's just a question of impact on our existing locking API. I'd like to
minimise that. I'm not particularly a fan of the perfc stuff.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [Patch] support of lock profiling in Xen, Juergen Gross
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Keir Fraser
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Juergen Gross
- Re: [Xen-devel] [Patch] support of lock profiling in Xen,
Keir Fraser <=
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Keir Fraser
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Juergen Gross
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Keir Fraser
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Juergen Gross
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Keir Fraser
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Juergen Gross
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Keir Fraser
- [Xen-devel] [Patch] support of lock profiling in Xen, Juergen Gross
- Re: [Xen-devel] [Patch] support of lock profiling in Xen, Keir Fraser
Re: [Xen-devel] [Patch] support of lock profiling in Xen, Keir Fraser
|
|
|
|
|