Searched refs:event_str (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_pmu.c | 42 const char *event_str; member 69 return sprintf(buf, "%s\n", amdgpu_pmu_attr->event_str); in amdgpu_pmu_event_show() 72 amdgpu_pmu_attr->event_str, amdgpu_pmu_attr->type); in amdgpu_pmu_event_show() 426 pmu_attr->event_str = events[i].config; in amdgpu_pmu_create_event_attrs_by_type()
|
| /drivers/platform/mellanox/ |
| A D | mlxreg-hotplug.c | 81 char event_str[MLXREG_CORE_LABEL_MAX_SIZE + 2]; in mlxreg_hotplug_udev_event_send() local 84 mlxreg_hotplug_udev_envp[0] = event_str; in mlxreg_hotplug_udev_event_send() 86 snprintf(event_str, MLXREG_CORE_LABEL_MAX_SIZE, "%s=%d", label, !!action); in mlxreg_hotplug_udev_event_send()
|
| /drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3.c | 87 static const char * const event_str[] = { variable 1894 #define ARM_SMMU_EVT_KNOWN(e) ((e)->id < ARRAY_SIZE(event_str) && event_str[(e)->id]) 1895 #define ARM_SMMU_LOG_EVT_STR(e) ARM_SMMU_EVT_KNOWN(e) ? event_str[(e)->id] : "UNKNOWN"
|
| /drivers/char/ipmi/ |
| A D | ipmi_msghandler.c | 91 const char *event_str; in panic_op_read_handler() local 94 event_str = "???"; in panic_op_read_handler() 96 event_str = ipmi_panic_event_str[ipmi_send_panic_event]; in panic_op_read_handler() 98 return sprintf(buffer, "%s\n", event_str); in panic_op_read_handler()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_pmu.c | 973 attr->event_str = str; in add_pmu_attr()
|
| /drivers/powercap/ |
| A D | intel_rapl_common.c | 1938 .event_str = str, \
|
Completed in 34 milliseconds