aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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