aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2022-12-12tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong1-1/+14
2022-12-10tracing/osnoise: Add preempt and/or irq disabled optionsDaniel Bristot de Oliveira1-5/+43
2022-12-10tracing/osnoise: Add PANIC_ON_STOP optionDaniel Bristot de Oliveira1-1/+5
2022-12-10tracing: Fix some checker warningsDavid Howells2-3/+4
2022-12-10tracing/osnoise: Make osnoise_options staticDaniel Bristot de Oliveira1-2/+2
2022-12-10tracing: remove unnecessary trace_trigger ifdefRoss Zwisler1-6/+0
2022-12-10ring-buffer: Handle resize in early boot upSteven Rostedt1-7/+25
2022-12-10tracing/hist: Fix issue of losting command info in error_logZheng Yejian1-1/+1
2022-12-10tracing: Fix issue of missing one synthetic fieldZheng Yejian1-1/+1
2022-12-10tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian1-2/+8
2022-12-10tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian1-0/+1
2022-12-09tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)3-15/+18
2022-12-09tracing/probes: Handle system names with hyphensSteven Rostedt (Google)2-4/+17
2022-12-09trace/kprobe: remove duplicated calls of ring_buffer_event_dataSong Chen1-2/+0
2022-12-09tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)2-8/+29
2022-12-09tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)2-17/+63
2022-12-09tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2-15/+78
2022-12-09tracing: Allow multiple hitcount values in histogramsTom Zanussi1-3/+9
2022-12-08blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong1-1/+2
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap1-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-73/+144
2022-11-28tracing/user_events: Fix call print_fmt leakBeau Belgrave1-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song1-2/+2
2022-11-23ftrace: Avoid needless updates of the ftrace function callSteven Rostedt (Google)1-2/+15
2022-11-23tracing: Optimize event type allocation with IDAZheng Yejian1-50/+16
2022-11-23tracing: Make tracepoint_print_iter staticXiu Jianfeng2-3/+1
2022-11-23tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_userChuang Wang1-10/+6
2022-11-23tracing/osnoise: Add OSNOISE_WORKLOAD optionDaniel Bristot de Oliveira1-6/+22
2022-11-23tracing/osnoise: Add osnoise/options fileDaniel Bristot de Oliveira1-0/+170
2022-11-23ring_buffer: Remove unused "event" parameterSong Chen3-9/+7
2022-11-23tracing: Add trace_trigger kernel command line optionSteven Rostedt (Google)1-2/+70
2022-11-23ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUZheng Yejian1-7/+3
2022-11-23tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2-1/+12
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)4-4/+12
2022-11-23tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)1-0/+3
2022-11-24tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)1-0/+3
2022-11-22tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira1-3/+3
2022-11-22tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng1-1/+3
2022-11-22tracing/hist: add in missing * in comment blocksColin Ian King1-2/+2
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar12-130/+175
2022-11-20Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-19/+38
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)1-0/+3
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet1-1/+1
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland1-3/+3
2022-11-18ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland1-2/+1
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-0/+7
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian1-4/+5
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang1-2/+0
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)1-1/+1