diff options
| author | Thomas Gleixner <[email protected]> | 2018-06-22 19:20:35 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2018-06-22 19:20:35 +0000 |
| commit | 7731b8bc94e599c9a79e428f3359ff2c34b7576a (patch) | |
| tree | 879f18ccbe274122f2d4f095b43cbc7f953e0ada /tools/perf/scripts/python/bin/powerpc-hcalls-record | |
| parent | MAINTAINERS: Add file patterns for x86 device tree bindings (diff) | |
| parent | Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (diff) | |
| download | kernel-7731b8bc94e599c9a79e428f3359ff2c34b7576a.tar.gz kernel-7731b8bc94e599c9a79e428f3359ff2c34b7576a.zip | |
Merge branch 'linus' into x86/urgent
Required to queue a dependent fix.
Diffstat (limited to 'tools/perf/scripts/python/bin/powerpc-hcalls-record')
| -rw-r--r-- | tools/perf/scripts/python/bin/powerpc-hcalls-record | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/powerpc-hcalls-record b/tools/perf/scripts/python/bin/powerpc-hcalls-record new file mode 100644 index 000000000000..b7402aa9147d --- /dev/null +++ b/tools/perf/scripts/python/bin/powerpc-hcalls-record @@ -0,0 +1,2 @@ +#!/bin/bash +perf record -e "{powerpc:hcall_entry,powerpc:hcall_exit}" $@ |
