diff options
| author | Takashi Iwai <tiwai@suse.de> | 2020-08-03 08:10:08 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2020-08-03 08:10:08 +0200 |
| commit | 3b5d1afd1f13bcab85eaa28223ad396694f929e3 (patch) | |
| tree | 02983e414b3d918114c15b8410ab46c245a07a29 /tools/perf/scripts/python/bin/flamegraph-record | |
| parent | f1ec5be17b9aafbc5f573da023850566b43d8e5e (diff) | |
| parent | 2ac82e20e2377fb0b63ce40bba56558f2df7cd3e (diff) | |
| download | cachepc-linux-3b5d1afd1f13bcab85eaa28223ad396694f929e3.tar.gz cachepc-linux-3b5d1afd1f13bcab85eaa28223ad396694f929e3.zip | |
Merge branch 'for-next' into for-linus
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
| -rwxr-xr-x | tools/perf/scripts/python/bin/flamegraph-record | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/flamegraph-record b/tools/perf/scripts/python/bin/flamegraph-record new file mode 100755 index 000000000000..7df5a19c0163 --- /dev/null +++ b/tools/perf/scripts/python/bin/flamegraph-record @@ -0,0 +1,2 @@ +#!/bin/bash +perf record -g "$@" |
