aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01tracing/histogram: Optimize division by constantsKalesh Singh1-1/+104
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-27tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2021-10-27ftrace: do CPU checking after preemption disabled王贇1-3/+3
2021-10-27ftrace: disable preemption when recursion locked王贇3-21/+11
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-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang2-372/+0
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu1-0/+162
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-25perf/core: allow ftrace for functions in kernel/event/core.cSong Liu1-5/+0
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng1-1/+1
2021-10-21kprobes: convert tests to kunitSven Schnelle2-166/+59
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann1-10/+5
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)1-14/+20
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa1-0/+62
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa1-0/+142
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)1-2/+4
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2-12/+2
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)1-6/+6
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)1-13/+10
2021-10-13tracing: in_irq() cleanupChangbin Du2-2/+2
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-0/+5
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)15-96/+103
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)1-2/+2
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2-35/+445
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)7-61/+217
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu1-0/+11
2021-09-30tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu1-13/+4