summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (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 -- "$@"
it/drivers/reset/core.c?id=a48108c0c20f02485b8cc3ca83652a55a0f5e47f'>reset: improve of_xlate documentationPhilipp Zabel 2019-10-24reset: fix of_reset_control_get_count kerneldoc commentPhilipp Zabel 2019-10-24reset: fix of_reset_simple_xlate kerneldoc commentPhilipp Zabel 2019-10-22reset: Fix memory leak in reset_control_array_put()Kishon Vijay Abraham I 2019-10-03reset: Remove copy'n'paste redundancy in the commentsAndy Shevchenko 2019-07-04Merge tag 'reset-fixes-for-v5.2' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson 2019-07-04reset: remove redundant null check on pointer devColin Ian King 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-03-20reset: Add acquire/release support for arraysThierry Reding 2019-03-20reset: Add acquired flag to of_reset_control_array_get()Thierry Reding 2019-03-20reset: add acquired/released state for exclusive reset controlsPhilipp Zabel 2019-01-07reset: fix null pointer dereference on dev by dev_nameColin Ian King 2019-01-07reset: Add reset_control_get_count()Geert Uytterhoeven 2018-10-08reset: Fix potential use-after-free in __of_reset_control_get()Geert Uytterhoeven 2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook 2018-03-27reset: modify the way reset lookup works for board filesBartosz Golaszewski 2018-03-27reset: add support for non-DT systemsBartosz Golaszewski 2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada 2017-07-19reset: make (de)assert report success for self-deasserting reset driversPhilipp Zabel 2017-07-19reset: Add APIs to manage array of resetsVivek Gautam 2017-06-06reset: use kref for reference countingPhilipp Zabel 2017-04-04reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel 2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2017-02-17reset: fix shared reset triggered_count decrement on errorJerome Brunet 2017-02-01reset: core: fix reset_control_putHeiner Kallweit 2017-01-20reset: make optional functions really optionalRamiro Oliveira 2017-01-20reset: Change shared flag from int to boolRamiro Oliveira 2016-11-14reset: allow using reset_control_reset with shared resetMartin Blumenstingl 2016-08-24reset: warn on invalid input to reset_control_reset/assert/deassert/statusPhilipp Zabel 2016-05-30reset: add devm_reset_controller_register APIMasahiro Yamada 2016-03-30reset: Add support for shared reset controlsHans de Goede 2016-03-30reset: Share struct reset_control between reset_control_get callsHans de Goede 2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersHans de Goede 2016-01-25reset: Move DT cell size check to the coreMaxime Ripard 2016-01-25reset: remove unnecessary local variable initialization from of_reset_control...Philipp Zabel