summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kdb.c
AgeCommit message (Expand)AuthorLines
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)-3/+5
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2014-11-13tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson-6/+6
2014-11-13tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson-2/+7
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson-1/+1
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov-1/+1
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov-1/+1
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)-4/+4
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt-2/+2
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt-2/+2
2010-10-22kdb,ftdump: Remove reference to internal kdb includeJason Wessel-1/+0
2010-08-05ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel-10/+27
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel-0/+119