@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
src
/
linux-headers-5.4.0-216
/
include
/
trace
/
events
/
Path :
Upload File :
New :
File
Dir
//usr/src/linux-headers-5.4.0-216/include/trace/events/intel_ish.h
/* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM intel_ish #if !defined(_TRACE_INTEL_ISH_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_INTEL_ISH_H #include <linux/tracepoint.h> TRACE_EVENT(ishtp_dump, TP_PROTO(const char *message), TP_ARGS(message), TP_STRUCT__entry( __string(message, message) ), TP_fast_assign( __assign_str(message, message); ), TP_printk("%s", __get_str(message)) ); #endif /* _TRACE_INTEL_ISH_H */ /* This part must be outside protection */ #include <trace/define_trace.h>