summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2010-01-31 20:38:02 +0100
committerDave Airlie <airlied@redhat.com>2010-02-01 11:19:08 +1000
commitcdb6e375c3c84558ed2c13c5461b22e8f7b7980e (patch)
tree28474a8fd0bff4ea869aef387ddf2c680df54aec /tools/perf/scripts/python/export-to-postgresql.py
parentdb78e27de7e29a6db6be7caf607cf803d84094aa (diff)
downloadkernel-cdb6e375c3c84558ed2c13c5461b22e8f7b7980e.tar.gz
drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’
- Fix warning by using %zu instead of %d for size_t - Fix spelling mistake, "to" should be "too". Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
6.1.y&id=bdc2911cde7d18580a545483844d75fdb3551729'>Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...Joerg Roedel 2009-06-02dma-debug: add dma_debug_driver kernel command lineJoerg Roedel 2009-06-02dma-debug: add debugfs file for driver filterJoerg Roedel 2009-06-02dma-debug: add variables and checks for driver filterJoerg Roedel 2009-05-29dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori 2009-05-29dma-debug: use sg_dma_len accessorFUJITA Tomonori 2009-05-29dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori 2009-05-28dma-debug: re-add dma memory leak detectionJoerg Roedel 2009-05-11Merge commit 'v2.6.30-rc5' into core/iommuIngo Molnar 2009-04-26dma-debug: remove broken dma memory leak detection for 2.6.30Joerg Roedel 2009-04-15dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e...FUJITA Tomonori 2009-03-30dma-debug: fix printk formats (i386)Randy Dunlap 2009-03-24dma-debug: make memory range checks more consistentJoerg Roedel 2009-03-19dma-debug: warn of unmapping an invalid dma addressFUJITA Tomonori 2009-03-17dma-debug: add a check dma memory leaksJoerg Roedel 2009-03-17dma-debug: add checks for kernel text and rodataJoerg Roedel 2009-03-17dma-debug: print stacktrace of mapping path on unmap errorDavid Woodhouse 2009-03-17dma-debug: add function to dump dma mappingsDavid Woodhouse 2009-03-05dma-debug: add checks for sync_single_sg_*Joerg Roedel 2009-03-05dma-debug: add checks for sync_single_range_*Joerg Roedel 2009-03-05dma-debug: add checks for sync_single_*Joerg Roedel 2009-03-05dma-debug: add checking for [alloc|free]_coherentJoerg Roedel 2009-03-05dma-debug: add add checking for map/unmap_sgJoerg Roedel 2009-03-05dma-debug: add checking for map/unmap_page/singleJoerg Roedel 2009-03-05dma-debug: add core checking functionsJoerg Roedel 2009-03-05dma-debug: add debugfs interfaceJoerg Roedel 2009-03-05dma-debug: add kernel command line parametersJoerg Roedel 2009-03-05dma-debug: add initialization codeJoerg Roedel 2009-03-05dma-debug: add allocator codeJoerg Roedel 2009-03-05dma-debug: add hash functions for dma_debug_entriesJoerg Roedel 2009-03-05dma-debug: add header file and core data structuresJoerg Roedel