Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d877d73a44d4de72a5556166357357453d725964
/
lib
/
dynamic_debug.c
85f7f6c
dynamic_debug: process multiple debug-queries on a line
by Jim Cromie
· 13 years ago
574b372
dynamic_debug: factor vpr_info_dq out of ddebug_parse_query
by Jim Cromie
· 13 years ago
2b67831
dynamic_debug: add trim_prefix() to provide source-root relative paths
by Jim Cromie
· 13 years ago
7281491
dynamic_debug: enlarge command/query write buffer
by Jim Cromie
· 13 years ago
8bd6026
dynamic_debug: chop off comments in ddebug_tokenize
by Jim Cromie
· 13 years ago
b5b78f8
dynamic_debug: early return if _ddebug table is empty
by Jim Cromie
· 13 years ago
820874c
dynamic_debug: tighten up error checking on debug queries
by Jim Cromie
· 13 years ago
5ca7d2a
dynamic_debug: describe_flags with '=[pmflt_]*'
by Jim Cromie
· 13 years ago
d6a238d
dynamic_debug: drop explicit !=NULL checks
by Jim Cromie
· 13 years ago
ae27f86
dynamic_debug: pr_err() call should not depend upon verbosity
by Jim Cromie
· 13 years ago
bc757f6
dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()
by Jim Cromie
· 13 years ago
74df138
dynamic_debug: change verbosity at runtime
by Jim Cromie
· 13 years ago
87e6f96
dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINT
by Jim Cromie
· 13 years ago
07100be
dynamic_debug: fix whitespace complaints from scripts/cleanfile
by Jim Cromie
· 13 years ago
2d03423
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
0feefd9
dynamic_debug: fix undefined reference to `__netdev_printk'
by Jason Baron
· 13 years ago
431625d
dynamic_debug: use a single printk() to emit messages
by Jason Baron
· 13 years ago
bd22c01
dynamic_debug: remove num_enabled accounting
by Jason Baron
· 13 years ago
c9bab38
Remove unneeded version.h include from lib/
by Jesper Juhl
· 13 years ago
ffa10cb
dynamic_debug: make netdev_dbg() call __netdev_printk()
by Jason Baron
· 13 years ago
4ad275e
dynamic_debug: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
5b2ebce
dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix
by Joe Perches
· 13 years ago
6c2140e
dynamic_debug: Consolidate prefix output to single routine
by Joe Perches
· 13 years ago
cbc4663
dynamic_debug: Add __dynamic_dev_dbg
by Joe Perches
· 13 years ago
e8d9792
dynamic_debug: add #include <linux/sched.h>
by Greg Kroah-Hartman
· 14 years ago
8ba6ebf
Dynamic debug: Add more flags
by Bart Van Assche
· 14 years ago
2d75af2
dynamic debug: Fix build issue with older gcc
by Jason Baron
· 14 years ago
b9da0571
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
6a5c083
Dynamic Debug: Initialize dynamic debug earlier via arch_initcall
by Thomas Renninger
· 14 years ago
a648ec0
Dynamic Debug: Introduce ddebug_query= boot parameter
by Thomas Renninger
· 14 years ago
fd89cfb
Dynamic Debug: Split out query string parsing/setup from proc_write
by Thomas Renninger
· 14 years ago
3b6e901
jump_label: Use more consistent naming
by Peter Zijlstra
· 14 years ago
52159d9
jump label: Convert dynamic debug to use jump labels
by Jason Baron
· 14 years ago
ff49d74
module: initialize module dynamic debug later
by Yehuda Sadeh
· 14 years ago
ea46c8f
dynamic_debug: small cleanup in ddebug_proc_write()
by Dan Carpenter
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
4df7b3e
Dynamic debug: fix typo: -/->
by Roel Kluin
· 15 years ago
9898abb
Dynamic debug: allow simple quoting of words
by Greg Banks
· 16 years ago
e9d376f
dynamic debug: combine dprintk and dynamic printk
by Jason Baron
· 16 years ago