Home
last modified time | relevance | path

Searched refs:report (Results 276 – 300 of 1200) sorted by relevance

1...<<11121314151617181920>>...48

/openbmc/linux/scripts/coccinelle/tests/
H A Dunsigned_lesser_than_zero.cocci21 virtual report
70 @script:python depends on report@
76 coccilib.report.print_report(p[0], msg)
/openbmc/linux/Documentation/admin-guide/
H A Dreporting-regressions.rst26 below for convenience. Two of them are important: start your report's subject
30 #. Optional, but recommended: when sending or forwarding your report, make the
73 How do I report a regression?
76 Just report the issue as outlined in
85 * Start your report's subject with "[REGRESSION]".
92 (regressions@lists.linux.dev) know about your report:
94 * If you report the regression by mail, CC the regressions list.
122 report won't fall through the cracks unnoticed. If you omit this, the Linux
213 your report on the radar of these people by CCing or forwarding each report to
347 Can I report a regression I found with pre-compiled vanilla kernels?
[all …]
/openbmc/openbmc/.github/ISSUE_TEMPLATE/
H A Dbug_report.md2 name: Bug report
3 about: Create a report to help us improve our software
/openbmc/linux/tools/perf/Documentation/
H A Dperf-buildid-list.txt17 perf report.
47 linkperf:perf-report[1]
H A Dperf-c2c.txt13 'perf c2c report' [<options>]
36 The c2c tool provide means to record this data and report back access details
39 The basic workflow with this tool follows the standard record/report phase.
40 User uses the record command to record events data and report command to
84 Show extra node info in report (see NODE INFO section)
95 Please refer to perf-report man page for details.
173 The perf c2c report command displays shared data analysis. It comes in two
176 The report command workflow is following:
182 In general perf report output consist of 2 basic views:
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c152 const struct ath11k_htc_credit_report *report, in ath11k_htc_process_credit_report() argument
160 if (len % sizeof(*report)) in ath11k_htc_process_credit_report()
163 n_reports = len / sizeof(*report); in ath11k_htc_process_credit_report()
166 for (i = 0; i < n_reports; i++, report++) { in ath11k_htc_process_credit_report()
167 if (report->eid >= ATH11K_HTC_EP_COUNT) in ath11k_htc_process_credit_report()
170 ep = &htc->endpoint[report->eid]; in ath11k_htc_process_credit_report()
171 ep->tx_credits += report->credits; in ath11k_htc_process_credit_report()
174 report->eid, report->credits, ep->tx_credits); in ath11k_htc_process_credit_report()
/openbmc/linux/Documentation/mm/
H A Dfree_page_reporting.rst12 field within the structure it will populate is the "report" function
26 While pages are being processed by the report function they will not be
27 accessible to the allocator. Once the report function has been completed
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dnotify.c334 void *report; member
386 u32 evt_key, void *report) in scmi_lookup_and_call_event_chain() argument
403 report); in scmi_lookup_and_call_event_chain()
468 void *report = NULL; in scmi_process_event_payload() local
490 report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp, in scmi_process_event_payload()
492 r_evt->report, &src_id); in scmi_process_event_payload()
493 if (!report) { in scmi_process_event_payload()
502 scmi_lookup_and_call_event_chain(pd->ni, key, report); in scmi_process_event_payload()
506 scmi_lookup_and_call_event_chain(pd->ni, key, report); in scmi_process_event_payload()
807 r_evt->report = devm_kzalloc(ni->handle->dev, in scmi_register_protocol_events()
[all …]
/openbmc/linux/Documentation/process/
H A Dsecurity-bugs.rst8 disclosed as quickly as possible. Please report security bugs to the
16 who will help verify the bug report and develop and release a fix.
17 If you already have a fix, please include it with your report, as
57 reporter. This includes but is not limited to the original bug report
63 of the report are treated confidentially even after the embargo has been
/openbmc/linux/drivers/hid/
H A Dhid-elan.c70 if (field->report->id == ELAN_SINGLE_FINGER || in elan_input_mapping()
71 field->report->id == ELAN_MT_FIRST_FINGER || in elan_input_mapping()
72 field->report->id == ELAN_MT_SECOND_FINGER || in elan_input_mapping()
73 field->report->id == ELAN_MT_I2C) in elan_input_mapping()
360 struct hid_report *report, u8 *data, int size) in elan_raw_event() argument
H A Dwacom_sys.c99 for (i = 0; i < report->maxfield; i++) { in wacom_wac_pen_serial_enforce()
101 struct hid_field *field = report->field[i]; in wacom_wac_pen_serial_enforce()
313 n = hid_report_len(field->report); in wacom_feature_mapping()
317 data[0] = field->report->id; in wacom_feature_mapping()
342 hid_data->inputmode = field->report->id; in wacom_feature_mapping()
347 if (field->report->id == 0x0B && in wacom_feature_mapping()
362 if (field->report->id == 0x03 && in wacom_feature_mapping()
374 n = hid_report_len(field->report); in wacom_feature_mapping()
378 data[0] = field->report->id; in wacom_feature_mapping()
2210 struct hid_report *report; in wacom_compute_pktlen() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf.c463 return oa_report_header_64bit(stream) ? *(u64 *)report : *(u32 *)report; in oa_report_id()
477 *(u64 *)report = 0; in oa_report_id_clear()
479 *report = 0; in oa_report_id_clear()
491 *((u64 *)report + 1) : in oa_timestamp()
492 *((u32 *)report + 1); in oa_timestamp()
498 *(u64 *)&report[2] = 0; in oa_timestamp_clear()
500 report[1] = 0; in oa_timestamp_clear()
505 u32 ctx_id = oa_report_header_64bit(stream) ? report[4] : report[2]; in oa_context_id()
513 report[4] = INVALID_CTX_ID; in oa_context_id_squash()
670 const u8 *report) in append_oa_sample() argument
[all …]
/openbmc/openbmc/poky/
H A DSECURITY.md4 If you would like to report a public issue (for example, one with a released
5 CVE number), please report it using the
/openbmc/phosphor-hwmon/
H A Dfan_speed.cpp35 report<WriteFailure>( in target()
71 phosphor::logging::report<WriteFailure>( in enable()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_tsc_adjust_test.c114 static void report(int64_t val) in report() function
144 report(uc.args[1]); in main()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dallwinner,sun4i-a10-mdio.yaml17 # will be able to report a warning when we have that compatible, since
18 # we will validate the node thanks to the select, but won't report it
/openbmc/linux/Documentation/input/
H A Dgamepad.rst12 document defines how gamepads are supposed to report their data.
79 All new gamepads are supposed to comply with this mapping. Please report any
89 devices that report a small subset of the events.
91 No other devices, that do not look/feel like a gamepad, shall report these
97 Gamepads report the following events:
107 want to filter gamepads that do not report all four.
134 may even report both. The kernel does not convert between these so
/openbmc/linux/arch/s390/pci/
H A Dpci_sysfs.c140 struct zpci_report_error_header *report = (void *) buf; in report_error_write() local
146 if (off || (count < sizeof(*report))) in report_error_write()
149 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
/openbmc/docs/
H A DSECURITY.md3 ## How to report a security vulnerability
5 This describes how you can report an OpenBMC security vulnerability privately to
49 version of OpenBMC), please report it and we will help you route it to the
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c30 u64 overhead, bool report) in do_count_loop() argument
49 if (report) { in do_count_loop()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dedit_usage_message.patch30 "$spc --assess : check status of system and report in browser\n".
31 "$spc --assessnobrowser : check status of system and list report locations\n".
/openbmc/openbmc/poky/bitbake/
H A DSECURITY.md4 If you would like to report a public issue (for example, one with a released
5 CVE number), please report it using the
/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py390 report = "\n"
395 report += gp.sprint_issuing(cmd_buf)
397 report += outbuf + "\n"
399 return report
/openbmc/linux/tools/memory-model/scripts/
H A DREADME100 The checkghlitmus.sh should not report errors in cases where the
101 checklitmushist.sh script did not also report a change. However,
108 new version. In this case, checklitmushist.sh will report a mismatch
109 and checkghlitmus.sh will report success. This happens when the change
/openbmc/linux/scripts/coccinelle/api/
H A Dkvmalloc.cocci12 virtual report
234 @script: python depends on report@
238 coccilib.report.print_report(p[0], "WARNING opportunity for kvmalloc")
246 @script: python depends on report@
250 coccilib.report.print_report(p[0], "WARNING opportunity for kvfree")

1...<<11121314151617181920>>...48