/linux-2.4.37.9/include/asm-x86_64/ |
D | hw_irq.h | 128 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/ |
D | hw_irq.h | 185 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/ |
D | irq_impl.h | 67 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/ |
D | time.c | 86 if (pc >= prof_len) in do_profile() 87 pc = prof_len - 1; in do_profile()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | time.c | 40 if (pc < prof_len) in do_profile() 48 ++prof_buffer[prof_len-1]; in do_profile()
|
/linux-2.4.37.9/init/ |
D | main.c | 389 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/ |
D | time.c | 108 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/ |
D | time.c | 60 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/ |
D | proc_misc.c | 509 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/ |
D | time.c | 54 if (ip > prof_len - 1) in do_profile() 55 ip = prof_len - 1; in do_profile()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | time.c | 98 extern unsigned long prof_len; 124 if (nip > prof_len-1) in ppc_do_profile() 125 nip = prof_len-1; in ppc_do_profile()
|
D | mk_defs.c | 84 DEFINE(PACAPROFLEN, offsetof(struct paca_struct, prof_len)); in main()
|
D | perfmon.c | 178 paca[i].prof_len = perfmon_base.profile_length; in alloc_perf_buffer()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | paca.h | 147 u32 prof_len; /* iSeries length of profile buffer -1 */ member
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | time.c | 397 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/ |
D | time.c | 397 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/ |
D | time.c | 224 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/ |
D | time.c | 286 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/ |
D | time.c | 100 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/ |
D | irq.h | 990 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/ |
D | irq.h | 991 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/ |
D | time.c | 448 if(pc >= prof_len) in sparc64_do_profile() 449 pc = prof_len - 1; in sparc64_do_profile()
|
/linux-2.4.37.9/kernel/ |
D | timer.c | 71 unsigned long prof_len; variable
|
/linux-2.4.37.9/include/linux/ |
D | sched.h | 592 extern unsigned long prof_len;
|