summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorzijun_hu <zijun_hu@htc.com>2017-09-16 01:59:41 +0800
committerMarc Zyngier <marc.zyngier@arm.com>2017-09-19 19:42:14 +0100
commit3fad4cdac235c5b13227d0c09854c689ae62c70b (patch)
tree41574327d164d4c87884cab11f42a2a7b0b3d9b5 /tools/perf/scripts/python
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff)
downloadkernel-3fad4cdac235c5b13227d0c09854c689ae62c70b.tar.gz
irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()
get_cpu_number() doesn't use existing helper to iterate over possible CPUs, It will cause an error in case of discontinuous @cpu_possible_mask such as 0b11110001, which can result from a core having failed to come up on a SMP machine. Fixed by using existing helper for_each_possible_cpu(). Signed-off-by: zijun_hu <zijun_hu@htc.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
20cf11c9f6ae7'>proc: consolidate per-net single_open callersPavel Emelyanov 2008-06-11net: remove CVS keywordsAdrian Bunk 2008-05-02ipv6: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev 2008-03-31[IPV6][NETNS]: Display per-net info in sockstat6 file.Pavel Emelyanov 2008-03-31[SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov 2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov 2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki 2008-03-06[UDP]: Revert udplite and code split.David S. Miller 2008-03-05[NETNS][IPV6] proc - protect snmp6 from non-init_net callsDaniel Lezcano 2008-03-04[UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki 2008-02-28[IPV6]: Use proc_create() to setup ->proc_fops firstWang Chen 2008-01-28[NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov 2008-01-28[NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov 2008-01-28[NET]: prot_inuse cleanups and optimizationsEric Dumazet 2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu 2008-01-21[IPV6]: RFC 2011 compatibility brokenWang Chen