summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2012-10-15 10:19:49 -0700
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-10-30 09:32:07 -0400
commitfbfda893eb570bbe9e9ad9128b6e9cf2a1e48c87 (patch)
treec79485f1cec2861db3f86852629c19d32fda30bd /tools/perf/scripts/python/task-analyzer.py
parent61ca08c3220032dd88815b3465d56cb779258168 (diff)
downloadkernel-fbfda893eb570bbe9e9ad9128b6e9cf2a1e48c87.tar.gz
swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single
This change makes it so that the sync functionality also uses physical addresses. This helps to further reduce the use of virt_to_phys and phys_to_virt functions. In order to clarify things since we now have 2 physical addresses in use inside of swiotlb_tbl_sync_single I am renaming phys to orig_addr, and dma_addr to tlb_addr. This way is should be clear that orig_addr is contained within io_orig_addr and tlb_addr is an address within the io_tlb_addr buffer. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
44 -0600'>2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely 2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-04-03net: convert multicast list to list_headJiri Pirko 2010-03-30net: remove redundant codeEric Dumazet 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-02-26greth: fall through to common return statement on errorSimon Horman 2010-02-26greth: convert to netdev_tx_tkirjanov@gmail.com 2010-02-19greth: some driver cleanupskirjanov@gmail.com 2010-02-17net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driverKristoffer Glembo