/openbmc/linux/scripts/coccinelle/api/ |
H A D | pm_runtime.cocci | 13 virtual report 82 // For org and report mode 85 @r depends on (org || report) exists@ 107 @script:python depends on report@ 114 coccilib.report.print_report(p1[0],msg)
|
H A D | stream_open.cocci | 9 virtual report 217 @ report_rw depends on report @ 227 @ script:python depends on report && reader_blocks @ 231 coccilib.report.print_report(p[0], 238 coccilib.report.print_report(p[0], 284 @ report_r depends on report @ 294 @ script:python depends on report @ 298 coccilib.report.print_report(p[0], 332 @ report_w depends on report @ 342 @ script:python depends on report @ [all …]
|
H A D | platform_get_irq.cocci | 10 virtual report 64 @r depends on org || report@ 97 @script:python depends on report@ 102 coccilib.report.print_report(p1[0],msg)
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-core.c | 337 struct hid_report *report; in hid_submit_out() local 342 report = usbhid->out[usbhid->outtail].report; in hid_submit_out() 367 struct hid_report *report; in hid_submit_ctrl() local 373 report = usbhid->ctrl[usbhid->ctrltail].report; in hid_submit_ctrl() 403 report->id); in hid_submit_ctrl() 543 usbhid->out[usbhid->outhead].report = report; in __usbhid_submit_report() 593 usbhid->ctrl[usbhid->ctrlhead].report = report; in __usbhid_submit_report() 769 struct hid_report *report; in usbhid_init_reports() local 803 struct hid_report *report; in hid_find_field_early() local 810 field = report->field[i]; in hid_find_field_early() [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | yocto_testresults_query.py | 64 report = subprocess.check_output(command).decode("utf-8") 65 return report 67 def print_report_with_header(report, baseversion, baserevision, targetversion, targetrevision): argument 72 print(report, end='') 91 …report = compute_regression_report(workdir, basebranch, baserevision, targetbranch, targetrevision… 92 print_report_with_header(report, args.base, baserevision, args.target, targetrevision)
|
/openbmc/openbmc-test-automation/network/ |
H A D | network_diagnostic_report.robot | 2 Documentation Network diagnostic tool report and logs to console 24 [Documentation] Log Network packets loss percentage from MTR report. 25 ${report}= Get MTR Row ${OPENBMC_HOST} 26 Log To Console \n Network packets loss: ${report['loss']} percent
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-kvm.txt | 13 {top|record|report|diff|buildid-list} [<options>] 15 | --guestvmlinux=<path>] {top|record|report|diff|buildid-list|stat} [<options>] 16 'perf kvm stat [record|report|live] [<options>] 39 'perf kvm report' to display the performance counter profile information 47 for use by perf report. As buildid is read from /sys/kernel/notes in os, then 53 Especially, perf 'kvm stat record/report' generates a statistical analysis 60 'perf kvm stat report' reports statistical data which includes events 64 record + report but with statistical data updated live at a given display 71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands. 75 just redirect the output to a file when using 'report'. [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | error-reporting-tool.rst | 19 report or send an email to the mailing list. 30 inheriting the :ref:`ref-classes-report-error` class by adding the 34 INHERIT += "report-error" 37 ``${``\ :term:`LOG_DIR`\ ``}/error-report``. 50 …$ send-error-report /home/brandusa/project/poky/build/tmp/log/error-report/error_report_2014031416… 58 $ send-error-report --help 76 INHERIT += "report-error" 82 the code from the Git repository at :yocto_git:`/error-report-web/`.
|
/openbmc/openbmc-tools/tof-voters/ |
H A D | README.md | 9 report of qualified individuals. 17 ./voters report 18 …(.name): .points} ] | add | to_entries | sort_by(.value) | reverse | from_entries' data/report.json 22 set in the users' dictionary from `report.json` like:
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | array_size.cocci | 17 virtual report 60 // For org and report mode 63 @r depends on (org || report)@ 82 @script:python depends on report@ 87 coccilib.report.print_report(p[0], msg)
|
H A D | swap.cocci | 14 virtual report 100 @script:python depends on report@ 104 coccilib.report.print_report(p[0], "WARNING opportunity for swap()") 112 @script:python depends on report@ 116 coccilib.report.print_report(p[0], "WARNING opportunity for swap()")
|
H A D | of_table.cocci | 11 virtual report 52 @r depends on org || report@ 80 @script:python depends on report@ 86 coccilib.report.print_report(p1[0],msg)
|
/openbmc/u-boot/scripts/coccinelle/iterators/ |
H A D | list_entry_update.cocci | 16 virtual report 26 @depends on context && !org && !report@ 38 @back depends on (org || report) && !context exists@ 56 @script:python depends on back && report@ 62 coccilib.report.print_report(p1[0],msg)
|
/openbmc/linux/scripts/coccinelle/iterators/ |
H A D | list_entry_update.cocci | 17 virtual report 27 @depends on context && !org && !report@ 39 @back depends on (org || report) && !context exists@ 57 @script:python depends on back && report@ 63 coccilib.report.print_report(p1[0],msg)
|
H A D | device_node_continue.cocci | 17 virtual report 70 @t depends on s && patch && !context && !org && !report@ 79 @t_context depends on s && !patch && (context || org || report)@ 98 @script:python t_report depends on report@ 103 coccilib.report.print_report(j0[0], msg)
|
/openbmc/linux/drivers/hid/ |
H A D | hid-primax.c | 17 static int px_raw_event(struct hid_device *hid, struct hid_report *report, in px_raw_event() argument 22 switch (report->id) { in px_raw_event() 52 hid_info(hid, "unknown report type %d\n", report->id); in px_raw_event()
|
H A D | hid-nvidia-shield.c | 231 memset(report, 0, sizeof(*report)); in thunderstrike_hostcmd_req_report_init() 233 report->cmd_id = cmd_id; in thunderstrike_hostcmd_req_report_init() 326 report = ts->req_report_dmabuf; in thunderstrike_hostcmd_req_work_handler() 336 report->led.update = 1; in thunderstrike_hostcmd_req_work_handler() 337 report->led.state = ts->led_value; in thunderstrike_hostcmd_req_work_handler() 343 report, THUNDERSTRIKE_HOSTCMD_ID_BATTERY); in thunderstrike_hostcmd_req_work_handler() 347 report, THUNDERSTRIKE_HOSTCMD_ID_CHARGER); in thunderstrike_hostcmd_req_work_handler() 359 report, THUNDERSTRIKE_HOSTCMD_ID_HAPTICS); in thunderstrike_hostcmd_req_work_handler() 361 report->haptics.update = 1; in thunderstrike_hostcmd_req_work_handler() 363 report->haptics.motors = ts->haptics_val; in thunderstrike_hostcmd_req_work_handler() [all …]
|
H A D | hid-rmi.c | 174 ret = hid_hw_raw_request(hdev, report[0], report, in rmi_write_report() 177 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report() 375 struct hid_report *report, u8 *data, int size) in rmi_raw_event() argument 424 struct hid_field *field = report->field[0]; in rmi_report() 429 switch (report->id) { in rmi_report() 563 unsigned id, struct hid_report **report) in rmi_check_valid_report_id() argument 567 *report = hdev->report_enum[type].report_id_hash[id]; in rmi_check_valid_report_id() 568 if (*report) { in rmi_check_valid_report_id() 569 for (i = 0; i < (*report)->maxfield; i++) { in rmi_check_valid_report_id() 570 unsigned app = (*report)->field[i]->application; in rmi_check_valid_report_id() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pytest-json-report_1.5.0.bb | 1 SUMMARY = "pytest-json-report is a plugin that creates test reports as JSON" 2 HOMEPAGE = "https://github.com/numirias/pytest-json-report" 8 PYPI_PACKAGE = "pytest-json-report"
|
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | prot-none.py | 8 from test_gdbstub import gdb_exit, main, report 29 report(val == "42", "{} == 42".format(val)) 33 report(exitcode == 0, "{} == 0".format(exitcode))
|
/openbmc/linux/Documentation/hid/ |
H A D | hidintro.rst | 4 Introduction to HID report descriptors 66 Parsing HID report descriptors 71 one can read the corresponding report descriptor:: 96 if you need to patch HID report descriptors. 189 the change from the previously sent report (event) :: 273 following report. 275 any report. A device with only one supported HID report (like the mouse 276 example above) may omit the report ID. 278 Consider the following HID report descriptor:: 458 Fixing HID report descriptors [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_kwork.c | 93 if (kwork->report == KWORK_REPORT_RUNTIME) { in irq_load_prepare() 106 if (kwork->report == KWORK_REPORT_RUNTIME) { in softirq_load_prepare() 109 } else if (kwork->report == KWORK_REPORT_LATENCY) { in softirq_load_prepare() 122 if (kwork->report == KWORK_REPORT_RUNTIME) { in workqueue_load_prepare() 125 } else if (kwork->report == KWORK_REPORT_LATENCY) { in workqueue_load_prepare() 289 if (kwork->report == KWORK_REPORT_RUNTIME) { in add_work() 295 } else if (kwork->report == KWORK_REPORT_LATENCY) { in add_work() 302 pr_debug("Invalid bpf report type %d\n", kwork->report); in add_work()
|
/openbmc/linux/scripts/coccinelle/free/ |
H A D | ifnulldev_put.cocci | 14 virtual report 35 @r depends on context || report || org @ 50 @script:python depends on report@ 55 coccilib.report.print_report(p[0], msg)
|
/openbmc/linux/tools/testing/selftests/lkdtm/ |
H A D | stack-entropy.sh | 25 report=-1 30 if [ "$percent" -ne "$report" ]; then 32 report="$percent"
|
/openbmc/qemu/contrib/plugins/ |
H A D | hotblocks.c | 61 g_autoptr(GString) report = g_string_new("collected "); in plugin_exit() 65 g_string_append_printf(report, "%d entries in the hash table\n", in plugin_exit() 71 g_string_append_printf(report, "pc, tcount, icount, ecount\n"); in plugin_exit() 76 report, "0x%016"PRIx64", %d, %ld, %"PRId64"\n", in plugin_exit() 86 qemu_plugin_outs(report->str); in plugin_exit()
|