Searched refs:perfmon_dir (Results 1 – 1 of 1) sorted by relevance
407 static struct proc_dir_entry *perfmon_dir; /* for debug only */ variable4560 perfmon_dir = create_proc_entry("perfmon", S_IRUGO, NULL); in pfm_init()4561 if (perfmon_dir == NULL) { in pfm_init()4568 perfmon_dir->proc_fops = &pfm_proc_fops; in pfm_init()