summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorVasundhara Volam <vasundhara-v.volam@broadcom.com>2021-04-11 20:18:12 -0400
committerDavid S. Miller <davem@davemloft.net>2021-04-12 13:20:38 -0700
commit190eda1a9dbc47409073bec79b81f362e21973b6 (patch)
treef240f20f4c3eff6e60ebce028825dabd26c6ab5d /tools/perf/scripts/python/flamegraph.py
parent17e1be342d46eb0b7c3df4c7e623493483080b63 (diff)
downloadkernel-190eda1a9dbc47409073bec79b81f362e21973b6.tar.gz
bnxt_en: Invalidate health register mapping at the end of probe.
After probe is successful, interface may not be bought up in all the cases and health register mapping could be invalid if firmware undergoes reset. Fix it by invalidating the health register at the end of probe. It will be remapped during ifup. Fixes: 43a440c4007b ("bnxt_en: Improve the status_reliable flag in bp->fw_health.") Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
title='2024-06-25 11:06:19 -0700'>2024-06-25tools/perf: Fix parallel-perf python script to replace new python syntax ":="...Athira Rajeev 2024-06-06perf script: netdev-times: add location parameter to consume_skbLucas Stach 2024-04-26perf scripts python: Add a script to run instances of 'perf script' in parallelAdrian Hunter 2023-12-20perf scripts python arm-cs-trace-disasm.py: Do not ignore disam first sampleRuidong Tian 2023-12-20perf scripts python arm-cs-trace-disasm.py: Set start vm addr of exectable fi...Ruidong Tian 2023-11-23perf tools: Address python 3.6 DeprecationWarning for string scapesBenjamin Gray 2023-08-24perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma 2023-08-24perf scripts python: Add support for input args in gecko scriptAnup Sharma 2023-08-15perf scripts python: Update audit-libs package name for python3Wei Li 2023-08-15perf scripts python: Support syscall name parsing on arm64Wei Li 2023-08-03perf script python: Cope with declarations after statements found in Python.hArnaldo Carvalho de Melo 2023-07-28perf scripts python: Add command execution for gecko scriptAnup Sharma 2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma 2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma 2023-07-28perf scripts python: Add trace end processing and PRODUCT and CATEGORIES info...Anup Sharma 2023-07-28perf scripts python: Add classes and conversion functionsAnup Sharma 2023-07-28perf scripts python: Extact necessary information from process eventAnup Sharma 2023-07-28perf scripts python: Add initial script file with usage informationAnup Sharma 2023-06-13perf python scripting: Get rid of unused import in arm-cs-trace-disasmSourabh Jain 2023-06-12perf thread: Add accessor functions for threadIan Rogers 2023-05-02perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman 2023-04-17perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King 2023-04-12perf scripts python intel-pt-events: Delete unused 'event_attr variableAlexander Pantyukhin 2023-04-04perf map: Add accessor for dsoIan Rogers 2023-04-04perf maps: Add functions to access mapsIan Rogers 2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter 2023-03-14perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko 2023-01-19perf script flamegraph: Avoid d3-flame-graph package dependencyIan Rogers 2022-12-14perf script: task-analyzer add csv supportPetar Gligoric 2022-12-14perf script: Introduce task analyzer python scriptHagen Paul Pfeifer 2022-12-14perf build: Use libtraceevent from the systemIan Rogers 2022-10-27perf scripts python: intel-pt-events.py: Add ability interleave outputAdrian Hunter