Lines Matching refs:report
64 Four basic modes are defined: ``patch``, ``report``, ``context``, and
70 - ``report`` generates a list in the following format:
76 - ``org`` generates a report in the Org mode format of Emacs.
79 of Coccinelle, the default mode is "report".
85 - ``rep+ctxt`` runs successively the report mode and the context mode.
92 To make a report for every semantic patch, run the following command::
94 make coccicheck MODE=report
114 make coccicheck MODE=report V=1
122 make coccicheck MODE=report J=4
150 make coccicheck COCCI=<my_SP.cocci> MODE=report
179 The "report" mode is the default. You can select another one with the
197 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
206 …make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd…
329 Detailed description of the ``report`` mode
332 ``report`` generates a list in the following format::
341 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
346 @r depends on !context && !patch && (org || report)@
353 @script:python depends on report@
359 coccilib.report.print_report(p[0], msg)
386 @ depends on !context && patch && !org && !report @
432 @ depends on context && !patch && !org && !report@
457 ``org`` generates a report in the Org mode format of Emacs.
469 @r depends on !context && !patch && (org || report)@