diff options
author | Lv Zheng <lv.zheng@intel.com> | 2015-07-23 00:53:07 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-07-23 17:09:07 -0400 |
commit | bab0482418885627babfd1a6ca4e57a809712474 (patch) | |
tree | 8e28351551ee4c308295130ef45dd25bc4ee0cb3 /include/acpi/acpixf.h | |
parent | ab6c573320768c36ac629be3db79ad62445aae64 (diff) |
ACPICA: Executer: Add OSL trace hook support
ACPICA commit e8e4a9b19d0b72a7b165398bdc961fc2f6f502ec
This patch adds OSL trace hook support.
OSPMs are encouraged to use acpi_os_trace_point() with
ACPI_USE_SYSTEM_TRACER defined to implement platform specific trace
facility. Lv Zheng.
Link: https://github.com/acpica/acpica/commit/e8e4a9b1
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 9c362cf14264..9aa27a3e3716 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -909,6 +909,11 @@ ACPI_DBG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(6) | |||
909 | const char *module_name, | 909 | const char *module_name, |
910 | u32 component_id, | 910 | u32 component_id, |
911 | const char *format, ...)) | 911 | const char *format, ...)) |
912 | |||
913 | ACPI_DBG_DEPENDENT_RETURN_VOID(void | ||
914 | acpi_trace_point(acpi_trace_event_type type, | ||
915 | u8 begin, | ||
916 | u8 *aml, char *pathname)) | ||
912 | ACPI_APP_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(1) | 917 | ACPI_APP_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(1) |
913 | void ACPI_INTERNAL_VAR_XFACE | 918 | void ACPI_INTERNAL_VAR_XFACE |
914 | acpi_log_error(const char *format, ...)) | 919 | acpi_log_error(const char *format, ...)) |