Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-x86_64/
Dhw_irq.h129 extern unsigned long prof_shift;
148 eip >>= prof_shift; in x86_do_profile()
/linux-2.4.37.9/include/asm-i386/
Dhw_irq.h186 extern unsigned long prof_shift;
205 eip >>= prof_shift; in x86_do_profile()
/linux-2.4.37.9/init/
Dmain.c139 if (get_option(&str,&par)) prof_shift = par; in profile_setup()
386 if (prof_shift) { in start_kernel()
390 prof_len >>= prof_shift; in start_kernel()
/linux-2.4.37.9/arch/alpha/kernel/
Dirq_impl.h61 pc >>= prof_shift; in alpha_do_profile()
/linux-2.4.37.9/arch/ppc/kernel/
Dtime.c109 extern unsigned long prof_shift;
125 nip >>= prof_shift; in ppc_do_profile()
/linux-2.4.37.9/include/asm-ppc64/
Dpaca.h143 u32 prof_shift; /* iSeries shift for profile bucket size */ member
/linux-2.4.37.9/arch/arm/kernel/
Dtime.c84 pc >>= prof_shift; in do_profile()
/linux-2.4.37.9/arch/m68k/kernel/
Dtime.c39 pc >>= prof_shift; in do_profile()
/linux-2.4.37.9/arch/parisc/kernel/
Dtime.c54 pc >>= prof_shift; in parisc_do_profile()
/linux-2.4.37.9/arch/ppc64/kernel/
Dtime.c99 extern unsigned long prof_shift;
118 nip >>= prof_shift; in ppc_do_profile()
Dmk_defs.c85 DEFINE(PACAPROFSHIFT, offsetof(struct paca_struct, prof_shift)); in main()
Dperfmon.c177 paca[i].prof_shift = 2; in alloc_perf_buffer()
/linux-2.4.37.9/arch/ia64/kernel/
Dtime.c49 ip >>= prof_shift; in do_profile()
/linux-2.4.37.9/fs/proc/
Dproc_misc.c507 unsigned int sample_step = 1 << prof_shift; in read_profile()
653 if (prof_shift) { in proc_misc_init()
/linux-2.4.37.9/arch/mips64/kernel/
Dtime.c391 pc >>= prof_shift; in local_timer_interrupt()
/linux-2.4.37.9/arch/mips/kernel/
Dtime.c391 pc >>= prof_shift; in local_timer_interrupt()
/linux-2.4.37.9/arch/sh/kernel/
Dtime.c218 pc >>= prof_shift; in sh_do_profile()
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c279 pc >>= prof_shift; in sh64_do_profile()
/linux-2.4.37.9/arch/sparc/kernel/
Dtime.c97 pc >>= prof_shift; in sparc_do_profile()
/linux-2.4.37.9/include/asm-s390/
Dirq.h984 addr >>= prof_shift; in s390_do_profile()
/linux-2.4.37.9/include/asm-s390x/
Dirq.h985 addr >>= prof_shift; in s390_do_profile()
/linux-2.4.37.9/kernel/
Dtimer.c72 unsigned long prof_shift; variable
/linux-2.4.37.9/include/linux/
Dsched.h593 extern unsigned long prof_shift;
/linux-2.4.37.9/arch/sparc64/kernel/
Dtime.c446 pc >>= prof_shift; in sparc64_do_profile()