summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
inux/regulator/driver.h?h=linux-6.6.y&id=2da8d9473e20a2f6645dcb0cea4848a2c1e83af9'>regulator: implement selector steppingBartosz Golaszewski 2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-03-03regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin 2019-03-03regulator: Fix comment for csel_reg and csel_maskAxel Lin 2019-02-14regulator: add regulator_desc_list_voltage_linear_rangeMatti Vaittinen 2019-02-06regulator: core: Only support passing enable GPIO descriptorsLinus Walleij 2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski 2018-11-22regulator: core: Only count load for enabled consumersDouglas Anderson 2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko 2018-11-08regulator: core: Limit regulators coupling to a single coupleDmitry Osipenko 2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen 2018-07-05regulator: core: Change suspend_late to suspendpascal paillet 2018-06-18regulator: Fix typo in comment of struct regulator_linear_rangeMatthias Kaehlcke 2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski 2018-05-17regulator: core: Make locks re-entrantMaciej Purski 2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson 2018-02-16regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij 2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang