Greg Kroah-Hartman
|
fef15d2f3d
Revert "dynamic_debug: remove unneeded includes"
|
13 anos atrás |
Jim Cromie
|
04db6e5fdd
dynamic_debug: remove unneeded includes
|
13 anos atrás |
Jim Cromie
|
3ec5652ab7
dynamic_debug: init with early_initcall, not arch_initcall
|
13 anos atrás |
Jim Cromie
|
8e59b5cfb9
dynamic_debug: add modname arg to exec_query callchain
|
13 anos atrás |
Jim Cromie
|
4107692760
dynamic_debug: print ram usage by ddebug tables if verbose
|
13 anos atrás |
Jim Cromie
|
af442399fc
dynamic_debug: simplify dynamic_debug_init error exit
|
13 anos atrás |
Jim Cromie
|
6ab676e964
dynamic_debug: combine parse_args callbacks together
|
13 anos atrás |
Jim Cromie
|
f0b919d967
dynamic_debug: deprecate ddebug_query, suggest dyndbg instead
|
13 anos atrás |
Jim Cromie
|
b48420c1d3
dynamic_debug: make dynamic-debug work for module initialization
|
13 anos atrás |
Jim Cromie
|
b8ccd5dee7
dynamic_debug: replace if (verbose) pr_info with macro vpr_info
|
13 anos atrás |
Jim Cromie
|
85f7f6c0ed
dynamic_debug: process multiple debug-queries on a line
|
13 anos atrás |
Jim Cromie
|
574b3725e3
dynamic_debug: factor vpr_info_dq out of ddebug_parse_query
|
13 anos atrás |
Jim Cromie
|
2b6783191d
dynamic_debug: add trim_prefix() to provide source-root relative paths
|
13 anos atrás |
Jim Cromie
|
7281491c59
dynamic_debug: enlarge command/query write buffer
|
13 anos atrás |
Jim Cromie
|
8bd6026e88
dynamic_debug: chop off comments in ddebug_tokenize
|
13 anos atrás |
Jim Cromie
|
b5b78f8385
dynamic_debug: early return if _ddebug table is empty
|
13 anos atrás |
Jim Cromie
|
820874c75e
dynamic_debug: tighten up error checking on debug queries
|
13 anos atrás |
Jim Cromie
|
5ca7d2a6c5
dynamic_debug: describe_flags with '=[pmflt_]*'
|
13 anos atrás |
Jim Cromie
|
d6a238d250
dynamic_debug: drop explicit !=NULL checks
|
13 anos atrás |
Jim Cromie
|
ae27f86a21
dynamic_debug: pr_err() call should not depend upon verbosity
|
13 anos atrás |
Jim Cromie
|
bc757f6f5b
dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()
|
13 anos atrás |
Jim Cromie
|
74df138d50
dynamic_debug: change verbosity at runtime
|
13 anos atrás |
Jim Cromie
|
87e6f96833
dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINT
|
13 anos atrás |
Jim Cromie
|
07100be7e0
dynamic_debug: fix whitespace complaints from scripts/cleanfile
|
13 anos atrás |
Linus Torvalds
|
2d03423b23
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
|
13 anos atrás |
Jason Baron
|
0feefd9786
dynamic_debug: fix undefined reference to `__netdev_printk'
|
13 anos atrás |
Jason Baron
|
431625dac1
dynamic_debug: use a single printk() to emit messages
|
13 anos atrás |
Jason Baron
|
bd22c01e84
dynamic_debug: remove num_enabled accounting
|
13 anos atrás |
Jesper Juhl
|
c9bab38f70
Remove unneeded version.h include from lib/
|
14 anos atrás |
Jason Baron
|
ffa10cb47a
dynamic_debug: make netdev_dbg() call __netdev_printk()
|
14 anos atrás |