summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing/osnoise: Add OSNOISE_WORKLOAD optionDaniel Bristot de Oliveira2022-11-231-6/+22
* tracing/osnoise: Add osnoise/options fileDaniel Bristot de Oliveira2022-11-231-0/+170
* ring_buffer: Remove unused "event" parameterSong Chen2022-11-233-9/+7
* tracing: Add trace_trigger kernel command line optionSteven Rostedt (Google)2022-11-231-2/+70
* ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUZheng Yejian2022-11-231-7/+3
* tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2022-11-232-1/+12
* tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2022-11-234-4/+12
* tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)2022-11-231-0/+3
* tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira2022-11-221-3/+3
* tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng2022-11-221-1/+3
* tracing/hist: add in missing * in comment blocksColin Ian King2022-11-221-2/+2
* Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-203-19/+38
|\
| * tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| * tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| * rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| * tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| * tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| * tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
* | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
* | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-171-4/+5
* | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-171-2/+0
* | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-171-3/+2
* | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
* | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
* | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2
* | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1
* | ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-171-1/+1
* | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-161-0/+1
|/
* ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)2022-11-161-0/+12
* tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-162-20/+37
* tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing2022-11-041-11/+7
* tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)2022-11-041-1/+2