| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * (C) COPYRIGHT 2020-2021 ARM Limited. All rights reserved. |
|---|
| 4 | + * (C) COPYRIGHT 2020-2022 ARM Limited. All rights reserved. |
|---|
| 5 | 5 | * |
|---|
| 6 | 6 | * This program is free software and is provided to you under the terms of the |
|---|
| 7 | 7 | * GNU General Public License version 2 as published by the Free Software |
|---|
| .. | .. |
|---|
| 51 | 51 | */ |
|---|
| 52 | 52 | void kbase_ccswe_init(struct kbase_ccswe *self); |
|---|
| 53 | 53 | |
|---|
| 54 | | - |
|---|
| 55 | 54 | /** |
|---|
| 56 | 55 | * kbase_ccswe_cycle_at() - Estimate cycle count at given timestamp. |
|---|
| 57 | 56 | * |
|---|
| .. | .. |
|---|
| 68 | 67 | * u64 ts = ktime_get_raw_ns(); |
|---|
| 69 | 68 | * u64 cycle = kbase_ccswe_cycle_at(&ccswe, ts) |
|---|
| 70 | 69 | * |
|---|
| 71 | | - * Returns: estimated value of cycle count at a given time. |
|---|
| 70 | + * Return: estimated value of cycle count at a given time. |
|---|
| 72 | 71 | */ |
|---|
| 73 | 72 | u64 kbase_ccswe_cycle_at(struct kbase_ccswe *self, u64 timestamp_ns); |
|---|
| 74 | 73 | |
|---|