#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>
xt.git' title='net-next.git Git repository'/>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='253fd0f02040a19c6fe80e4171659fa3482a422d'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master' selected='selected'>master</option>
<option value='nds-private-remove'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ohci-at91.c'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/drivers/usb/host/ohci-at91.c?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/drivers/usb/host/ohci-at91.c?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/drivers/usb/host/ohci-at91.c?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ohci-at91.c'>
<input type='hidden' name='id' value='253fd0f02040a19c6fe80e4171659fa3482a422d'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>drivers</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>usb</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>host</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ohci-at91.c?id=253fd0f02040a19c6fe80e4171659fa3482a422d'>ohci-at91.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ohci-at91.c?id=253fd0f02040a19c6fe80e4171659fa3482a422d&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>