summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/event_analyzing_sample-report
blob: 0941fc94e15842c2ed08274c44622e8ba39f2f94 (plain)
1
2
3
#!/bin/bash
# description: analyze all perf samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
186b60864bd'>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang 2012-08-08perf scripts python: Add event_analyzing_sample.py as a sample for general ev...Feng Tang