aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini1-0/+3
Add stackcollapse.py script as an example of parsing call chains, and also of using optparse to access command line options. The flame graph tools include a set of scripts that parse output from various tools (including "perf script"), remove the offsets in the function and collapse each stack to a single line. The website also says "perf report could have a report style [...] that output folded stacks directly, obviating the need for stackcollapse-perf.pl", so here it is. This script is a Python rewrite of stackcollapse-perf.pl, using the perf scripting interface to access the perf data directly from Python. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Brendan Gregg <bgregg@netflix.com> Link: http://lkml.kernel.org/r/1460467573-22989-1-git-send-email-pbonzini@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
td>platform/x86/amd/pmc: Use managed APIs for mutexShyam Sundar S K1-2/+3 2025-03-07platform/x86/amd/pmc: Remove unnecessary line breaksShyam Sundar S K1-13/+11 2025-03-07platform/x86/amd/pmc: Move macros and structures to the PMC header fileShyam Sundar S K2-81/+81 2025-03-07platform/x86/amd/pmc: Notify user when platform does not support s0ix transitionShyam Sundar S K2-1/+3 2025-03-07platform/x86: dell-ddv: Use the power supply extension mechanismArmin Wolf1-30/+45 2025-03-07platform/x86: dell-ddv: Use devm_battery_hook_registerArmin Wolf1-10/+1 2025-03-07platform/x86: dell-ddv: Fix temperature calculationArmin Wolf1-2/+4 2025-03-05platform/x86: thinkpad_acpi: check the return value of devm_mutex_init()Bartosz Golaszewski1-1/+3 2025-03-05platform/x86: samsung-galaxybook: Fix block_recording not supported logicJoshua Grisham1-3/+5 2025-03-05platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver staticIlpo Järvinen1-1/+1 2025-03-05platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol staticIlpo Järvinen1-1/+1 2025-03-03platform/x86:lenovo-wmi-hotkey-utilities.c: Support for mic and audio mute LEDsJackie Dong4-0/+230 2025-03-03platform/x86: hp-bioscfg: Replace deprecated strncpy() with strscpy()Thorsten Blum1-1/+1 2025-03-03arm64: dts: qcom: gaokun3: Add Embedded Controller nodePengyu Luo1-0/+163 2025-03-03platform: arm64: add Huawei Matebook E Go EC driverPengyu Luo5-0/+933