summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
blob: 7df5a19c0163c5da221d13e755b151f8d5ff18ab (plain)
1
2
#!/bin/bash
perf record -g "$@"
7d31901c1ed67614c08cee08'>kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada 2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds 2020-03-27scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller 2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada 2020-03-13scripts/dtc: Update to upstream version v1.6.0-2-g87a656ae5ff9Rob Herring 2020-03-13scripts/dtc: Remove unused makefile fragmentsRob Herring 2020-03-13kbuild: allow to run dt_binding_check without kernel configurationMasahiro Yamada 2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada 2020-01-28scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties wit...Rob Herring 2019-12-26scripts/dtc: Update to upstream version v1.5.1-22-gc40aeb60b47aRob Herring 2019-11-04dtc: Use pkg-config to locate libyamlPavel Modilaynen 2019-11-04scripts/dtc: dtx_diff - add color output supportGeert Uytterhoeven 2019-07-11Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2019-06-21scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73Rob Herring 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 473Thomas Gleixner 2019-06-12scripts/dtc: Update to upstream version v1.5.0-23-g87963ee20693Rob Herring 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada 2019-02-28of: add dtc annotations functionality to dtx_diffFrank Rowand 2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring 2018-12-13kbuild: Add support for DT binding schema checksRob Herring 2018-11-28scripts/dtc: Update to upstream version v1.4.7-57-gf267e674d145Rob Herring 2018-10-04Merge branch 'all-dtbs' into dt/nextRob Herring 2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring 2018-09-20scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4Rob Herring 2018-09-19scripts/dtc: Add yamltree.c to dtc sourcesRob Herring 2018-08-22scripts/dtc: consolidate include path options in MakefileMasahiro Yamada 2018-05-14scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bcRob Herring 2018-04-24dtc: checks: drop warning for missing PCI bridge bus-rangeRob Herring 2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds 2018-04-12Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds 2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada 2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada 2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada 2018-04-06dts: remove cris & metag dts hard link fileLiu, Changcheng