Lines Matching +full:ccn +full:- +full:504
5 CCN-504 is a ring-bus interconnect consisting of 11 crosspoints
11 -----------------
13 The CCN driver registers a perf PMU driver, which provides
15 in sysfs, see /sys/bus/event_source/devices/ccn*.
29 Crosspoint watchpoint-based events (special "event" value 0xfe)
44 the CCN PMU events. It is recommended that the user space tools
45 request the events on this processor (if not, the perf_event->cpu value
51 / # perf list | grep ccn
52 ccn/cycles/ [Kernel PMU event]
54 ccn/xp_valid_flit,xp=?,port=?,vc=?,dir=?/ [Kernel PMU event]
57 / # perf stat -a -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \
61 not work. Per-task (without "-a") perf sessions are not supported.