#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null ico'/>
summaryrefslogtreecommitdiff
path: root/scripts/Makefile.btf
09:04:06 +0200'>2019-07-03
AgeCommit message (Expand)Author
2024-06-21kbuild,bpf: Add module-specific pahole flags for distilled base BTFAlan Maguire
2024-06-12kbuild: bpf: Tell pahole to DECL_TAG kfuncsDaniel Xu
2024-05-18kbuild, bpf: Use test-ge check for v1.25-only paholeAlan Maguire
2024-05-09kbuild,bpf: Switch to using --btf_features for pahole v1.26 and laterAlan Maguire
2023-10-28kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada
stacktrace: Use PF_KTHREAD to check for kernel threadsThomas Gleixner
2019-06-20stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-19stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner
2019-04-29stacktrace: Remove obsolete functionsThomas Gleixner
2019-04-29stacktrace: Provide helpers for common stack trace operationsThomas Gleixner