diff options
author | Pawel Moll <pawel.moll@arm.com> | 2015-04-02 14:01:06 +0100 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2015-05-01 17:51:03 +0100 |
commit | 8f06c51fac1ca4104b8b64872f310e28186aea42 (patch) | |
tree | 0126c9f9e7d3b0f3299fb7fe8d9bbffa6e2fae68 /Documentation/arm | |
parent | ffa415245b8666c44ddfb5ba1bca5b940828ecdd (diff) |
bus: arm-ccn: Provide required event arguments
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>
Diffstat (limited to 'Documentation/arm')
-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 3a7604874762..ffca443a19b4 100644 --- a/Documentation/arm/CCN.txt +++ b/Documentation/arm/CCN.txt @@ -45,7 +45,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 -a -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \ |