summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2022-03-16tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira1-0/+11
2022-03-16tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne1-0/+20
2022-03-16tracing: Fix selftest config check for function graph start up testChristophe Leroy1-4/+2
2022-03-16tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira1-21/+32
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle1-4/+6
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap2-3/+3
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)1-3/+3
2022-03-08blktrace: fix use after free for struct blk_traceYu Kuai1-8/+18
2022-03-08tracing: Add ustring operation to filtering string pointersSteven Rostedt1-24/+57
2022-03-08tracing: Add test for user space strings when filtering on string pointersSteven Rostedt1-3/+63
2022-03-02tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)1-6/+46
2022-03-02tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira1-1/+6
2022-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo1-0/+4
2022-02-23bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-13/+13
2022-02-01tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi1-1/+2
2022-02-01tracing: Propagate is_signed to expressionTom Zanussi1-0/+3
2022-02-01tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang1-0/+1
2022-01-27tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt1-4/+2
2022-01-27tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang1-1/+4
2022-01-27tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko1-4/+16
2022-01-27tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang1-0/+2
2022-01-27tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang1-0/+5
2022-01-27tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave1-6/+7
2022-01-27bpf: Remove config check to enable bpf support for branch recordsKajol Jain1-5/+1
2022-01-06tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao1-2/+2
2022-01-06tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao1-1/+1
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin1-5/+6
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa1-0/+4
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa1-1/+3
2021-12-02tracing: Fix a kmemleak false positive in tracing_mapChen Jun1-0/+3
2021-12-02tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)1-1/+1
2021-11-28tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)1-1/+1
2021-11-27tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)1-6/+18
2021-11-26tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)1-0/+12
2021-11-24tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa1-0/+1
2021-11-20Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-22/+35
2021-11-19tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko1-0/+12
2021-11-19tracing: Use memset_startat() to zero struct trace_iteratorKees Cook1-3/+1
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+0
2021-11-18tracing/histogram: Fix UAF in destroy_hist_field()Kalesh Singh1-19/+22
2021-11-16bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov1-2/+0
2021-11-15Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-2/+7
2021-11-15tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)1-2/+7
2021-11-13Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-6/+9
2021-11-12tracing/histogram: Fix check for missing operands in an expressionKalesh Singh1-1/+2
2021-11-12tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu1-4/+5
2021-11-12tracing/osnoise: Make osnoise_instances staticDaniel Bristot de Oliveira1-1/+2
2021-11-11Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-1/+7
2021-11-10ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa1-1/+2
2021-11-10ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)1-0/+5