HomeSort by: relevance | last modified time | path
    Searched defs:pmu_name (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pmu.c 211 char pmu_name[PMU_NAME_SIZE]; local in function:init_pmu_by_type
233 snprintf(pmu_name, PMU_NAME_SIZE, "%s_%d",
236 ret = perf_pmu_register(&pmu_entry->pmu, pmu_name, -1);
amdgpu_pmu.c 211 char pmu_name[PMU_NAME_SIZE]; local in function:init_pmu_by_type
233 snprintf(pmu_name, PMU_NAME_SIZE, "%s_%d",
236 ret = perf_pmu_register(&pmu_entry->pmu, pmu_name, -1);

Completed in 49 milliseconds