summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
itle='2020-12-28 19:36:17 +0100'>2020-12-28EDAC/amd64: Merge sysfs debugging attributes setup codeBorislav Petkov 2020-12-28EDAC/amd64: Tone down messages about missing PCI IDsYazen Ghannam 2020-12-28EDAC/amd64: Do not load on family 0x15, model 0x13Borislav Petkov 2020-12-14Merge tag 'x86_cpu_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2020-11-27EDAC/amd64: Fix PCI component registrationBorislav Petkov 2020-11-19x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam 2020-10-26EDAC/amd64: Remove unneeded breaksTom Rix 2020-10-12Merge tag 'edac_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2020-10-09EDAC/amd64: Set proper family type for Family 19h Models 20h-2FhYazen Ghannam 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-06-18EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov 2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner 2020-05-29EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()Colin Ian King 2020-05-22EDAC/amd64: Add AMD family 17h model 60h PCI IDsAlexander Monakov 2020-04-14x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov 2020-03-24EDAC: Convert to new X86 CPU match macrosThomas Gleixner 2020-01-27Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2020-01-17EDAC/amd64: Do not warn when removing instancesBorislav Petkov 2020-01-16EDAC/amd64: Drop some family checks for newer systemsYazen Ghannam 2020-01-16EDAC/amd64: Add family ops for Family 19h Models 00h-0FhYazen Ghannam 2019-11-09EDAC/amd64: Get rid of the ECC disabled long messageBorislav Petkov 2019-11-06EDAC/amd64: Check for memory before fully initializing an instanceYazen Ghannam 2019-11-06EDAC/amd64: Use cached data when checking for ECCYazen Ghannam 2019-11-06EDAC/amd64: Save max number of controllers to family typeYazen Ghannam 2019-11-06EDAC/amd64: Gather hardware information earlyYazen Ghannam 2019-11-06EDAC/amd64: Make struct amd64_family_type globalYazen Ghannam 2019-10-25EDAC/amd64: Set grain per DIMMYazen Ghannam 2019-09-07EDAC/amd64: Add PCI device IDs for family 17h, model 70hIsaac Vaughn 2019-08-23EDAC/amd64: Support asymmetric dual-rank DIMMsYazen Ghannam 2019-08-23EDAC/amd64: Cache secondary Chip Select registersYazen Ghannam 2019-08-23EDAC/amd64: Decode syndrome before translating addressYazen Ghannam 2019-08-23EDAC/amd64: Find Chip Select memory size using Address MaskYazen Ghannam 2019-08-23EDAC/amd64: Initialize DIMM info for systems with more than two channelsYazen Ghannam 2019-08-23EDAC/amd64: Recognize DRAM device type ECC capabilityYazen Ghannam 2019-08-22EDAC/amd64: Support more than two controllers for chip selects handlingYazen Ghannam 2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner 2019-04-25Revert "EDAC/amd64: Support more than two controllers for chip select handling"Borislav Petkov 2019-03-27EDAC/amd64: Adjust printed chip select sizes when interleavedYazen Ghannam 2019-03-27EDAC/amd64: Support more than two controllers for chip select handlingYazen Ghannam 2019-03-27EDAC/amd64: Recognize x16 symbol sizeYazen Ghannam 2019-03-27EDAC/amd64: Set maximum channel layer size depending on familyYazen Ghannam 2019-03-27EDAC/amd64: Support more than two Unified Memory ControllersYazen Ghannam 2019-03-27EDAC/amd64: Use a macro for iterating over Unified Memory ControllersYazen Ghannam 2019-03-27EDAC/amd64: Add Family 17h Model 30h PCI IDsYazen Ghannam 2018-09-27EDAC, amd64: Add Hygon Dhyana supportPu Wen 2018-08-27EDAC, amd64: Add Family 17h, models 10h-2fh supportMichael Jin 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook