Revision 5a7f7fc5ddbbf9bf63eaa8cb9a0d254ab984f3d6 authored by Linus Torvalds on 09 July 2021, 18:15:09 UTC, committed by Linus Torvalds on 09 July 2021, 18:15:09 UTC
Pull tracing fix and cleanup from Steven Rostedt:
 "Tracing fix for histograms and a clean up in ftrace:

   - Fixed a bug that broke the .sym-offset modifier and added a test to
     make sure nothing breaks it again.

   - Replace a list_del/list_add() with a list_move()"

* tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  ftrace: Use list_move instead of list_del/list_add
  tracing/selftests: Add tests to test histogram sym and sym-offset modifiers
  tracing/histograms: Fix parsing of "sym-offset" modifier
2 parent s 1eb8df1 + 3ecda64
History
File Mode Size
Kconfig -rw-r--r-- 400 bytes
Makefile -rw-r--r-- 296 bytes
async_memcpy.c -rw-r--r-- 2.6 KB
async_pq.c -rw-r--r-- 12.9 KB
async_raid6_recov.c -rw-r--r-- 16.4 KB
async_tx.c -rw-r--r-- 7.0 KB
async_xor.c -rw-r--r-- 12.0 KB
raid6test.c -rw-r--r-- 6.0 KB

back to top