Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dperf_event.c61 struct tile_pmu { struct
324 static const struct tile_pmu tilepmu = {
342 static const struct tile_pmu *tile_pmu __read_mostly;
423 if (idx < tile_pmu->num_base_counters) in tile_pmu_enable_event()
449 if (idx < tile_pmu->num_base_counters) in tile_pmu_enable_event()
468 if (idx < tile_pmu->num_base_counters) in tile_pmu_disable_event()
491 if (idx < tile_pmu->num_base_counters) in tile_pmu_disable_event()
505 int shift = 64 - tile_pmu->cntval_bits; in tile_perf_event_update()
572 if (left > tile_pmu->max_period) in tile_event_set_period()
573 left = tile_pmu->max_period; in tile_event_set_period()
[all …]