summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
blob: 453a6918afbe8f72665ffa796f5722594c6362b2 (plain)
1
2
3
#!/bin/bash
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py "$@"
d7823b07619865e994a7916fcc8ae91'>pinctrl: single: fix missing error code in pcs_probe()Yang Yingliang 2024-08-23pinctrl: single: fix potential NULL dereference in pcs_get_function()Ma Ke 2024-06-17pinctrl: single: fix possible memory leak when pinctrl_enable() failsYang Yingliang 2024-04-04pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handlingMatthijs Kooijman 2024-04-04pinctrl: pinctrl-single: Remove some unused fields in struct pcs_functionChristophe JAILLET 2024-03-28pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirqThomas Richard 2023-12-04pinctrl: pinctrl-single: add ti,j7200-padconf compatibleThomas Richard 2023-10-10pinctrl: single: Convert to platform remove callback returning voidUwe Kleine-König 2023-10-10pinctrl: single: Drop if block with always false conditionUwe Kleine-König 2023-09-11pinctrl: single: remove get rid of __maybe_unusedMasahiro Yamada 2023-08-10pinctrl: single: Add compatible for ti,am654-padconfTony Lindgren 2023-07-20pinctrl: Explicitly include correct DT includesRob Herring 2023-03-23pinctrl: Use of_property_present() for testing DT property presenceRob Herring 2023-01-27pinctrl: single: fix potential NULL dereferenceMaxim Korotkov 2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds 2022-11-21pinctrl: single: Fix potential division by zeroMaxim Korotkov