]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Add dynamic ftrace support for RISC-V platforms
authorPalmer Dabbelt <palmer@sifive.com>
Tue, 3 Apr 2018 03:30:49 +0000 (20:30 -0700)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 3 Apr 2018 03:30:49 +0000 (20:30 -0700)
commit4cef49e3bfeb95f112578bd5e3afdda1a95816de
treef62b6429a1853e0d9627733a2f9ea7b4baeed937
parent17a125099a8c4e05d364eab41cd2bb30ef1cd67c
parent6c1969ecc080863adfd3f46b64641a7216ebbfe6
RISC-V: Add dynamic ftrace support for RISC-V platforms

This patch set includes the building blocks of dynamic ftrace features
for RISC-V machines.  I'm afraid I'm not very familiar with ftrace, but
the code looks OK to me.  It's been used to track down a performance
problem in our SPI driver and appears to work acceptably, but we haven't
given it a whole lot of banging yet so there might still be some bugs
lurking around somewhere.