forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
RISC-V: Add a perf platform driver
Implement a perf platform driver that can support all the essential perf features in future. It can also accommodate both SBI based perf driver and legacy driver at the same time. Most of the common functionality between the two drivers are kept in this driver while SBI specific functionality will be implemented in SBI specific driver. Signed-off-by: Atish Patra <atish.patra@wdc.com>
- Loading branch information
Showing
5 changed files
with
459 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.