summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa
2021-12-01tracing: Fix a kmemleak false positive in tracing_mapChen Jun
2021-12-01tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)
2021-11-27tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)
2021-11-26tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-11-26tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-11-23tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa
2021-11-19Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-18tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko
2021-11-18tracing: Use memset_startat() to zero struct trace_iteratorKees Cook
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-18tracing/histogram: Fix UAF in destroy_hist_field()Kalesh Singh
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-14Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-14tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2021-11-13Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-12tracing/histogram: Fix check for missing operands in an expressionKalesh Singh
2021-11-12tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu
2021-11-12tracing/osnoise: Make osnoise_instances staticDaniel Bristot de Oliveira
2021-11-11Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-10ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa
2021-11-10ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01tracing/histogram: Document hist trigger variablesKalesh 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-11-01bpf: Factor out helpers for ctx access checkingHou Tao
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-29tracing/histogram: Fix semicolon.cocci warningskernel test robot
2021-10-29tracing: Fix misspelling of "missing"Steven Rostedt (VMware)
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-27tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)