aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2021-11-27tracing: Test the 'Do not trace this pid' case in create eventGravatar Steven Rostedt (VMware) 1-1/+1
2021-11-26tracing: Fix pid filtering when triggers are attachedGravatar Steven Rostedt (VMware) 1-6/+18
2021-11-26tracing: Check pid filtering when creating eventsGravatar Steven Rostedt (VMware) 1-0/+12
2021-11-23tracing/uprobe: Fix uprobe_perf_open probes iterationGravatar Jiri Olsa 1-0/+1
2021-11-19Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-22/+35
2021-11-18tracing: Don't use out-of-sync va_list in event printingGravatar Nikita Yushchenko 1-0/+12
2021-11-18tracing: Use memset_startat() to zero struct trace_iteratorGravatar Kees Cook 1-3/+1
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+0
2021-11-18tracing/histogram: Fix UAF in destroy_hist_field()Gravatar Kalesh Singh 1-19/+22
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsGravatar Dmitrii Banshchikov 1-2/+0
2021-11-14Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+7
2021-11-14tracing: Add length protection to histogram string copiesGravatar Steven Rostedt (VMware) 1-2/+7
2021-11-13Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-6/+9
2021-11-12tracing/histogram: Fix check for missing operands in an expressionGravatar Kalesh Singh 1-1/+2
2021-11-12tracing/histogram: Do not copy the fixed-size char array field over the field...Gravatar Masami Hiramatsu 1-4/+5
2021-11-12tracing/osnoise: Make osnoise_instances staticGravatar Daniel Bristot de Oliveira 1-1/+2
2021-11-11Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-1/+7
2021-11-10ftrace/direct: Fix lockup in modify_ftrace_direct_multiGravatar Jiri Olsa 1-1/+2
2021-11-10ring-buffer: Protect ring_buffer_reset() from reentrancyGravatar Steven Rostedt (VMware) 1-0/+5
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Gravatar Kefeng Wang 1-1/+1
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 3-182/+549
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-17/+85
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 27-360/+1478
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-14/+4
2021-11-01tracing/histogram: Document hist trigger variablesGravatar Kalesh Singh 1-0/+11
2021-11-01tracing/histogram: Optimize division by constantsGravatar Kalesh Singh 1-1/+104
2021-11-01tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functionsGravatar Daniel Bristot de Oliveira 1-9/+4
2021-11-01tracing/osnoise: Remove STACKTRACE ifdefs from inside functionsGravatar Daniel Bristot de Oliveira 1-15/+29
2021-11-01tracing/osnoise: Allow multiple instances of the same tracerGravatar Daniel Bristot de Oliveira 1-23/+78
2021-11-01tracing/osnoise: Remove TIMERLAT ifdefs from inside functionsGravatar Daniel Bristot de Oliveira 1-44/+106
2021-11-01tracing/osnoise: Support a list of trace_array *trGravatar Daniel Bristot de Oliveira 1-69/+192
2021-11-01tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()Gravatar Daniel Bristot de Oliveira 1-5/+2
2021-11-01tracing/osnoise: Split workload start from the tracer startGravatar Daniel Bristot de Oliveira 1-23/+36
2021-11-01tracing/osnoise: Improve comments about barrier need for NMI callbacksGravatar Daniel Bristot de Oliveira 1-1/+7
2021-11-01tracing/osnoise: Do not follow tracing_cpumaskGravatar Daniel Bristot de Oliveira 1-18/+6
2021-11-01bpf: Factor out helpers for ctx access checkingGravatar Hou Tao 1-14/+2
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+4
2021-10-29tracing/histogram: Fix semicolon.cocci warningsGravatar kernel test robot 1-1/+1
2021-10-29tracing: Fix misspelling of "missing"Gravatar Steven Rostedt (VMware) 1-1/+1
2021-10-29ftrace: Fix kernel-doc formatting issuesGravatar Steven Rostedt (VMware) 1-8/+10
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2021-10-27tracing: Do not warn when connecting eprobe to non existing eventGravatar Steven Rostedt (VMware) 1-2/+2
2021-10-27tracing: Show size of requested perf bufferGravatar Robin H. Johnson 1-1/+2
2021-10-27ftrace: do CPU checking after preemption disabledGravatar 王贇 1-3/+3
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 2-15/+5
2021-10-26tracing/histogram: Optimize division by a power of 2Gravatar Kalesh Singh 1-0/+4
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsGravatar Kalesh Singh 1-30/+74
2021-10-26tracing/histogram: Simplify handling of .sym-offset in expressionsGravatar Kalesh Singh 1-26/+17
2021-10-26tracing: Fix operator precedence for hist triggers expressionGravatar Kalesh Singh 1-70/+140