summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJiang Liu <jiang.liu@linux.intel.com>2014-07-11 14:19:26 +0800
committerJoerg Roedel <jroedel@suse.de>2014-07-23 16:04:46 +0200
commit18fd779a41eff52b597bd2d327194f98a83de4af (patch)
tree36064561ba498644e21bc169fa353dc9da4efcd0 /tools/perf/scripts/python/event_analyzing_sample.py
parentc3b497c6bb51a2be1173cbf1d1ef4ce5e88e722e (diff)
iommu/vt-d: Use correct domain id to flush virtual machine domains
For virtual machine domains, domain->id is a virtual id, and the real domain id written into context entry is dynamically allocated. So use the real domain id instead of domain->id when flushing iotlbs for virtual machine domains. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
ot reference count the netns of kernel sockets.Eric W. Biederman 2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue 2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn 2013-09-21inet*.h: Remove extern from function prototypesJoe Perches 2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng 2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao 2010-07-12net: cleanupsChangli Gao 2008-04-03[NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev 2008-04-03[INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev 2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev 2007-11-12[INET]: Remove leftover prototypes from include/net/inet_common.hArnaldo Carvalho de Melo