From: Rajkumar Manoharan Date: Wed, 5 Nov 2014 13:44:31 +0000 (+0530) Subject: ath10k: handle ieee80211 header and payload tracing separately X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~134^2~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ce8e7fdcc7a89f7d51065c92708f2a2234fdf41;p=pandora-kernel.git ath10k: handle ieee80211 header and payload tracing separately For packet log, the transmitted frame 802.11 header alone is sufficient. Recording entire packet is also consuming lot of disk space. To optimize this, tx and rx data tracepoints are splitted into header and payload tracepoints. To record tx ieee80211 headers trace-cmd record -e ath10k_tx_hdr To record complete packets trace-cmd record -e ath10k_tx_hdr -e ath10k_tx_payload Cc: Michal Kazior Signed-off-by: Rajkumar Manoharan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed