All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ath10k: Add pktlog support
@ 2014-10-02 12:12 ` Rajkumar Manoharan
  0 siblings, 0 replies; 19+ messages in thread
From: Rajkumar Manoharan @ 2014-10-02 12:12 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Rajkumar Manoharan

This implements the Packet log feature for ath10k.
All tx and rx events and rx descriptor details are
posted to user space by tracepoints.

Rajkumar Manoharan (4):
  ath10k: Add support to configure pktlog filter
  ath10k: add tracing for ath10k_htt_pktlog
  ath10k: add tracing for rx descriptor
  ath10k: add tracing for tx msdu pktlog event

 drivers/net/wireless/ath/ath10k/core.h   |  2 +
 drivers/net/wireless/ath/ath10k/debug.c  | 80 +++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/debug.h  | 15 +++++-
 drivers/net/wireless/ath/ath10k/htt.h    |  2 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c | 47 +++++++++++++++++
 drivers/net/wireless/ath/ath10k/hw.h     | 35 +++++++++++++
 drivers/net/wireless/ath/ath10k/trace.h  | 89 ++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.c    | 33 ++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h    |  6 +++
 9 files changed, 306 insertions(+), 3 deletions(-)

-- 
2.1.1


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH 0/4] ath10k: Add pktlog support
@ 2014-10-02 12:06 Rajkumar Manoharan
  2014-10-02 12:06 ` [PATCH 1/4] ath10k: Add support to configure pktlog filter Rajkumar Manoharan
  0 siblings, 1 reply; 19+ messages in thread
From: Rajkumar Manoharan @ 2014-10-02 12:06 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Rajkumar Manoharan

This implements the Packet log feature for ath10k.
All tx and rx events and rx descriptor details are
posted to user space by tracepoints.

Rajkumar Manoharan (4):
  ath10k: Add support to configure pktlog filter
  ath10k: add tracing for ath10k_htt_pktlog
  ath10k: add tracing for rx descriptor
  ath10k: add tracing for tx msdu pktlog event

 drivers/net/wireless/ath/ath10k/core.h   |  2 +
 drivers/net/wireless/ath/ath10k/debug.c  | 80 +++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/debug.h  | 15 +++++-
 drivers/net/wireless/ath/ath10k/htt.h    |  2 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c | 47 +++++++++++++++++
 drivers/net/wireless/ath/ath10k/hw.h     | 35 +++++++++++++
 drivers/net/wireless/ath/ath10k/trace.h  | 89 ++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.c    | 33 ++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h    |  6 +++
 9 files changed, 306 insertions(+), 3 deletions(-)

-- 
2.1.1


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-10-02 13:05 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 12:12 [PATCH 0/4] ath10k: Add pktlog support Rajkumar Manoharan
2014-10-02 12:12 ` Rajkumar Manoharan
2014-10-02 12:12 ` [PATCH 1/4] ath10k: Add support to configure pktlog filter Rajkumar Manoharan
2014-10-02 12:12   ` Rajkumar Manoharan
2014-10-02 12:37   ` Michal Kazior
2014-10-02 12:37     ` Michal Kazior
2014-10-02 12:53     ` Rajkumar Manoharan
2014-10-02 12:53       ` Rajkumar Manoharan
2014-10-02 12:58       ` Michal Kazior
2014-10-02 12:58         ` Michal Kazior
2014-10-02 13:06         ` Rajkumar Manoharan
2014-10-02 13:06           ` Rajkumar Manoharan
2014-10-02 12:12 ` [PATCH 2/4] ath10k: add tracing for ath10k_htt_pktlog Rajkumar Manoharan
2014-10-02 12:12   ` Rajkumar Manoharan
2014-10-02 12:12 ` [PATCH 3/4] ath10k: add tracing for rx descriptor Rajkumar Manoharan
2014-10-02 12:12   ` Rajkumar Manoharan
2014-10-02 12:12 ` [PATCH 4/4] ath10k: add tracing for tx msdu pktlog event Rajkumar Manoharan
2014-10-02 12:12   ` Rajkumar Manoharan
  -- strict thread matches above, loose matches on Subject: below --
2014-10-02 12:06 [PATCH 0/4] ath10k: Add pktlog support Rajkumar Manoharan
2014-10-02 12:06 ` [PATCH 1/4] ath10k: Add support to configure pktlog filter Rajkumar Manoharan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.