aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
AgeCommit message (Expand)AuthorFilesLines
9 daysdyndbg: fix old BUG_ON in >control parserJim Cromie1-1/+5
2024-03-06dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()Andy Shevchenko1-4/+3
2023-08-04dyndbg: add source filename to prefixThomas Weißschuh1-0/+4
2023-08-04dyndbg: increase PREFIX_SIZE to 128Thomas Weißschuh1-1/+1
2023-08-04dyndbg: constify opt_arrayThomas Weißschuh1-1/+1
2023-03-09dyndbg: use the module notifier callbacksJason Baron1-9/+41
2023-03-09dyndbg: remove unused 'base' arg from __ddebug_add_module()Jason Baron1-5/+4
2022-09-07dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie1-0/+212
2022-09-07dyndbg: validate class FOO by checking with moduleJim Cromie1-8/+68
2022-09-07dyndbg: add ddebug_attach_module_classesJim Cromie1-1/+31
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie1-0/+7
2022-09-07dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie1-9/+31
2022-09-07dyndbg: cleanup auto vars in dynamic_debug_initJim Cromie1-16/+17
2022-09-07dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie1-29/+0
2022-09-07dyndbg: let query-modname override actual module nameJim Cromie1-4/+7
2022-09-07dyndbg: use ESCAPE_SPACE for cat controlJim Cromie1-1/+1
2022-09-07dyndbg: reverse module.callsite walk in cat controlJim Cromie1-6/+6
2022-09-07dyndbg: reverse module walk in cat controlJim Cromie1-1/+1
2022-09-07dyndbg: show both old and new in change-infoJim Cromie1-5/+6
2022-09-07dyndbg: fix static_branch manipulationJim Cromie1-2/+3
2021-10-21dyndbg: refine verbosity 1-4 summary-detailJim Cromie1-11/+14
2021-10-15dyndbg: fix spurious vNpr_info changeJim Cromie1-1/+1
2021-10-14dyndbg: no vpr-info on empty queriesJim Cromie1-2/+4
2021-10-14dyndbg: vpr-info on remove-module complete, not startingJim Cromie1-2/+2
2021-10-14dyndbg: Remove support for ddebug_query paramAndrew Halaney1-25/+0
2021-10-14dyndbg: make dyndbg a known cli paramAndrew Halaney1-0/+12
2021-10-13dyndbg: show module in vpr-info in dd-exec-queriesJim Cromie1-1/+1
2021-07-08lib: fix spelling mistakesZhen Lei1-1/+1
2021-05-27dyndbg: display KiB of data memory used.Jim Cromie1-3/+3
2021-05-13dyndbg: drop uninformative vpr_infoJim Cromie1-1/+0
2021-05-13dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie1-7/+12
2021-04-30dyndbg: fix parsing file query without a line-range suffixShuo Chen1-1/+1
2020-12-09dyndbg: fix use before null checkJim Cromie1-2/+7
2020-09-27dyndbg: use keyword, arg varnames for query term pairsJim Cromie1-12/+15
2020-09-10Revert "dyndbg: accept query terms like file=bar and module=foo"Greg Kroah-Hartman1-33/+20
2020-09-10Revert "dyndbg: fix problem parsing format="foo bar""Greg Kroah-Hartman1-17/+21
2020-09-04dyndbg: fix problem parsing format="foo bar"Jim Cromie1-21/+17
2020-09-04dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie1-2/+25
2020-09-04dyndbg: give %3u width in pr-format, cosmetic onlyJim Cromie1-1/+1
2020-07-24dyndbg: export ddebug_exec_queriesJim Cromie1-1/+2
2020-07-24dyndbg: shorten our logging prefix, drop __func__Jim Cromie1-1/+1
2020-07-24dyndbg: allow anchored match on format query termJim Cromie1-3/+10
2020-07-24dyndbg: combine flags & mask into a struct, simplify with itJim Cromie1-21/+24
2020-07-24dyndbg: accept query terms like file=bar and module=fooJim Cromie1-20/+33
2020-07-24dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie1-1/+17
2020-07-24dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie1-27/+36
2020-07-24dyndbg: use gcc ?: to reduce word countJim Cromie1-4/+4
2020-07-24dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie1-1/+1
2020-07-24dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie1-2/+1
2020-07-24dyndbg: fix pr_err with empty stringJim Cromie1-1/+1
2020-07-24dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie1-12/+11
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie1-6/+2
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie1-6/+6
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie1-13/+8
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie1-7/+0
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-2/+7
2020-04-07lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-02-12dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman1-5/+23
2019-06-18lib: dynamic_debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+3
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman1-0/+37
2019-03-07dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes1-1/+3
2019-03-07dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes1-2/+0
2019-03-07dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes1-1/+2
2019-03-07dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes1-8/+7
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2017-11-17dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap1-0/+4
2016-08-04dynamic_debug: add jump label supportJason Baron1-0/+7
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-8/+3
2015-11-06lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes1-4/+4
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez1-2/+2
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-01-02dynamic_debug: fix commentMasatake YAMATO1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-2/+2
2014-10-14lib/dynamic_debug.c: use seq_open_private() instead of seq_open()Rob Jones1-15/+2
2014-10-03dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches1-30/+20
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico1-3/+5
2014-01-27dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin1-3/+1
2014-01-27dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin1-2/+4
2014-01-27dynamic_debug: remove wrong error messageAndrey Ryabinin1-3/+1
2014-01-23dynamic_debug: add wildcard support to filter files/functions/modulesDu, Changbin1-5/+10
2013-08-28dynamic debug: line queries failing due to uninitialized local variablejbaron@akamai.com1-1/+1
2013-04-30dynamic_debug: reuse generic string_unescape functionAndy Shevchenko1-43/+5
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko1-1/+0
2013-01-17dynamic_debug: add pr_errs before -EINVALsJim Cromie1-12/+35
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches1-56/+62
2012-12-17lib: dynamic_debug: use kbasename()Andy Shevchenko1-8/+1
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches1-20/+11
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches1-1/+1
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches1-3/+23
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches1-10/+29
2012-05-07Revert "dynamic_debug: remove unneeded includes"Greg Kroah-Hartman1-0/+10
2012-05-04dynamic_debug: remove unneeded includesJim Cromie1-10/+0
2012-04-30dynamic_debug: init with early_initcall, not arch_initcallJim Cromie1-2/+2
2012-04-30dynamic_debug: add modname arg to exec_query callchainJim Cromie1-8/+13
2012-04-30dynamic_debug: print ram usage by ddebug tables if verboseJim Cromie1-1/+11
2012-04-30dynamic_debug: simplify dynamic_debug_init error exitJim Cromie1-11/+8
2012-04-30dynamic_debug: combine parse_args callbacks togetherJim Cromie1-16/+20
2012-04-30dynamic_debug: deprecate ddebug_query, suggest dyndbg insteadJim Cromie1-0/+2
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie1-0/+49
2012-04-30dynamic_debug: replace if (verbose) pr_info with macro vpr_infoJim Cromie1-46/+35
2012-01-24dynamic_debug: process multiple debug-queries on a lineJim Cromie1-15/+58
2012-01-24dynamic_debug: factor vpr_info_dq out of ddebug_parse_queryJim Cromie1-8/+17
2012-01-24dynamic_debug: add trim_prefix() to provide source-root relative pathsJim Cromie1-3/+15
2012-01-24dynamic_debug: enlarge command/query write bufferJim Cromie1-4/+12
2012-01-24dynamic_debug: chop off comments in ddebug_tokenizeJim Cromie1-0/+2
2012-01-24dynamic_debug: early return if _ddebug table is emptyJim Cromie1-15/+20
2012-01-24dynamic_debug: tighten up error checking on debug queriesJim Cromie1-6/+33
2012-01-24dynamic_debug: describe_flags with '=[pmflt_]*'Jim Cromie1-11/+10
2012-01-24dynamic_debug: drop explicit !=NULL checksJim Cromie1-6/+5
2012-01-24dynamic_debug: pr_err() call should not depend upon verbosityJim Cromie1-2/+1
2012-01-24dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()Jim Cromie1-3/+5
2012-01-24dynamic_debug: change verbosity at runtimeJim Cromie1-0/+1
2012-01-24dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINTJim Cromie1-4/+0
2012-01-24dynamic_debug: fix whitespace complaints from scripts/cleanfileJim Cromie1-7/+9
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-54/+119
2011-10-18dynamic_debug: fix undefined reference to `__netdev_printk'Jason Baron1-0/+4
2011-10-18dynamic_debug: use a single printk() to emit messagesJason Baron1-39/+41
2011-10-18dynamic_debug: remove num_enabled accountingJason Baron1-7/+0
2011-09-15Remove unneeded version.h include from lib/Jesper Juhl1-1/+0
2011-08-22dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron1-0/+25
2011-08-22dynamic_debug: Convert printks to pr_<level>Joe Perches1-33/+26
2011-08-22dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefixJoe Perches1-11/+23
2011-08-22dynamic_debug: Consolidate prefix output to single routineJoe Perches1-20/+18
2011-08-22dynamic_debug: Add __dynamic_dev_dbgJoe Perches1-0/+38
2011-02-03dynamic_debug: add #include <linux/sched.h>Greg Kroah-Hartman1-0/+1
2011-02-03Dynamic debug: Add more flagsBart Van Assche1-9/+51
2011-01-07dynamic debug: Fix build issue with older gccJason Baron1-5/+4
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-25/+73
2010-10-22Dynamic Debug: Initialize dynamic debug earlier via arch_initcallThomas Renninger1-10/+23
2010-10-22Dynamic Debug: Introduce ddebug_query= boot parameterThomas Renninger1-0/+25
2010-10-22Dynamic Debug: Split out query string parsing/setup from proc_writeThomas Renninger1-15/+25
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-2/+2
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron1-39/+3
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh1-1/+1
2010-05-25dynamic_debug: small cleanup in ddebug_proc_write()Dan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-2/+2
2009-07-28Dynamic debug: fix typo: -/->Roel Kluin1-1/+1
2009-03-24Dynamic debug: allow simple quoting of wordsGreg Banks1-20/+33
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-0/+756