summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+2
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King-1/+1
2023-01-25tracing/filter: fix kernel-doc warningsRandy Dunlap-4/+4
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova-0/+2
2023-01-24tracing/osnoise: Use built-in RCU list checkingChuang Wang-3/+2
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap-4/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)-2/+4
2023-01-24ftrace: Export ftrace_free_filter() to modulesMark Rutland-1/+22
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song-1/+2
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun-0/+3
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-2/+2
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-34/+102
2022-12-20rv/monitors: Move monitor structure in rodataAlessandro Carminati-2/+2
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+7
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-182/+642
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)-10/+17
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)-24/+85
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+8
2022-12-14tracing: Improve panic/die notifiersGuilherme G. Piccoli-28/+27
2022-12-14ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGuilherme G. Piccoli-0/+1
2022-12-14tracing: Do not synchronize freeing of trigger filter on boot upSteven Rostedt (Google)-2/+8
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-11/+118
2022-12-13tracing: Have trigger filter parsing errors show up in error_logSteven Rostedt (Google)-1/+8
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-3/+4
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-5/+4
2022-12-12tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong-1/+14
2022-12-10tracing/osnoise: Add preempt and/or irq disabled optionsDaniel Bristot de Oliveira-5/+43
2022-12-10tracing/osnoise: Add PANIC_ON_STOP optionDaniel Bristot de Oliveira-1/+5
2022-12-10tracing: Fix some checker warningsDavid Howells-3/+4
2022-12-10tracing/osnoise: Make osnoise_options staticDaniel Bristot de Oliveira-2/+2
2022-12-10tracing: remove unnecessary trace_trigger ifdefRoss Zwisler-6/+0
2022-12-10ring-buffer: Handle resize in early boot upSteven Rostedt-7/+25
2022-12-10tracing/hist: Fix issue of losting command info in error_logZheng Yejian-1/+1
2022-12-10tracing: Fix issue of missing one synthetic fieldZheng Yejian-1/+1
2022-12-10tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian-2/+8
2022-12-10tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian-0/+1
2022-12-09tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)-15/+18
2022-12-09tracing/probes: Handle system names with hyphensSteven Rostedt (Google)-4/+17
2022-12-09trace/kprobe: remove duplicated calls of ring_buffer_event_dataSong Chen-2/+0
2022-12-09tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)-8/+29
2022-12-09tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)-17/+63
2022-12-09tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)-15/+78
2022-12-09tracing: Allow multiple hitcount values in histogramsTom Zanussi-3/+9
2022-12-08blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong-1/+2
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-73/+144
2022-11-28tracing/user_events: Fix call print_fmt leakBeau Belgrave-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song-2/+2