Searched refs:eventcode (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/platform/x86/ |
D | msi-wmi.c | 200 int eventcode = obj->integer.value; in msi_wmi_notify() local 201 pr_debug("Eventcode: 0x%x\n", eventcode); in msi_wmi_notify() 203 eventcode); in msi_wmi_notify() 205 pr_info("Unknown key pressed - %x\n", eventcode); in msi_wmi_notify()
|
/Linux-v4.19/tools/perf/pmu-events/ |
D | jevents.c | 477 char **metric_group, unsigned long long eventcode) in try_fixup() argument 484 if (!eventcode && es->event) { in try_fixup() 535 unsigned long long eventcode = 0; in json_events() local 560 eventcode |= strtoul(code, NULL, 0); in json_events() 565 eventcode |= strtoul(code, NULL, 0) << 21; in json_events() 635 snprintf(buf, sizeof buf, "event=%#llx", eventcode); in json_events() 656 &metric_group, eventcode); in json_events()
|