summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-10-28 08:04:56 -1000
committerLinus Torvalds <torvalds@linux-foundation.org>2023-10-28 08:04:56 -1000
commit51a7691038c334db81b736faa6b4cc4778e751fc (patch)
treea3a099d0c1a0db22bb6c4a33a6748baeff9d9861 /tools/perf/scripts/python
parentbd80d2ef59bb6436effa6b7f77746b1418cf0a15 (diff)
parent926fe783c8a64b33997fec405cf1af3e61aed441 (diff)
downloadkernel-51a7691038c334db81b736faa6b4cc4778e751fc.tar.gz
Merge tag 'probes-fixes-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull probes fixes from Masami Hiramatsu: - tracing/kprobes: Fix kernel-doc warnings for the variable length arguments - tracing/kprobes: Fix to count the symbols in modules even if the module name is not specified so that user can probe the symbols in the modules without module name * tag 'probes-fixes-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: tracing/kprobes: Fix symbol counting logic by looking at modules as well tracing/kprobes: Fix the description of variable length arguments
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2016-05-19include/linux: apply __malloc attributeRasmus Villemoes 2016-04-29kernel.h: add u64_to_user_ptr()Gustavo Padovan 2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds 2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai 2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat) 2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2016-03-17lib: move strtobool() to kstrtobool()Kees Cook 2016-03-04uapi: define DIV_ROUND_UP for userlandNicolas Dichtel 2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz