summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
Use bool value in set_cpu_online()Zhao Ke 2024-04-29riscv: Flush the instruction cache during SMP bringupSamuel Holland 2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner 2024-01-24RISC-V: Remove duplicated include in smpboot.cYang Li 2024-01-04riscv: Use the same CPU operations for all CPUsSamuel Holland 2024-01-04riscv: Remove unused members from struct cpu_operationsSamuel Holland 2024-01-04riscv: Deduplicate code in setup_smp()Samuel Holland 2023-11-07RISC-V: Probe misaligned access speed in parallelEvan Green 2023-11-05Merge patch series "Add support to handle misaligned accesses in S-mode"Palmer Dabbelt 2023-11-01riscv: report misaligned accesses emulation to hwprobeClément Léger 2023-09-21RISC-V: Enable cbo.zero in usermodeAndrew Jones 2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green 2023-09-01RISC-V: Probe for unaligned access speedEvan Green 2023-07-05risc-v: Fix order of IPI enablement vs RCU startupMarc Zyngier 2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt 2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley