Searched refs:pmu_name (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/sparc/kernel/ |
D | cpu.c | 36 const char *pmu_name; member 57 { .psr_vers = ver, .name = _name, .pmu_name = _pmu_name } 289 sparc_pmu_type = cpu->pmu_name; in set_cpu_and_fpu()
|
/linux-4.1.27/tools/perf/util/ |
D | parse-events.y | 250 char pmu_name[128]; variable 251 snprintf(&pmu_name, 128, "%s-%s", $1, $3); 255 &pmu_name, 1));
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon_generic.h | 37 .pmu_name = "Generic",
|
D | perfmon_montecito.h | 260 .pmu_name = "Montecito",
|
D | perfmon_itanium.h | 105 .pmu_name = "Itanium",
|
D | perfmon_mckinley.h | 176 .pmu_name = "Itanium 2",
|
D | perfmon.c | 426 char *pmu_name; /* PMU family name */ member 5610 pmu_conf->pmu_name, in pfm_proc_show_header() 6608 pmu_conf->pmu_name, in pfm_init()
|