Home
last modified time | relevance | path

Searched refs:check_event (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_config_table.c119 ret = boottime->check_event(event); in execute()
143 ret = boottime->check_event(event); in execute()
181 ret = boottime->check_event(event); in execute()
225 ret = boottime->check_event(event); in execute()
H A Defi_selftest_event_groups.c92 ret = boottime->check_event(events[j]); in execute()
106 ret = boottime->check_event(events[j]); in execute()
H A Defi_selftest_tpl.c136 ret = boottime->check_event(event_wait); in execute()
178 ret = boottime->check_event(event_wait); in execute()
H A Defi_selftest_events.c134 ret = boottime->check_event(event_wait); in execute()
/openbmc/linux/tools/perf/tests/shell/
H A Dstat+json_output.sh89 check_event() function
205 check_event
H A Dstat+csv_output.sh73 check_event "CSV" "$perf_cmd"
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dstat_output.sh53 check_event() function
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h108 int check_event; member
H A Dhisi_uncore_ddrc_pmu.c469 ddrc_pmu->check_event = DDRC_V2_NR_EVENTS; in hisi_ddrc_pmu_dev_probe()
474 ddrc_pmu->check_event = DDRC_V1_NR_EVENTS; in hisi_ddrc_pmu_dev_probe()
H A Dhisi_uncore_hha_pmu.c481 hha_pmu->check_event = HHA_V2_NR_EVENT; in hisi_hha_pmu_dev_probe()
486 hha_pmu->check_event = HHA_V1_NR_EVENT; in hisi_hha_pmu_dev_probe()
H A Dhisi_uncore_l3c_pmu.c515 l3c_pmu->check_event = L3C_V2_NR_EVENTS; in hisi_l3c_pmu_dev_probe()
519 l3c_pmu->check_event = L3C_V1_NR_EVENTS; in hisi_l3c_pmu_dev_probe()
H A Dhisi_uncore_cpa_pmu.c290 cpa_pmu->check_event = CPA_NR_EVENTS; in hisi_cpa_pmu_dev_probe()
H A Dhisi_uncore_pa_pmu.c469 pa_pmu->check_event = 0xB0; in hisi_pa_pmu_dev_probe()
H A Dhisi_uncore_sllc_pmu.c413 sllc_pmu->check_event = SLLC_NR_EVENTS; in hisi_sllc_pmu_dev_probe()
H A Dhisi_uncore_pmu.c215 if (event->attr.config > hisi_pmu->check_event) in hisi_uncore_pmu_event_init()
H A Dhisi_uncore_uc_pmu.c505 uc_pmu->check_event = HISI_UC_EVTYPE_MASK; in hisi_uc_pmu_dev_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-provide-function-declaration-with-prototypes.patch50 testsuite/geis2/check_event.c | 2 +-
584 diff --git a/testsuite/geis2/check_event.c b/testsuite/geis2/check_event.c
586 --- a/testsuite/geis2/check_event.c
587 +++ b/testsuite/geis2/check_event.c
/openbmc/qemu/scripts/qapi/
H A Dexpr.py575 def check_event(expr: QAPIExpression) -> None: function
671 check_event(expr)
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h277 void *check_event; member
341 u32 check_event; member
/openbmc/u-boot/include/
H A Defi_api.h92 efi_status_t (EFIAPI *check_event)(struct efi_event *event);
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3160 .check_event = efi_check_event,