aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-4/+4
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda1-5/+1
2019-05-02tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson1-14/+31
2019-05-02tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson1-8/+8
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)1-3/+5
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-2/+2
2014-11-13tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson1-6/+6
2014-11-13tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson1-2/+7
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson1-1/+1
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov1-1/+1
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov1-1/+1
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-4/+4
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt1-2/+2
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt1-2/+2
2010-10-22kdb,ftdump: Remove reference to internal kdb includeJason Wessel1-1/+0
2010-08-05ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel1-10/+27
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel1-0/+119