search for: print_report

Displaying 5 results from an estimated 5 matches for "print_report".

2005 Oct 11
2
Process meter
...hich takes a long period of time, I would like to update the user as to the progress of the transaction. How can I do this in Rails? Since I can only render once in an action, I don''t see how I can send updates. After the end of the process, I am sending the generated file, e.g., def print_report record_list = Record.find (...) # long list of records pdf = PDF::Writer.new for record in record_list # do processing which adds to the PDF ... # ideally update the user periodically with status # (e.g., record x of y or %complete) end send_data(pd...
2018 Nov 18
0
[PATCH 8/9] drm: remove no longer needed drm-get-put coccinelle script
...locked(object) > -| > -drm_dev_unref at p(object) > -) > - > - at script:python depends on report@ > -object << r.object; > -p << r.p; > -@@ > - > -msg="WARNING: use get/put helpers to reference and dereference %s" % (object) > -coccilib.report.print_report(p[0], msg) > -- > 2.19.1 > >
2023 Feb 23
0
[Bridge] [netfilter][bridge...?][BUG report] vmalloc-out-of-bounds Read in __ebt_unregister_table
...c3395d5e3d #13 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 Workqueue: netns cleanup_net Call Trace: <TASK> __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0xd1/0x138 lib/dump_stack.c:106 print_address_description mm/kasan/report.c:306 [inline] print_report+0x156/0x459 mm/kasan/report.c:417 kasan_report+0xc0/0xf0 mm/kasan/report.c:517 __ebt_unregister_table+0xcc5/0xce0 net/bridge/netfilter/ebtables.c:1168 ebt_unregister_table+0x35/0x40 net/bridge/netfilter/ebtables.c:1372 ops_exit_list+0xb0/0x170 net/core/net_namespace.c:169 cleanup_net+0x4ee/0x9...
2019 Mar 26
0
[RFC PATCH] drm/nouveau/fb/ram/gk104: move assignment out of condition
...w // Comments: // Options: --no-includes --include-headers virtual patch virtual report @badif@ position p; statement S; expression E1,E2; @@ if at p (E1,E2) S @script:python depends on report@ p << badif.p; @@ msg = "unconditional code hiding in if condition" coccilib.report.print_report(p[0],msg) @fixbadif depends on badif && patch@ position p=badif.p; statement S; expression E1=badif.E1,E2=badif.E2; @@ + E1; if at p ( - E1, E2) S @script:python depends on patch@ p << fixbadif.p; @@ <snip> drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c | 42 ++++++...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...hsw_test_single_ctx_counters/ tests/perf: don't assume constant of 40 EUs tests/perf: consider ctx-switch reports while polling/blocking tests/perf: factor out oa report sanity checking tests/perf: print [un]slice freq and report reasons in debug tests/perf: update print_reports to print context ID tests/perf: add per context filtering test for gen8+ Rodrigo Vivi (8): lib/cfl: Introduce Coffeelake platform definition. lib/cnl: Introduce Cannonlake platform defition. lib/cnl: Add Cannonlake PCI IDs for U-skus. lib/cnl: Add Cannonlake PCI IDs...