Searched refs:total_cycles (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-profile.h180 unsigned long total_cycles;
181 #define PROFILE_MODEL_TOTAL_CYCLES(p) ((p)->total_cycles)
177 unsigned long total_cycles; member in struct:__anon3592
H A Dsim-profile.c950 unsigned long total_cycles = PROFILE_MODEL_TOTAL_CYCLES (data);
974 COMMAS (total_cycles));
948 unsigned long total_cycles = PROFILE_MODEL_TOTAL_CYCLES (data); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-profile.h180 unsigned long total_cycles;
181 #define PROFILE_MODEL_TOTAL_CYCLES(p) ((p)->total_cycles)
177 unsigned long total_cycles; member in struct:__anon2687
H A Dsim-profile.c950 unsigned long total_cycles = PROFILE_MODEL_TOTAL_CYCLES (data);
974 COMMAS (total_cycles));
948 unsigned long total_cycles = PROFILE_MODEL_TOTAL_CYCLES (data); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-profile.h180 unsigned long total_cycles;
181 #define PROFILE_MODEL_TOTAL_CYCLES(p) ((p)->total_cycles)
177 unsigned long total_cycles; member in struct:__anon37617
H A Dsim-profile.c950 unsigned long total_cycles = PROFILE_MODEL_TOTAL_CYCLES (data);
974 COMMAS (total_cycles));
948 unsigned long total_cycles = PROFILE_MODEL_TOTAL_CYCLES (data); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/clocksource/
H A Dsh_cmt.c51 unsigned long total_cycles; member in struct:sh_cmt_priv
311 p->total_cycles += p->match_value;
402 value = p->total_cycles;
416 p->total_cycles = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/clocksource/
H A Dsh_cmt.c51 unsigned long total_cycles; member in struct:sh_cmt_priv
311 p->total_cycles += p->match_value;
402 value = p->total_cycles;
416 p->total_cycles = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c5480 unsigned long start_cycles, total_cycles; local
5495 total_cycles = ia64_get_itc();
5501 total_cycles -= start_cycles;
5503 if (total_cycles < min) pfm_stats[this_cpu].pfm_ovfl_intr_cycles_min = total_cycles;
5504 if (total_cycles > max) pfm_stats[this_cpu].pfm_ovfl_intr_cycles_max = total_cycles;
5506 pfm_stats[this_cpu].pfm_ovfl_intr_cycles += total_cycles;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c5480 unsigned long start_cycles, total_cycles; local
5495 total_cycles = ia64_get_itc();
5501 total_cycles -= start_cycles;
5503 if (total_cycles < min) pfm_stats[this_cpu].pfm_ovfl_intr_cycles_min = total_cycles;
5504 if (total_cycles > max) pfm_stats[this_cpu].pfm_ovfl_intr_cycles_max = total_cycles;
5506 pfm_stats[this_cpu].pfm_ovfl_intr_cycles += total_cycles;

Completed in 170 milliseconds