Home
last modified time | relevance | path

Searched refs:prof_len (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Dhw_irq.h128 extern unsigned long prof_len;
154 if (eip > prof_len-1) in x86_do_profile()
155 eip = prof_len-1; in x86_do_profile()
/linux-2.4.37.9/include/asm-i386/
Dhw_irq.h185 extern unsigned long prof_len;
211 if (eip > prof_len-1) in x86_do_profile()
212 eip = prof_len-1; in x86_do_profile()
/linux-2.4.37.9/arch/alpha/kernel/
Dirq_impl.h67 if (pc > prof_len - 1) in alpha_do_profile()
68 pc = prof_len - 1; in alpha_do_profile()
/linux-2.4.37.9/arch/arm/kernel/
Dtime.c86 if (pc >= prof_len) in do_profile()
87 pc = prof_len - 1; in do_profile()
/linux-2.4.37.9/arch/m68k/kernel/
Dtime.c40 if (pc < prof_len) in do_profile()
48 ++prof_buffer[prof_len-1]; in do_profile()
/linux-2.4.37.9/init/
Dmain.c389 prof_len = (unsigned long) &_etext - (unsigned long) &_stext; in start_kernel()
390 prof_len >>= prof_shift; in start_kernel()
392 size = prof_len * sizeof(unsigned int) + PAGE_SIZE-1; in start_kernel()
/linux-2.4.37.9/arch/ppc/kernel/
Dtime.c108 extern unsigned long prof_len;
131 if (nip > prof_len-1) in ppc_do_profile()
132 nip = prof_len-1; in ppc_do_profile()
/linux-2.4.37.9/arch/parisc/kernel/
Dtime.c60 if (pc > prof_len - 1) in parisc_do_profile()
61 pc = prof_len - 1; in parisc_do_profile()
/linux-2.4.37.9/fs/proc/
Dproc_misc.c509 if (p != n || p >= (prof_len+1)*sizeof(unsigned int)) in read_profile()
511 if (count > (prof_len+1)*sizeof(unsigned int) - p) in read_profile()
512 count = (prof_len+1)*sizeof(unsigned int) - p; in read_profile()
550 memset(prof_buffer, 0, prof_len * sizeof(*prof_buffer)); in write_profile()
657 entry->size = (1+prof_len) * sizeof(unsigned int); in proc_misc_init()
/linux-2.4.37.9/arch/ia64/kernel/
Dtime.c54 if (ip > prof_len - 1) in do_profile()
55 ip = prof_len - 1; in do_profile()
/linux-2.4.37.9/arch/ppc64/kernel/
Dtime.c98 extern unsigned long prof_len;
124 if (nip > prof_len-1) in ppc_do_profile()
125 nip = prof_len-1; in ppc_do_profile()
Dmk_defs.c84 DEFINE(PACAPROFLEN, offsetof(struct paca_struct, prof_len)); in main()
Dperfmon.c178 paca[i].prof_len = perfmon_base.profile_length; in alloc_perf_buffer()
/linux-2.4.37.9/include/asm-ppc64/
Dpaca.h147 u32 prof_len; /* iSeries length of profile buffer -1 */ member
/linux-2.4.37.9/arch/mips64/kernel/
Dtime.c397 if (pc > prof_len - 1) in local_timer_interrupt()
398 pc = prof_len - 1; in local_timer_interrupt()
/linux-2.4.37.9/arch/mips/kernel/
Dtime.c397 if (pc > prof_len - 1) in local_timer_interrupt()
398 pc = prof_len - 1; in local_timer_interrupt()
/linux-2.4.37.9/arch/sh/kernel/
Dtime.c224 if (pc > prof_len-1) in sh_do_profile()
225 pc = prof_len-1; in sh_do_profile()
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c286 if (pc > prof_len - 1) in sh64_do_profile()
287 pc = prof_len - 1; in sh64_do_profile()
/linux-2.4.37.9/arch/sparc/kernel/
Dtime.c100 if(pc < prof_len) in sparc_do_profile()
103 prof_buffer[prof_len - 1]++; in sparc_do_profile()
/linux-2.4.37.9/include/asm-s390/
Dirq.h990 if (addr > prof_len-1) in s390_do_profile()
991 addr = prof_len-1; in s390_do_profile()
/linux-2.4.37.9/include/asm-s390x/
Dirq.h991 if (addr > prof_len-1) in s390_do_profile()
992 addr = prof_len-1; in s390_do_profile()
/linux-2.4.37.9/arch/sparc64/kernel/
Dtime.c448 if(pc >= prof_len) in sparc64_do_profile()
449 pc = prof_len - 1; in sparc64_do_profile()
/linux-2.4.37.9/kernel/
Dtimer.c71 unsigned long prof_len; variable
/linux-2.4.37.9/include/linux/
Dsched.h592 extern unsigned long prof_len;