Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c163 …if (pfm_sysctl.debug >0) { printk("%s.%d: CPU%d ", __FUNCTION__, __LINE__, smp_processor_id()); pr…
168 …if (pfm_sysctl.debug > 0 && pfm_sysctl.debug_ovfl >0) { printk("%s.%d: CPU%d ", __FUNCTION__, __LI…
412 static pfm_sysctl_t pfm_sysctl; variable
415 {1, "debug", &pfm_sysctl.debug, sizeof(int), 0666, NULL, &proc_dointvec, NULL,},
416 {2, "debug_ovfl", &pfm_sysctl.debug_ovfl, sizeof(int), 0666, NULL, &proc_dointvec, NULL,},
417 {3, "fastctxsw", &pfm_sysctl.fastctxsw, sizeof(int), 0600, NULL, &proc_dointvec, NULL,},
2197 pfm_sysctl.debug = mode == 0 ? 0 : 1; in pfm_debug()
2199 printk(KERN_INFO "perfmon debugging %s\n", pfm_sysctl.debug ? "on" : "off"); in pfm_debug()
3210 pfm_sysctl.fastctxsw > 0 ? "Yes": "No", in pfm_proc_show_header()
3535 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_reload_pmds[0]; in pfm_load_regs()
[all …]