diff options
author | Tony Luck <tony.luck@intel.com> | 2022-05-07 01:54:08 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-05-12 16:35:29 +0300 |
commit | 51af802fc05152e84727a4293ccaa7e7e1b64d7e (patch) | |
tree | e91d043ead3ecfeda7943e6e2ee9ac0ee8a830b2 /MAINTAINERS | |
parent | 6f33a92b92f9cc37f31137cd5a2060ec714d486b (diff) | |
download | linux-51af802fc05152e84727a4293ccaa7e7e1b64d7e.tar.xz |
trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operations
Add tracing support which may be useful for debugging systems that fail to complete
In Field Scan tests.
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220506225410.1652287-11-tony.luck@intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3ffc7c129b87..a4f937b5e72f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9865,6 +9865,7 @@ R: Ashok Raj <ashok.raj@intel.com> R: Tony Luck <tony.luck@intel.com> S: Maintained F: drivers/platform/x86/intel/ifs +F: include/trace/events/intel_ifs.h INTEL INTEGRATED SENSOR HUB DRIVER M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> |