diff options
| author | James Morris <jmorris@namei.org> | 2018-02-21 08:21:41 -0800 |
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2018-02-21 08:21:41 -0800 |
| commit | a02633e9b13dcb9b1a656b08f81bc8ba2d4d2294 (patch) | |
| tree | 3d5ef56eee3117cd61812759a255fa293d8044b8 /tools/perf/scripts/python/bin/mem-phys-addr-report | |
| parent | Sync to v4.15-rc3 for security subsystem developers to work against. (diff) | |
| parent | Linux 4.16-rc2 (diff) | |
| download | linux-a02633e9b13dcb9b1a656b08f81bc8ba2d4d2294.tar.gz linux-a02633e9b13dcb9b1a656b08f81bc8ba2d4d2294.zip | |
Merge tag 'v4.16-rc2' into next-general
Sync to Linux 4.16-rc2 for developers to work against.
Diffstat (limited to 'tools/perf/scripts/python/bin/mem-phys-addr-report')
| -rw-r--r-- | tools/perf/scripts/python/bin/mem-phys-addr-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/mem-phys-addr-report b/tools/perf/scripts/python/bin/mem-phys-addr-report new file mode 100644 index 000000000000..3f2b847e2eab --- /dev/null +++ b/tools/perf/scripts/python/bin/mem-phys-addr-report @@ -0,0 +1,3 @@ +#!/bin/bash +# description: resolve physical address samples +perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py |
