ath11k: tracing: fix ath11k tracing
Add missing tracing subsystem define. Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
7321095ca3
commit
e8da398657
@ -17,6 +17,9 @@
|
|||||||
static inline void trace_ ## name(proto) {}
|
static inline void trace_ ## name(proto) {}
|
||||||
#endif /* !CONFIG_ATH11K_TRACING || __CHECKER__ */
|
#endif /* !CONFIG_ATH11K_TRACING || __CHECKER__ */
|
||||||
|
|
||||||
|
#undef TRACE_SYSTEM
|
||||||
|
#define TRACE_SYSTEM ath11k
|
||||||
|
|
||||||
TRACE_EVENT(ath11k_htt_pktlog,
|
TRACE_EVENT(ath11k_htt_pktlog,
|
||||||
TP_PROTO(struct ath11k *ar, const void *buf, u16 buf_len),
|
TP_PROTO(struct ath11k *ar, const void *buf, u16 buf_len),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user