summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
* ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
* pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-0/+6
* pstore/ftrace: Provide ftrace log merging routineKees Cook2020-05-301-0/+54
* pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-081-16/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* pstore: Fix bool initialization/comparisonThomas Meyer2018-12-031-1/+1
* pstore: Remove write_buf() callbackKees Cook2017-03-071-2/+2
* pstore: Replace arguments for write_buf() APIKees Cook2017-03-071-2/+7
* pstore: Use global ftrace filters for function trace filteringJoel Fernandes2016-11-151-2/+5
* pstore: Add ftrace timestamp counterJoel Fernandes2016-11-151-0/+4
* pstore: add pstore unregisterGeliang Tang2015-10-221-6/+19
* pstore: Add hsize argument in write_buf call of pstore_ftrace_callAruna Balakrishnaiah2013-07-021-1/+1
* pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov2012-12-121-1/+3
* pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-061-1/+95
* pstore: Add persistent function tracingAnton Vorontsov2012-07-171-0/+35