summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-123-10/+33
|\
| * tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao2023-02-123-10/+33
* | Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-071-3/+0
|\|
| * tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose2023-02-021-3/+0
* | Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-021-1/+2
|\ \ | |/ |/|
| * bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-01-181-1/+2
* | rv: remove redundant initialization of pointer ptrColin Ian King2023-01-251-1/+1
* | tracing/filter: fix kernel-doc warningsRandy Dunlap2023-01-251-4/+4
* | trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova2023-01-241-0/+2
* | tracing/osnoise: Use built-in RCU list checkingChuang Wang2023-01-241-3/+2
* | tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap2023-01-241-4/+4
* | tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-01-243-2/+4
* | ftrace: Export ftrace_free_filter() to modulesMark Rutland2023-01-241-1/+22
|/
* bpf: Skip task with pid=1 in send_signal_common()Hao Sun2023-01-061-0/+3
* Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-12-212-2/+2
|\
| * rv/monitors: Move monitor structure in rodataAlessandro Carminati2022-12-202-2/+2
* | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-215-34/+102
|\ \
| * | tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-153-10/+17
| * | tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-154-24/+85
| * | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-241-0/+3
* | | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-0/+7
|\ \ \
| * | | objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+7
* | | | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-1516-182/+642
|\ \ \ \ | | |_|/ | |/| |
| * | | tracing: Improve panic/die notifiersGuilherme G. Piccoli2022-12-141-28/+27
| * | | ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGuilherme G. Piccoli2022-12-141-0/+1
| * | | tracing: Do not synchronize freeing of trigger filter on boot upSteven Rostedt (Google)2022-12-141-2/+8
| * | | tracing: Have trigger filter parsing errors show up in error_logSteven Rostedt (Google)2022-12-131-1/+8
| * | | tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2022-12-121-1/+14
| * | | tracing/osnoise: Add preempt and/or irq disabled optionsDaniel Bristot de Oliveira2022-12-101-5/+43
| * | | tracing/osnoise: Add PANIC_ON_STOP optionDaniel Bristot de Oliveira2022-12-101-1/+5
| * | | tracing: Fix some checker warningsDavid Howells2022-12-102-3/+4
| * | | tracing/osnoise: Make osnoise_options staticDaniel Bristot de Oliveira2022-12-101-2/+2
| * | | tracing: remove unnecessary trace_trigger ifdefRoss Zwisler2022-12-101-6/+0
| * | | ring-buffer: Handle resize in early boot upSteven Rostedt2022-12-101-7/+25
| * | | tracing/hist: Fix issue of losting command info in error_logZheng Yejian2022-12-101-1/+1
| * | | tracing: Fix issue of missing one synthetic fieldZheng Yejian2022-12-101-1/+1
| * | | tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian2022-12-101-2/+8
| * | | tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian2022-12-101-0/+1
| * | | tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)2022-12-093-15/+18
| * | | tracing/probes: Handle system names with hyphensSteven Rostedt (Google)2022-12-092-4/+17
| * | | trace/kprobe: remove duplicated calls of ring_buffer_event_dataSong Chen2022-12-091-2/+0
| * | | tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)2022-12-092-8/+29
| * | | tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)2022-12-092-17/+63
| * | | tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2022-12-092-15/+78
| * | | tracing: Allow multiple hitcount values in histogramsTom Zanussi2022-12-091-3/+9
| * | | tracing/user_events: Fix call print_fmt leakBeau Belgrave2022-11-281-0/+1
| * | | ftrace: Avoid needless updates of the ftrace function callSteven Rostedt (Google)2022-11-231-2/+15
| * | | tracing: Optimize event type allocation with IDAZheng Yejian2022-11-231-50/+16
| * | | tracing: Make tracepoint_print_iter staticXiu Jianfeng2022-11-232-3/+1
| * | | tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_userChuang Wang2022-11-231-10/+6