aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-10ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)
2021-11-01ftrace/samples: Add missing prototype for my_direct_funcJiri Olsa
2021-11-01tracing/selftests: Add tests for hist trigger expression parsingKalesh Singh
2021-11-01tracing/histogram: Document hist trigger variablesKalesh Singh
2021-11-01tracing/histogram: Update division by 0 documentationKalesh Singh
2021-11-01tracing/histogram: Optimize division by constantsKalesh Singh
2021-11-01tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functionsDaniel Bristot de Oliveira
2021-11-01tracing/osnoise: Remove STACKTRACE ifdefs from inside functionsDaniel Bristot de Oliveira
2021-11-01tracing/osnoise: Allow multiple instances of the same tracerDaniel Bristot de Oliveira
2021-11-01tracing/osnoise: Remove TIMERLAT ifdefs from inside functionsDaniel Bristot de Oliveira
2021-11-01tracing/osnoise: Support a list of trace_array *trDaniel Bristot de Oliveira
2021-11-01tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()Daniel Bristot de Oliveira
2021-11-01tracing/osnoise: Split workload start from the tracer startDaniel Bristot de Oliveira
2021-11-01tracing/osnoise: Improve comments about barrier need for NMI callbacksDaniel Bristot de Oliveira
2021-11-01tracing/osnoise: Do not follow tracing_cpumaskDaniel Bristot de Oliveira
2021-10-29tracing/histogram: Fix semicolon.cocci warningskernel test robot
2021-10-28tracing/histogram: Fix documentation inline emphasis warningKalesh Singh
2021-10-27tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson
2021-10-27tracing: Show size of requested perf bufferRobin H. Johnson
2021-10-27bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)
2021-10-27ftrace: do CPU checking after preemption disabled王贇
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-10-26tracing/histogram: Document expression arithmetic and constantsKalesh Singh
2021-10-26tracing/histogram: Optimize division by a power of 2Kalesh Singh
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh
2021-10-26tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh
2021-10-26tracing: Fix operator precedence for hist triggers expressionKalesh Singh
2021-10-26tracing: Add division and multiplication support for hist triggersKalesh Singh
2021-10-26tracing: Add support for creating hist trigger variables from literalKalesh Singh
2021-10-26selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu
2021-10-26MAINTAINERS: Update KPROBES and TRACING entriesTiezhu Yang
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang
2021-10-26docs, kprobes: Remove invalid URL and add new referenceTiezhu Yang
2021-10-26samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang
2021-10-26lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu
2021-10-26lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu
2021-10-26ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still ...Steven Rostedt (VMware)
2021-10-26tracing/hwlat: Make some internal symbols staticWang ShaoBo
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers
2021-10-25trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira
2021-10-25trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira
2021-10-25tracing/doc: Fix typos on the timerlat tracer documentationDaniel Bristot de Oliveira
2021-10-25trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira
2021-10-25perf/core: allow ftrace for functions in kernel/event/core.cSong Liu
2021-10-25tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu
2021-10-22ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu