aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18pstore/ftrace: Allow immediate recordingUwe Kleine-König1-16/+30
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+1
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)1-1/+1
2020-11-06pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)1-0/+6
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook1-0/+54
2019-07-08pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2018-12-03pstore: Fix bool initialization/comparisonThomas Meyer1-1/+1
2017-03-07pstore: Remove write_buf() callbackKees Cook1-2/+2
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook1-2/+7
2016-11-15pstore: Use global ftrace filters for function trace filteringJoel Fernandes1-2/+5
2016-11-15pstore: Add ftrace timestamp counterJoel Fernandes1-0/+4
2015-10-22pstore: add pstore unregisterGeliang Tang1-6/+19
2013-07-02pstore: Add hsize argument in write_buf call of pstore_ftrace_callAruna Balakrishnaiah1-1/+1
2012-12-12pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov1-1/+3
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov1-1/+95
2012-07-17pstore: Add persistent function tracingAnton Vorontsov1-0/+35