/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_utils.robot | 15 ${MSG_INTRO} This report contains the following information: 39 [Documentation] Creates directory and report file 52 [Documentation] Write data to the ffdc report document 65 [Documentation] Write header message to the report document manifest 107 [Documentation] Write cmd output data to the report document
|
/openbmc/linux/tools/perf/ |
H A D | Build | 13 perf-y += builtin-report.o 53 CFLAGS_builtin-report.o += -DTIPDIR="BUILD_STR($(tipdir_SQ))" 54 CFLAGS_builtin-report.o += -DDOCDIR="BUILD_STR($(srcdir_SQ)/Documentation)"
|
/openbmc/linux/scripts/coccinelle/locks/ |
H A D | mini_lock.cocci | 19 virtual report 91 @script:python depends on report@ 99 coccilib.report.print_report(p2[0],msg)
|
H A D | call_kern.cocci | 18 virtual report 98 @script:python depends on !patch && report@ 106 coccilib.report.print_report(p[0], msg)
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/ |
H A D | rasdaemon_0.8.0.bb | 30 PACKAGECONFIG[abrt-report] = "--enable-abrt-report,--disable-abrt-report"
|
/openbmc/u-boot/scripts/coccinelle/iterators/ |
H A D | itnull.cocci | 19 virtual report 88 @script:python depends on report@ 94 coccilib.report.print_report(p2[0], msg)
|
/openbmc/linux/scripts/coccinelle/iterators/ |
H A D | itnull.cocci | 20 virtual report 89 @script:python depends on report@ 95 coccilib.report.print_report(p2[0], msg)
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | runner.py | 194 report = {'status': status} 196 report['log'] = log 202 report['duration'] = duration 215 report['oetags'] = alltags 219 report['stdout'] = stdout 220 report['stderr'] = stderr 221 result[case.id()] = report
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | mac.c | 596 u8 report, cck_highpwr; in _rtl92c_query_rxphystatus() local 606 report = cck_buf->cck_agc_rpt & 0xc0; in _rtl92c_query_rxphystatus() 607 report = report >> 6; in _rtl92c_query_rxphystatus() 608 switch (report) { in _rtl92c_query_rxphystatus() 625 report = p_drvinfo->cfosho[0] & 0x60; in _rtl92c_query_rxphystatus() 626 report = report >> 5; in _rtl92c_query_rxphystatus() 627 switch (report) { in _rtl92c_query_rxphystatus()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | htc.c | 146 const struct ath12k_htc_credit_report *report, in ath12k_htc_process_credit_report() argument 154 if (len % sizeof(*report)) in ath12k_htc_process_credit_report() 157 n_reports = len / sizeof(*report); in ath12k_htc_process_credit_report() 160 for (i = 0; i < n_reports; i++, report++) { in ath12k_htc_process_credit_report() 161 if (report->eid >= ATH12K_HTC_EP_COUNT) in ath12k_htc_process_credit_report() 164 ep = &htc->endpoint[report->eid]; in ath12k_htc_process_credit_report() 165 ep->tx_credits += report->credits; in ath12k_htc_process_credit_report() 168 report->eid, report->credits, ep->tx_credits); in ath12k_htc_process_credit_report()
|
/openbmc/qemu/tests/guest-debug/ |
H A D | test_gdbstub.py | 24 def report(cond, msg): function 43 report(arch.name() == expected_arch,
|
/openbmc/linux/lib/ |
H A D | dhry_run.c | 39 goto report; in dhry_benchmark() 48 report: in dhry_benchmark()
|
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/ |
H A D | psfp.sh | 222 dropped_seqids=$(isochron report \ 230 isochron report \ 244 isochron report \ 276 received=$(isochron report \
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | kfree_sensitive.cocci | 16 virtual report 86 @script:python depends on report@ 92 coccilib.report.print_report(p[0], msg % (m[0].line))
|
/openbmc/linux/scripts/coccinelle/free/ |
H A D | kfree.cocci | 17 virtual report 128 @script:python depends on report@ 134 coccilib.report.print_report(p2[0],msg)
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | subcmd-util.h | 10 static inline void report(const char *prefix, const char *err, va_list params) in report() function 22 report(" Fatal: ", err, params); in die()
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | record_offcpu.sh | 54 if ! perf report -i ${perfdata} -q --percent-limit=90 | grep -E -q sleep 81 if ! perf report -i ${perfdata} -s comm -q -n -t ';' --percent-limit=90 | \
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-regressions.rst | 26 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]". 87 * In your report, clearly mention the last kernel version that worked fine and 92 (regressions@lists.linux.dev) know about your report: 94 * If you report the regression by mail, CC the regressions list. 96 * If you report your regression to some bug tracker, forward the submitted 97 report by mail to the regressions list while CCing the maintainer and the [all …]
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_input.hpp | 102 bool writeKeyboard(const uint8_t* report); 103 void writePointer(const uint8_t* report);
|
/openbmc/openbmc/poky/bitbake/lib/toaster/ |
H A D | pytest.ini | 6 # --html=report.html --self-contained-html 8 # https://pytest-html.readthedocs.io/en/latest/user_guide.html#creating-a-self-contained-report
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | htc.c | 152 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/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | resulttooltests.py | 12 from resulttool.report import ResultsTextReport 60 report = ResultsTextReport() 61 result_report = report.get_aggregated_test_result(None, result_data, 'DummyMachine')
|
/openbmc/linux/scripts/coccinelle/tests/ |
H A D | unsigned_lesser_than_zero.cocci | 21 virtual report 70 @script:python depends on report@ 76 coccilib.report.print_report(p[0], msg)
|
/openbmc/qemu/contrib/plugins/ |
H A D | hotpages.c | 78 g_autoptr(GString) report = g_string_new("Addr, RCPUs, Reads, WCPUs, Writes\n"); in plugin_exit() 90 g_string_append_printf(report, in plugin_exit() 100 qemu_plugin_outs(report->str); in plugin_exit()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 461 static u64 oa_report_id(struct i915_perf_stream *stream, void *report) in oa_report_id() argument 463 return oa_report_header_64bit(stream) ? *(u64 *)report : *(u32 *)report; in oa_report_id() 466 static u64 oa_report_reason(struct i915_perf_stream *stream, void *report) in oa_report_reason() argument 468 return (oa_report_id(stream, report) >> OAREPORT_REASON_SHIFT) & in oa_report_reason() 474 static void oa_report_id_clear(struct i915_perf_stream *stream, u32 *report) in oa_report_id_clear() argument 477 *(u64 *)report = 0; in oa_report_id_clear() 479 *report = 0; in oa_report_id_clear() 482 static bool oa_report_ctx_invalid(struct i915_perf_stream *stream, void *report) in oa_report_ctx_invalid() argument 484 return !(oa_report_id(stream, report) & in oa_report_ctx_invalid() 488 static u64 oa_timestamp(struct i915_perf_stream *stream, void *report) in oa_timestamp() argument [all …]
|