All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add TLP filter support and some fixes for HiSilicon PCIe PMU
@ 2022-10-25 11:32 ` Yicong Yang
  0 siblings, 0 replies; 22+ messages in thread
From: Yicong Yang @ 2022-10-25 11:32 UTC (permalink / raw)
  To: Shaokun Zhang, liuqi6124, Jonathan Corbet, Will Deacon,
	Mark Rutland, John Garry, jonathan.cameron
  Cc: linux-kernel, linux-arm-kernel, linux-doc, linuxarm, f.fangjian,
	prime.zeng

From: Yicong Yang <yangyicong@hisilicon.com>

HiSilicon PCIe PMU support count the bandwidth of TLP headers, TLP payloads
or both. Add support for it. User can set this through perf tool's
'len_mode' like:

  $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,len_mode=0x1/ sleep 5

Also includes 2 fixes of both driver and documentation in this series.

Yicong Yang (3):
  drivers/perf: hisi: Fix some event id for hisi-pcie-pmu
  docs: perf: Fix PMU instance name of hisi-pcie-pmu
  drivers/perf: hisi: Add TLP filter support

 .../admin-guide/perf/hisi-pcie-pmu.rst        | 42 ++++++++++++++-----
 drivers/perf/hisilicon/hisi_pcie_pmu.c        | 22 +++++++---
 2 files changed, 48 insertions(+), 16 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2022-11-10  8:36 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 11:32 [PATCH 0/3] Add TLP filter support and some fixes for HiSilicon PCIe PMU Yicong Yang
2022-10-25 11:32 ` Yicong Yang
2022-10-25 11:32 ` [PATCH 1/3] drivers/perf: hisi: Fix some event id for hisi-pcie-pmu Yicong Yang
2022-10-25 11:32   ` Yicong Yang
2022-11-09 16:59   ` Jonathan Cameron
2022-11-09 16:59     ` Jonathan Cameron
2022-10-25 11:32 ` [PATCH 2/3] docs: perf: Fix PMU instance name of hisi-pcie-pmu Yicong Yang
2022-10-25 11:32   ` Yicong Yang
2022-11-09 17:02   ` Jonathan Cameron
2022-11-09 17:02     ` Jonathan Cameron
2022-10-25 11:32 ` [PATCH 3/3] drivers/perf: hisi: Add TLP filter support Yicong Yang
2022-10-25 11:32   ` Yicong Yang
2022-11-09 17:09   ` Jonathan Cameron
2022-11-09 17:09     ` Jonathan Cameron
2022-11-10  2:45     ` Yicong Yang
2022-11-10  2:45       ` Yicong Yang
2022-11-10  4:16   ` Bagas Sanjaya
2022-11-10  4:16     ` Bagas Sanjaya
2022-11-10  8:34     ` Yicong Yang
2022-11-10  8:34       ` Yicong Yang
2022-11-08 11:20 ` [PATCH 0/3] Add TLP filter support and some fixes for HiSilicon PCIe PMU Yicong Yang
2022-11-08 11:20   ` Yicong Yang

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.