summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
blob: 7df5a19c0163c5da221d13e755b151f8d5ff18ab (plain)
1
2
#!/bin/bash
perf record -g "$@"
limit check on number of test devices createdLuis R. Rodriguez 2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches 2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring 7e'>mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe 2020-01-14mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe 2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe 2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds 2019-11-23mm/mmu_notifier: add an interval tree notifierJason Gunthorpe 2019-11-12mm/mmu_notifier: define the header pre-processor parts even if disabledJason Gunthorpe 2019-11-06mm/mmu_notifiers: use the right return code for WARN_ONJason Gunthorpe 2019-09-07mm, notifier: Catch sleeping/blocking for !blockableDaniel Vetter 2019-09-07mm/mmu_notifiers: prime lockdepDaniel Vetter 2019-09-07mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter 2019-08-28mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exportsChristoph Hellwig 2019-08-21mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe 2019-08-20mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter 2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe 2019-08-16mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe 2019-08-16mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe 2019-07-12mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner 2019-05-14mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse 2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse