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 -- "$@"
4-15rust: kbuild: use `pound` to support GNU Make < 4.3Miguel Ojeda 2025-04-14rust: kasan/kbuild: fix missing flags on first buildMiguel Ojeda 2025-03-15kbuild: rust: add rustc-min-version support functionMiguel Ojeda 2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada 2024-10-10kbuild: fix issues with rustc-optionAlice Ryhl 2024-10-10kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macrosMasahiro Yamada 2024-09-16kbuild: rust: Define probing macros for rustcMatthew Maurer 2024-02-16kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor 2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds 2023-06-27powerpc: remove checks for binutils older than 2.25Masahiro Yamada 2023-06-07kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor 2023-06-05kbuild: Add CLANG_FLAGS to as-instrNathan Chancellor 2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers 2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada 2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers 2022-08-03kbuild: set EXIT trap before creating temporary directoryMasahiro Yamada 2021-04-25kbuild: remove TMPO from try-runMasahiro Yamada 2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada