Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Dnvidia_t410_c2c_pmu.c173 struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(event->pmu); in get_filter_mask() local
175 filter = ((u32)event->attr.config1) & c2c_pmu->filter_default; in get_filter_mask()
177 filter = c2c_pmu->filter_default; in get_filter_mask()
241 struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(event->pmu); in nv_c2c_pmu_event_init() local
254 dev_dbg(c2c_pmu->pmu.dev, "Can't support sampling events\n"); in nv_c2c_pmu_event_init()
259 dev_dbg(c2c_pmu->pmu.dev, "Can't support per-task counters\n"); in nv_c2c_pmu_event_init()
267 if (!cpumask_test_cpu(event->cpu, &c2c_pmu->associated_cpus)) { in nv_c2c_pmu_event_init()
268 dev_dbg(c2c_pmu->pmu.dev, in nv_c2c_pmu_event_init()
274 event->cpu = cpumask_first(&c2c_pmu->active_cpu); in nv_c2c_pmu_event_init()
311 static void nv_c2c_pmu_check_status(struct nv_c2c_pmu *c2c_pmu, u32 instance) in nv_c2c_pmu_check_status() argument
[all …]