aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
AgeCommit message (Expand)Author
2020-07-24dyndbg: export ddebug_exec_queriesJim Cromie
2020-07-24dyndbg: shorten our logging prefix, drop __func__Jim Cromie
2020-07-24dyndbg: allow anchored match on format query termJim Cromie
2020-07-24dyndbg: combine flags & mask into a struct, simplify with itJim Cromie
2020-07-24dyndbg: accept query terms like file=bar and module=fooJim Cromie
2020-07-24dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie
2020-07-24dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie
2020-07-24dyndbg: use gcc ?: to reduce word countJim Cromie
2020-07-24dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie
2020-07-24dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie
2020-07-24dyndbg: fix pr_err with empty stringJim Cromie
2020-07-24dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai
2020-04-07lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor
2020-02-12dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman
2019-06-18lib: dynamic_debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman
2019-03-07dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes
2019-03-07dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes
2019-03-07dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes
2019-03-07dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2017-11-17dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap
2016-08-04dynamic_debug: add jump label supportJason Baron
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-11-06lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-01-02dynamic_debug: fix commentMasatake YAMATO
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches
2014-10-14lib/dynamic_debug.c: use seq_open_private() instead of seq_open()Rob Jones
2014-10-03dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico
2014-01-27dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin
2014-01-27dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin
2014-01-27dynamic_debug: remove wrong error messageAndrey Ryabinin
2014-01-23dynamic_debug: add wildcard support to filter files/functions/modulesDu, Changbin
2013-08-28dynamic debug: line queries failing due to uninitialized local variablejbaron@akamai.com
2013-04-30dynamic_debug: reuse generic string_unescape functionAndy Shevchenko
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko
2013-01-17dynamic_debug: add pr_errs before -EINVALsJim Cromie
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches
2012-12-17lib: dynamic_debug: use kbasename()Andy Shevchenko
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches