Home
last modified time | relevance | path

Searched refs:report (Results 726 – 750 of 1197) sorted by relevance

1...<<21222324252627282930>>...48

/openbmc/qemu/docs/devel/
H A Dzoned-storage.rst33 including report zones, four zone operations, and zone append.
/openbmc/linux/Documentation/sound/soc/
H A Djack.rst56 update and the set of things to report when the jack is connected.
/openbmc/linux/mm/damon/
H A DKconfig72 (DAMON_SYSFS). If you depend on this and cannot move, please report
/openbmc/linux/Documentation/hwmon/
H A Dltc4245.rst99 ADC as an analog voltage, and report the value in in9_input.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-python.txt362 The 'report' script is also a shell script with the same base name as
363 your script, but with -report appended. It should also be located in
368 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-report
410 and display the output using 'perf script report':
412 # perf script report syscall-counts
H A Dperf-top.txt131 Please see description of --sort in the perf-report man page.
189 perf-report man pages for details.
405 linkperf:perf-stat[1], linkperf:perf-list[1], linkperf:perf-report[1]
H A Dperf-intel-pt.txt36 'perf script', 'perf report' and 'perf inject'. See below for more information
65 And profiled with 'perf report' e.g.
67 perf report
79 it. The other tools understand the directory format, so to use 'perf report'
82 sudo perf report -i pt_ls
87 sudo perf report pt_ls --itrace=i1usge
696 which the tools report as an error.
1063 perf report --itrace=Ge
1065 Although in fact G is a default for perf report, so that is the same as just:
1067 perf report
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1792 bool hw_rfkill, prev, report; in iwl_pcie_handle_rfkill_irq() local
1802 report = hw_rfkill; in iwl_pcie_handle_rfkill_irq()
1804 report = test_bit(STATUS_RFKILL_OPMODE, &trans->status); in iwl_pcie_handle_rfkill_irq()
1811 if (prev != report) in iwl_pcie_handle_rfkill_irq()
1812 iwl_trans_pcie_rf_kill(trans, report, from_irq); in iwl_pcie_handle_rfkill_irq()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dsensors.c1016 void *report, u32 *src_id) in scmi_sensor_fill_custom_report() argument
1024 struct scmi_sensor_trip_point_report *r = report; in scmi_sensor_fill_custom_report()
1042 struct scmi_sensor_update_report *r = report; in scmi_sensor_fill_custom_report()
H A Dperf.c1013 void *report, u32 *src_id) in scmi_perf_fill_custom_report() argument
1021 struct scmi_perf_limits_report *r = report; in scmi_perf_fill_custom_report()
1038 struct scmi_perf_level_report *r = report; in scmi_perf_fill_custom_report()
/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst292 calls the standard nfc_shdlc_recv_frame() with a NULL argument to report the
294 SMW to report above in turn.
297 frames. This thread will also check the shdlc sticky status and report to HCI
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile220 report: target
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-routing.rst43 Drivers report their current routing tables using the
/openbmc/linux/fs/reiserfs/
H A DKconfig48 report, say Y and you might get a useful error message. Almost
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A DREADME11 a Selenium test report with a version-specific format.
/openbmc/linux/fs/ntfs/
H A DKconfig67 so far not received a single report where the driver would have
/openbmc/linux/crypto/
H A Dakcipher.c105 .report = crypto_akcipher_report,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md47 - Applications can commit errors to the journal using the **report** or
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c146 ctx->report = nlmsg_report(nlh); in nft_ctx_init()
1009 bool report; member
1013 static void nft_notify_enqueue(struct sk_buff *skb, bool report, in nft_notify_enqueue() argument
1016 NFT_CB(skb).report = report; in nft_notify_enqueue()
1027 if (!ctx->report && in nf_tables_table_notify()
1046 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_table_notify()
1882 if (!ctx->report && in nf_tables_chain_notify()
1902 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_chain_notify()
3474 if (!ctx->report && in nf_tables_rule_notify()
3501 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_rule_notify()
[all …]
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c1928 struct __sctp_missing report; in sctp_process_missing_param() local
1931 len = SCTP_PAD4(sizeof(report)); in sctp_process_missing_param()
1940 report.num_missing = htonl(1); in sctp_process_missing_param()
1941 report.type = paramtype; in sctp_process_missing_param()
1943 sizeof(report)); in sctp_process_missing_param()
1944 sctp_addto_chunk(*errp, sizeof(report), &report); in sctp_process_missing_param()
/openbmc/qemu/target/i386/
H A Dsev.c678 SevAttestationReport *report = NULL; in sev_get_attestation_report() local
731 report = g_new0(SevAttestationReport, 1); in sev_get_attestation_report()
732 report->data = g_base64_encode(data, input.len); in sev_get_attestation_report()
734 trace_kvm_sev_attestation_report(mnonce, report->data); in sev_get_attestation_report()
736 return report; in sev_get_attestation_report()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1443 report<InternalFailure>(); in enclosureIdentifyLedOff()
1476 report<InternalFailure>(); in ipmiChassisIdentify()
1947 report<InternalFailure>(); in ipmiChassisGetSysBootOptions()
2143 report<InternalFailure>(); in ipmiChassisSetSysBootOptions()
2311 report<InternalFailure>(); in ipmiChassisSetPowerRestorePolicy()
/openbmc/linux/Documentation/process/
H A D5.Posting.rst220 If the URL points to a public bug report being fixed by the patch, use the
265 the report, unless the report is not available on the web. The Link: tag
318 - If you are responding to a bug report or a feature request, copy the
/openbmc/openbmc/poky/meta/classes/
H A Dcve-check.bbclass15 # directory. If an image is build it will generate a report
157 bb.plain("Complete CVE JSON report summary created at: %s" % json_summary_link_name)
254 bb.plain("Image CVE JSON report stored in: %s" % manifest_name)
/openbmc/linux/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2200.rst209 Can be used to report out which IEEE mode the driver is
236 Can be used to report configuration of preamble length.
267 Will report the current debug level of the driver's logging subsystem

1...<<21222324252627282930>>...48