aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kdb.c
AgeCommit message (Expand)Author
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-05-02tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson
2019-05-02tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-11-13tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson
2014-11-13tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt
2010-10-22kdb,ftdump: Remove reference to internal kdb includeJason Wessel
2010-08-05ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel