summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-02135-1525/+3008
|\
| * tracing/histogram: Fix semicolon.cocci warningskernel test robot2021-10-301-1/+1
| * tracing/histogram: Fix documentation inline emphasis warningKalesh Singh2021-10-291-1/+1
| * tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson2021-10-271-1/+1
| * tracing: Show size of requested perf bufferRobin H. Johnson2021-10-271-1/+2
| * bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)2021-10-271-1/+1
| * ftrace: do CPU checking after preemption disabled王贇2021-10-271-3/+3
| * ftrace: disable preemption when recursion locked王贇2021-10-279-32/+21
| * tracing/histogram: Document expression arithmetic and constantsKalesh Singh2021-10-271-0/+14
| * tracing/histogram: Optimize division by a power of 2Kalesh Singh2021-10-271-0/+4
| * tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh2021-10-271-30/+74
| * tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh2021-10-271-26/+17
| * tracing: Fix operator precedence for hist triggers expressionKalesh Singh2021-10-271-70/+140
| * tracing: Add division and multiplication support for hist triggersKalesh Singh2021-10-271-1/+71
| * tracing: Add support for creating hist trigger variables from literalKalesh Singh2021-10-271-1/+70
| * selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu2021-10-272-1/+13
| * MAINTAINERS: Update KPROBES and TRACING entriesTiezhu Yang2021-10-261-1/+4
| * test_kprobes: Move it from kernel/ to lib/Tiezhu Yang2021-10-263-1/+1
| * docs, kprobes: Remove invalid URL and add new referenceTiezhu Yang2021-10-261-1/+1
| * samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang2021-10-261-1/+1
| * lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu2021-10-261-2/+2
| * kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu2021-10-263-0/+171
| * lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu2021-10-261-2/+2
| * ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still ...Steven Rostedt (VMware)2021-10-261-0/+3
| * tracing/hwlat: Make some internal symbols staticWang ShaoBo2021-10-261-2/+2
| * tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers2021-10-261-0/+4
| * trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira2021-10-261-5/+6
| * trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira2021-10-261-7/+7
| * tracing/doc: Fix typos on the timerlat tracer documentationDaniel Bristot de Oliveira2021-10-261-12/+12
| * trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira2021-10-261-1/+1
| * perf/core: allow ftrace for functions in kernel/event/core.cSong Liu2021-10-261-5/+0
| * tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl2021-10-261-1/+1
| * ftrace: Make ftrace_profile_pages_init staticchongjiapeng2021-10-261-1/+1
| * ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-224-0/+28
| * ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-4/+24
| * ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu2021-10-221-2/+1
| * arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-223-0/+12
| * arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-0/+4
| * arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu2021-10-221-2/+2
| * x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu2021-10-221-0/+6
| * kprobes: convert tests to kunitSven Schnelle2021-10-213-167/+61
| * tracing: use %ps format string to print symbolsArnd Bergmann2021-10-211-10/+5
| * tracing: Explain the trace recursion transition bit betterSteven Rostedt (VMware)2021-10-211-2/+6
| * ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)2021-10-211-14/+20
| * ftrace/samples: Add multi direct interface test moduleJiri Olsa2021-10-212-0/+53
| * ftrace: Add multi direct modify interfaceJiri Olsa2021-10-212-0/+68
| * ftrace: Add multi direct register/unregister interfaceJiri Olsa2021-10-212-0/+153
| * ftrace: Add ftrace_add_rec_direct functionJiri Olsa2021-10-211-27/+37
| * tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)2021-10-211-1/+5
| * tracing: Add trampoline/graph selftestJiri Olsa2021-10-211-1/+53