summaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
Commit message (Expand)AuthorAgeFilesLines
* dyndbg: drop uninformative vpr_infoJim Cromie2021-05-131-1/+0
* dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie2021-05-131-7/+12
* dyndbg: fix parsing file query without a line-range suffixShuo Chen2021-04-301-1/+1
* dyndbg: fix use before null checkJim Cromie2020-12-091-2/+7
* dyndbg: use keyword, arg varnames for query term pairsJim Cromie2020-09-271-12/+15
* Revert "dyndbg: accept query terms like file=bar and module=foo"Greg Kroah-Hartman2020-09-101-33/+20
* Revert "dyndbg: fix problem parsing format="foo bar""Greg Kroah-Hartman2020-09-101-17/+21
* dyndbg: fix problem parsing format="foo bar"Jim Cromie2020-09-041-21/+17
* dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie2020-09-041-2/+25
* dyndbg: give %3u width in pr-format, cosmetic onlyJim Cromie2020-09-041-1/+1
* dyndbg: export ddebug_exec_queriesJim Cromie2020-07-241-1/+2
* dyndbg: shorten our logging prefix, drop __func__Jim Cromie2020-07-241-1/+1
* dyndbg: allow anchored match on format query termJim Cromie2020-07-241-3/+10
* dyndbg: combine flags & mask into a struct, simplify with itJim Cromie2020-07-241-21/+24
* dyndbg: accept query terms like file=bar and module=fooJim Cromie2020-07-241-20/+33
* dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie2020-07-241-1/+17
* dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie2020-07-241-27/+36
* dyndbg: use gcc ?: to reduce word countJim Cromie2020-07-241-4/+4
* dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie2020-07-241-1/+1
* dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie2020-07-241-2/+1
* dyndbg: fix pr_err with empty stringJim Cromie2020-07-241-1/+1
* dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie2020-07-241-12/+11
* dyndbg: fix overcounting of ram used by dyndbgJim Cromie2020-07-241-6/+2
* dyndbg: rename __verbose section to __dyndbgJim Cromie2020-07-241-6/+6
* dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie2020-07-241-13/+8
* dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie2020-07-241-7/+0
* dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-06-081-2/+7
* lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor2020-04-071-1/+1
* dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman2020-02-121-5/+23
* lib: dynamic_debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-9/+3
* RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+37
* dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-071-1/+3
* dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-03-071-2/+0
* dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes2019-03-071-1/+2
* dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes2019-03-071-8/+7
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-11-171-0/+4
* dynamic_debug: add jump label supportJason Baron2016-08-041-0/+7
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-8/+3
* lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes2015-11-061-4/+4
* module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-201-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-101-1/+1
|\
| * dynamic_debug: fix commentMasatake YAMATO2015-01-021-1/+1
* | printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-101-2/+2
|/
* lib/dynamic_debug.c: use seq_open_private() instead of seq_open()Rob Jones2014-10-141-15/+2
* dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches2014-10-031-30/+20
* net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-201-3/+5
* dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin2014-01-271-3/+1
* dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin2014-01-271-2/+4
* dynamic_debug: remove wrong error messageAndrey Ryabinin2014-01-271-3/+1