Home
last modified time | relevance | path

Searched refs:report (Results 101 – 125 of 1192) sorted by relevance

12345678910>>...48

/openbmc/openbmc-test-automation/network/
H A Dnetwork_diagnostic_report.robot2 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/scripts/coccinelle/api/
H A Dstream_open.cocci9 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 Dplatform_get_irq.cocci10 virtual report
64 @r depends on org || report@
97 @script:python depends on report@
102 coccilib.report.print_report(p1[0],msg)
/openbmc/linux/tools/perf/Documentation/
H A Dperf-kvm.txt13 {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 Derror-reporting-tool.rst19 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 DREADME.md9 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 Darray_size.cocci17 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 Dswap.cocci14 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 Dof_table.cocci11 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 Dlist_entry_update.cocci16 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 Dlist_entry_update.cocci17 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 Ddevice_node_continue.cocci17 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 Dhid-primax.c17 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 Dhid-nvidia-shield.c231 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 Dhid-rmi.c174 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 Dpython3-pytest-json-report_1.5.0.bb1 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/linux/Documentation/hid/
H A Dhidintro.rst4 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/qemu/contrib/plugins/
H A Dhotblocks.c51 g_autoptr(GString) report = g_string_new("collected "); in plugin_exit()
56 g_string_append_printf(report, "%d entries in the hash table\n", in plugin_exit()
62 g_string_append_printf(report, "pc, tcount, icount, ecount\n"); in plugin_exit()
66 g_string_append_printf(report, "0x%016"PRIx64", %d, %ld, %"PRId64"\n", in plugin_exit()
75 qemu_plugin_outs(report->str); in plugin_exit()
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dtest-qxfer-auxv-read.py13 def report(cond, msg): function
26 report(isinstance(auxv, str), "Fetched auxv from inferior")
27 report(auxv.find("sha1"), "Found test binary name in auxv")
H A Dtest-proc-mappings.py12 def report(cond, msg): function
35 report(isinstance(mappings, str), "Fetched the mappings from the inferior")
57 report(False, "GDB Exception: {}".format(sys.exc_info()[0]))
/openbmc/linux/tools/perf/util/
H A Dbpf_kwork.c93 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 Difnulldev_put.cocci14 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 Dstack-entropy.sh25 report=-1
30 if [ "$percent" -ne "$report" ]; then
32 report="$percent"
/openbmc/linux/include/linux/
H A Dhid.h508 struct hid_report *report; /* associated report */ member
558 struct hid_report *report; member
563 struct hid_report *report; member
579 struct hid_report *report; member
823 void (*report)(struct hid_device *hdev, struct hid_report *report); member
880 struct hid_report *report, int reqtype);
949 void hid_output_report(struct hid_report *report, __u8 *data);
951 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
1162 return hdev->ll_driver->idle(hdev, report, idle, reqtype); in hid_hw_idle()
1199 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() argument
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh22 $perf_tool report -i "$trace_file" --header --stats | \
28 …$perf_tool report -i "$trace_file" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.comp.output…
29 …$perf_tool report -i "$trace_file.decomp" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.deco…

12345678910>>...48