summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kdb.c
Commit message (Expand)AuthorAgeFilesLines
* kdb: Rename members of struct kdbtab_tSumit Garg2021-07-271-5/+5
* kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-271-3/+9
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-4/+4
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-251-5/+1
* tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson2019-05-021-14/+31
* tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson2019-05-021-8/+8
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-03-131-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-3/+5
* Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-091-2/+2
|\
| * kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-111-1/+1
| * kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-111-1/+1
| * kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-111-1/+1
* | tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson2014-11-131-6/+6
* | tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson2014-11-131-2/+7
|/
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-4/+4
* tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-2/+2
* tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt2013-03-151-2/+2
* kdb,ftdump: Remove reference to internal kdb includeJason Wessel2010-10-221-1/+0
* ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel2010-08-051-10/+27
* ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel2010-08-051-0/+119