aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functionsDaniel Bristot de Oliveira1-9/+4
2021-11-01tracing/osnoise: Remove STACKTRACE ifdefs from inside functionsDaniel Bristot de Oliveira1-15/+29
2021-11-01tracing/osnoise: Allow multiple instances of the same tracerDaniel Bristot de Oliveira1-23/+78
2021-11-01tracing/osnoise: Remove TIMERLAT ifdefs from inside functionsDaniel Bristot de Oliveira1-44/+106
2021-11-01tracing/osnoise: Support a list of trace_array *trDaniel Bristot de Oliveira1-69/+192
2021-11-01tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()Daniel Bristot de Oliveira1-5/+2
2021-11-01tracing/osnoise: Split workload start from the tracer startDaniel Bristot de Oliveira1-23/+36
2021-11-01tracing/osnoise: Improve comments about barrier need for NMI callbacksDaniel Bristot de Oliveira1-1/+7
2021-11-01tracing/osnoise: Do not follow tracing_cpumaskDaniel Bristot de Oliveira1-18/+6
2021-10-29tracing/histogram: Fix semicolon.cocci warningskernel test robot1-1/+1
2021-10-28tracing/histogram: Fix documentation inline emphasis warningKalesh Singh1-1/+1
2021-10-27tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson1-1/+1
2021-10-27tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2021-10-27bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)1-1/+1
2021-10-27ftrace: do CPU checking after preemption disabled王贇1-3/+3
2021-10-27ftrace: disable preemption when recursion locked王贇9-32/+21
2021-10-26tracing/histogram: Document expression arithmetic and constantsKalesh Singh1-0/+14
2021-10-26tracing/histogram: Optimize division by a power of 2Kalesh Singh1-0/+4
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh1-30/+74
2021-10-26tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh1-26/+17
2021-10-26tracing: Fix operator precedence for hist triggers expressionKalesh Singh1-70/+140
2021-10-26tracing: Add division and multiplication support for hist triggersKalesh Singh1-1/+71
2021-10-26tracing: Add support for creating hist trigger variables from literalKalesh Singh1-1/+70
2021-10-26selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu2-1/+13
2021-10-26MAINTAINERS: Update KPROBES and TRACING entriesTiezhu Yang1-1/+4
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang3-1/+1
2021-10-26docs, kprobes: Remove invalid URL and add new referenceTiezhu Yang1-1/+1
2021-10-26samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang1-1/+1
2021-10-26lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu1-2/+2
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu3-0/+171
2021-10-26lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu1-2/+2
2021-10-26ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still linkSteven Rostedt (VMware)1-0/+3
2021-10-26tracing/hwlat: Make some internal symbols staticWang ShaoBo1-2/+2
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers1-0/+4
2021-10-25trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira1-5/+6
2021-10-25trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira1-7/+7
2021-10-25tracing/doc: Fix typos on the timerlat tracer documentationDaniel Bristot de Oliveira1-12/+12
2021-10-25trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira1-1/+1
2021-10-25perf/core: allow ftrace for functions in kernel/event/core.cSong Liu1-5/+0
2021-10-25tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl1-1/+1
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng1-1/+1
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu4-0/+28
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-4/+24
2021-10-22ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu3-0/+12
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-22x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu1-0/+6
2021-10-21kprobes: convert tests to kunitSven Schnelle3-167/+61
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann1-10/+5