summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/mem-phys-addr-report
blob: 3f2b847e2eab5195074d8ab81036301a41b5b896 (plain)
1
2
3
#!/bin/bash
# description: resolve physical address samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py
> 2011-07-25checkpatch: add __rcu as a sparse modifierSven Eckelmann 2011-07-25checkpatch: suggest using min_t or max_tJoe Perches 2011-06-15checkpatch: add warning for uses of printk_ratelimitJoe Perches 2011-05-25checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches 2011-05-25checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches 2011-05-25checkpatch: add check for line continuations in quoted stringsJoe Perches 2011-03-31Fix common misspellingsLucas De Marchi 2011-03-22checkpatch: warn about memset with swapped argumentsDave Jones 2011-03-22scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger 2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan 2011-01-27locking: Remove deprecated lock initializersThomas Gleixner 2011-01-13checkpatch.pl: add "prefer __packed" checkJoe Perches 2011-01-13checkpatch: check for world-writeable sysfs/debugfs filesDave Jones 2011-01-13checkpatch.pl: fix CAST detectionFlorian Mickler 2011-01-13scripts/checkpatch.pl: add check for multiple terminating semicolons and cast...Joe Perches 2010-10-30semaphore: Remove mutex emulationThomas Gleixner 2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches 2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches 2010-10-26checkpatch: version 0.31Andy Whitcroft 2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft 2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft 2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft 2010-10-26checkpatch: update copyright datesAndy Whitcroft 2010-10-26checkpatch: Add additional attribute #definesJoe Perches 2010-10-26checkpatch: check for incorrect permissionsRabin Vincent 2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft 2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft 2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft 2010-10-26checkpatch: returning errno typically should be negativeAndy Whitcroft 2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft 2010-10-26checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft 2010-10-26checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft 2010-10-26checkpatch: types may sit on a line on their ownAndy Whitcroft 2010-10-26checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft 2010-08-09checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto 2010-08-09checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto 2010-08-09checkpatch: prefer usleep_range over udelayPatrick Pannuto 2010-08-09checkpatch: add more exceptions to 80 char linesJoe Perches 2010-08-09checkpatch: change externals to globalsJoe Eloff 2010-08-09checkpatch: fix handling of leading spacesRaffaele Recalcati 2010-08-09checkpatch: refactor 'allowed asm includes' and add memory.hWolfram Sang 2010-05-25checkpatch: warn on declaration with storage class not at the beginningTobias Klauser 2010-05-25checkpatch: add check for too short Kconfig descriptionsAndi Kleen 2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra