diff options
author | Pawel Moll <pawel.moll@arm.com> | 2015-04-02 14:01:06 +0100 |
---|---|---|
committer | Sasha Levin <alexander.levin@verizon.com> | 2016-12-21 22:45:34 -0500 |
commit | 7298a8bf4c63161114b47c6d627480dd5a2c1e1a (patch) | |
tree | fd6dcfe2d5e40cc258263a542fa179b695cc687a /Documentation | |
parent | 8576fa45c10e665bb72931a31461c7310f3c5494 (diff) |
bus: arm-ccn: Provide required event arguments
[ Upstream commit 8f06c51fac1ca4104b8b64872f310e28186aea42 ]
Since 688d4dfcdd624192cbf03c08402e444d1d11f294 "perf tools: Support
parsing parameterized events" the perf userspace tools understands
"argument=?" syntax in the events file, making sure that required
arguments are provided by the user and not defaulting to 0, causing
confusion.
This patch adds the required arguments lists for CCN events.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arm/CCN.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/CCN.txt b/Documentation/arm/CCN.txt index 0632b3aad83e..715776f06df6 100644 --- a/Documentation/arm/CCN.txt +++ b/Documentation/arm/CCN.txt @@ -38,7 +38,7 @@ Example of perf tool use: / # perf list | grep ccn ccn/cycles/ [Kernel PMU event] <...> - ccn/xp_valid_flit/ [Kernel PMU event] + ccn/xp_valid_flit,xp=?,port=?,vc=?,dir=?/ [Kernel PMU event] <...> / # perf stat -C 0 -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \ |