summaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
AgeCommit message (Expand)AuthorLines
2024-09-01dyndbg: use seq_putc() in ddebug_proc_show()Markus Elfring-2/+2
2024-04-30dyndbg: fix old BUG_ON in >control parserJim Cromie-1/+5
2024-03-06dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()Andy Shevchenko-4/+3
2023-08-04dyndbg: add source filename to prefixThomas Weißschuh-0/+4
2023-08-04dyndbg: increase PREFIX_SIZE to 128Thomas Weißschuh-1/+1
2023-08-04dyndbg: constify opt_arrayThomas Weißschuh-1/+1
2023-03-09dyndbg: use the module notifier callbacksJason Baron-9/+41
2023-03-09dyndbg: remove unused 'base' arg from __ddebug_add_module()Jason Baron-5/+4
2022-09-07dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie-0/+212
2022-09-07dyndbg: validate class FOO by checking with moduleJim Cromie-8/+68
2022-09-07dyndbg: add ddebug_attach_module_classesJim Cromie-1/+31
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie-0/+7
2022-09-07dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie-9/+31
2022-09-07dyndbg: cleanup auto vars in dynamic_debug_initJim Cromie-16/+17
2022-09-07dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie-29/+0
2022-09-07dyndbg: let query-modname override actual module nameJim Cromie-4/+7
2022-09-07dyndbg: use ESCAPE_SPACE for cat controlJim Cromie-1/+1
2022-09-07dyndbg: reverse module.callsite walk in cat controlJim Cromie-6/+6
2022-09-07dyndbg: reverse module walk in cat controlJim Cromie-1/+1
2022-09-07dyndbg: show both old and new in change-infoJim Cromie-5/+6
2022-09-07dyndbg: fix static_branch manipulationJim Cromie-2/+3
2021-10-21dyndbg: refine verbosity 1-4 summary-detailJim Cromie-11/+14
2021-10-15dyndbg: fix spurious vNpr_info changeJim Cromie-1/+1
2021-10-14dyndbg: no vpr-info on empty queriesJim Cromie-2/+4
2021-10-14dyndbg: vpr-info on remove-module complete, not startingJim Cromie-2/+2
2021-10-14dyndbg: Remove support for ddebug_query paramAndrew Halaney-25/+0
2021-10-14dyndbg: make dyndbg a known cli paramAndrew Halaney-0/+12
2021-10-13dyndbg: show module in vpr-info in dd-exec-queriesJim Cromie-1/+1
2021-07-08lib: fix spelling mistakesZhen Lei-1/+1
2021-05-27dyndbg: display KiB of data memory used.Jim Cromie-3/+3
2021-05-13dyndbg: drop uninformative vpr_infoJim Cromie-1/+0
2021-05-13dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie-7/+12
2021-04-30dyndbg: fix parsing file query without a line-range suffixShuo Chen-1/+1
2020-12-09dyndbg: fix use before null checkJim Cromie-2/+7
2020-09-27dyndbg: use keyword, arg varnames for query term pairsJim Cromie-12/+15
2020-09-10Revert "dyndbg: accept query terms like file=bar and module=foo"Greg Kroah-Hartman-33/+20
2020-09-10Revert "dyndbg: fix problem parsing format="foo bar""Greg Kroah-Hartman-17/+21
2020-09-04dyndbg: fix problem parsing format="foo bar"Jim Cromie-21/+17
2020-09-04dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie-2/+25
2020-09-04dyndbg: give %3u width in pr-format, cosmetic onlyJim Cromie-1/+1
2020-07-24dyndbg: export ddebug_exec_queriesJim Cromie-1/+2
2020-07-24dyndbg: shorten our logging prefix, drop __func__Jim Cromie-1/+1
2020-07-24dyndbg: allow anchored match on format query termJim Cromie-3/+10
2020-07-24dyndbg: combine flags & mask into a struct, simplify with itJim Cromie-21/+24
2020-07-24dyndbg: accept query terms like file=bar and module=fooJim Cromie-20/+33
2020-07-24dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie-1/+17
2020-07-24dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie-27/+36
2020-07-24dyndbg: use gcc ?: to reduce word countJim Cromie-4/+4
2020-07-24dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie-1/+1
2020-07-24dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie-2/+1