summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
blob: 53c5dc90c87e9073f7fc458a28a01dfac792d301 (plain)
1
2
3
#!/bin/bash
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
'2020-06-04 19:06:20 -0700'>2020-06-04kcov: move t->kcov_sequence assignmentAndrey Konovalov 2020-06-04kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov 2020-06-04kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov 2020-06-04kcov: cleanup debug messagesAndrey Konovalov 2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski 2019-12-04kcov: remote coverage supportAndrey Konovalov 2019-03-07kcov: convert kcov.refcount to refcount_tElena Reshetova 2019-03-07kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman 2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell 2018-11-30kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell 2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland 2018-06-15kcov: prefault the kcov_areaMark Rutland 2018-06-15kcov: ensure irq code sees a valid areaMark Rutland 2018-02-06kcov: detect double association with a single taskDmitry Vyukov 2017-12-14kcov: fix comparison callback signatureDmitry Vyukov 2017-11-17kcov: support comparison operands collectionVictor Chibotaru 2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-08kcov: support compat processesDmitry Vyukov