Re: bechmarking kernel code

2007-05-03 Thread Pekka Enberg
On 5/3/07, kernel coder <[EMAIL PROTECTED]> wrote: I'm profiling some part of kernel code.Mine profiling mechanism is based on rdtsc instruction. Why dont you use oprofile? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

bechmarking kernel code

2007-05-03 Thread kernel coder
hi, I'm profiling some part of kernel code.Mine profiling mechanism is based on rdtsc instruction. Please tell me if i'm profiling correctly.I'm teting linux kernel 2.6.15 and mine system is P4. function(){ unsigned long long c1,c2,c3,c4,c5; before=readtsc();

bechmarking kernel code

2007-05-03 Thread kernel coder
hi, I'm profiling some part of kernel code.Mine profiling mechanism is based on rdtsc instruction. Please tell me if i'm profiling correctly.I'm teting linux kernel 2.6.15 and mine system is P4. function(){ unsigned long long c1,c2,c3,c4,c5; before=readtsc();

Re: bechmarking kernel code

2007-05-03 Thread Pekka Enberg
On 5/3/07, kernel coder [EMAIL PROTECTED] wrote: I'm profiling some part of kernel code.Mine profiling mechanism is based on rdtsc instruction. Why dont you use oprofile? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]