Home
last modified time | relevance | path

Searched refs:report (Results 351 – 375 of 1200) sorted by relevance

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

/openbmc/linux/Documentation/dev-tools/
H A Dkcsan.rst27 A typical data race report looks like this::
51 The header of the report provides a short summary of the functions involved in
56 The other less common type of data race report looks like this::
74 This report is generated where it was not possible to determine the other
122 observed to remain unchanged, do not report the data race.
127 causes KCSAN to not report data races due to conflicts where the only plain
153 ``some_func_name`` to the report filter list, which (by default) blacklists
158 changes the report filtering behaviour. For example, the blacklist feature
213 Note, KCSAN will not report all data races due to missing memory ordering,
269 report the accesses.
/openbmc/openbmc-test-automation/tools/
H A Drobot_custom_rules.py34 self.report(
/openbmc/linux/tools/perf/Documentation/
H A Dperf-arm-spe.txt65 recorded file is opened with 'perf report' or 'perf script' does the decoding happen. When decoding
167 By default perf report and perf script will assign samples to separate groups depending on the
169 them, the samples in these groups are not necessarily unique. For example perf report shows these
191 perf report --itrace=i1i
195 perf report --mem-mode
217 linkperf:perf-record[1], linkperf:perf-script[1], linkperf:perf-report[1],
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_expect.c48 u32 portid, int report) in nf_ct_unlink_expect_report() argument
65 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report); in nf_ct_unlink_expect_report()
490 u32 portid, int report, unsigned int flags) in nf_ct_expect_related_report() argument
502 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report); in nf_ct_expect_related_report()
537 u32 portid, int report) in nf_ct_expect_iterate_net() argument
554 nf_ct_unlink_expect_report(exp, portid, report); in nf_ct_expect_iterate_net()
/openbmc/qemu/util/
H A Dqsp.c682 QSPReport *report = udata; in qsp_tree_report() local
685 if (report->n_entries == report->max_n_entries) { in qsp_tree_report()
688 entry = &report->entries[report->n_entries]; in qsp_tree_report()
689 report->n_entries++; in qsp_tree_report()
/openbmc/linux/sound/soc/codecs/
H A Dtwl6040.h25 struct snd_soc_jack *jack, int report);
H A D88pm860x-codec.c1206 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local
1222 report |= SND_JACK_HEADPHONE; in pm860x_component_handler()
1229 report |= pm860x->det.hs_shrt; in pm860x_component_handler()
1232 report |= pm860x->det.hook_det; in pm860x_component_handler()
1235 report |= pm860x->det.lo_shrt; in pm860x_component_handler()
1237 if (report) in pm860x_component_handler()
1238 snd_soc_jack_report(pm860x->det.hp_jack, report, mask); in pm860x_component_handler()
1244 report, mask); in pm860x_component_handler()
/openbmc/obmc-ikvm/
H A Dikvm_input.cpp532 bool Input::writeKeyboard(const uint8_t* report) in writeKeyboard() argument
539 if (write(keyboardFd, report, KEY_REPORT_LENGTH) == KEY_REPORT_LENGTH) in writeKeyboard()
564 void Input::writePointer(const uint8_t* report) in writePointer() argument
571 if (write(pointerFd, report, PTR_REPORT_LENGTH) == PTR_REPORT_LENGTH) in writePointer()
/openbmc/linux/lib/
H A DKconfig.kcsan51 external functions on report generation; if a race report is
172 If KCSAN should report races where only one access is known, and the
180 KCSAN will report data races with the strictest possible rules, which
207 bool "Only report races where watcher observed a data value change"
213 unchanged, do not report the data race.
222 resulting in data races. This will cause KCSAN to not report data
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify_main.cpp22 report<IncompatibleErr>(prev_entry<Incompatible::MIN_VERSION>(), in main()
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp49 using ::phosphor::logging::report;
171 report<InternalFailure>(); in Manager()
453 report<InternalFailure>(); in generateCSR()
976 report<InternalFailure>(); in createCertificates()
980 report<InvalidCertificate>(InvalidCertificateReason( in createCertificates()
995 report<InternalFailure>(); in createCertificates()
999 report<InvalidCertificate>(InvalidCertificateReason( in createCertificates()
1020 report<InternalFailure>(); in createRSAPrivateKeyFile()
/openbmc/linux/drivers/acpi/apei/
H A DKconfig15 APEI allows to report errors (for example from the chipset)
27 Generic Hardware Error Source provides a way to report
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dadi,adm1275.yaml42 Number of samples to be used to report voltage and current values.
48 Number of samples to be used to report power values.
/openbmc/linux/drivers/hid/
H A Dhid-apple.c572 struct hid_report *report; in apple_fetch_battery() local
578 report = report_enum->report_id_hash[hdev->battery_report_id]; in apple_fetch_battery()
580 if (!report || report->maxfield < 1) in apple_fetch_battery()
586 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in apple_fetch_battery()
729 struct hid_report *report; in apple_backlight_check_support() local
731 list_for_each_entry(report, &hdev->report_enum[HID_INPUT_REPORT].report_list, list) { in apple_backlight_check_support()
732 for (i = 0; i < report->maxfield; i++) { in apple_backlight_check_support()
733 hid = report->field[i]->usage->hid; in apple_backlight_check_support()
H A Dhid-sensor-custom.c477 struct hid_report *report, in hid_sensor_custom_add_field() argument
499 sensor_field->attribute.report_id = report->id; in hid_sensor_custom_add_field()
534 struct hid_report *report; in hid_sensor_custom_add_fields() local
538 list_for_each_entry(report, &report_enum->report_list, list) { in hid_sensor_custom_add_fields()
539 for (i = 0; i < report->maxfield; ++i) { in hid_sensor_custom_add_fields()
540 field = report->field[i]; in hid_sensor_custom_add_fields()
550 report, in hid_sensor_custom_add_fields()
/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_common.hpp53 report = 0x2000, enumerator
/openbmc/linux/drivers/virt/coco/tdx-guest/
H A DKconfig7 report.
/openbmc/docs/security/
H A Dhow-to-report-a-security-vulnerability.md1 # How to report a security vulnerability
3 This describes how you can report an OpenBMC security vulnerability privately to
64 version of OpenBMC), please report it and we will help you route it to the
/openbmc/phosphor-debug-collector/
H A Dcore_manager_main.cpp24 report<InternalFailure>(); in main()
/openbmc/linux/drivers/input/touchscreen/
H A Dmsg2638.c146 goto report; in msg2138_ts_irq_handler()
158 goto report; in msg2138_ts_irq_handler()
166 goto report; in msg2138_ts_irq_handler()
175 report: in msg2138_ts_irq_handler()
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwcfg.txt4 REPORTFILE =/var/lib/tripwire/report/$(HOSTNAME)-$(DATE).twr
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_data_symbol.sh20 result=$(perf mem report -i ${PERF_DATA} -s symbol_daddr -q 2>&1 |
/openbmc/linux/drivers/input/mouse/
H A Delan_i2c_core.c1013 static void elan_report_trackpoint(struct elan_tp_data *data, u8 *report) in elan_report_trackpoint() argument
1016 u8 *packet = &report[ETP_REPORT_ID_OFFSET + 1]; in elan_report_trackpoint()
1046 u8 report[ETP_MAX_REPORT_LEN]; in elan_isr() local
1058 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
1062 switch (report[ETP_REPORT_ID_OFFSET]) { in elan_isr()
1064 elan_report_absolute(data, report, false); in elan_isr()
1067 elan_report_absolute(data, report, true); in elan_isr()
1071 elan_report_trackpoint(data, report); in elan_isr()
1075 report[ETP_REPORT_ID_OFFSET]); in elan_isr()
/openbmc/linux/Documentation/admin-guide/
H A Dbug-bisect.rst10 not confident in doing that please report the bug to your distribution vendor
17 Before you submit a bug report read
/openbmc/linux/fs/exfat/
H A Dmisc.c26 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __exfat_fs_error() argument
32 if (report) { in __exfat_fs_error()

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