summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/gecko-record
blob: f0d1aa55f171e8f6c235b9bca406bf7f21338e89 (plain)
1
2
#!/bin/bash
perf record -F 99 -g "$@"
>2025-05-12perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter 2025-02-18perf script: Fix hangup in offline flamegraph reportNamhyung Kim 2025-02-03perf script: force stdin for flamegraph in live modeAnubhav Shelat 2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers 2024-12-18perf python: Remove python 2 scripting supportIan Rogers 2024-12-09perf script python: Improve physical mem type resolutionIan Rogers 2024-11-08perf script python: Adjust objdump start/end per map pgoff parameterSteve Clevenger 2024-09-24perf scripts python cs-etm: Add start and stop argumentsJames Clark 2024-09-24perf scripts python cs-etm: Improve argumentsJames Clark 2024-09-24perf scripts python cs-etm: Update to use argparseJames Clark 2024-09-24perf scripting python: Add function to get a config valueJames Clark 2024-07-31perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark 2024-06-26perf util: Make util its own libraryIan Rogers 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