summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+4
| | * | | | | | bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau2022-10-251-1/+3
| | * | | | | | bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau2022-10-251-1/+4
| | * | | | | | bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau2022-10-251-2/+2
| | * | | | | | bpf: Take module reference on kprobe_multi linkJiri Olsa2022-10-251-0/+92
| | * | | | | | bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmpJiri Olsa2022-10-251-3/+3
| | * | | | | | ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa2022-10-251-5/+11
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-3/+4
|\ \ \ \ \ \ \
| * | | | | | | blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2022-12-081-1/+2
| * | | | | | | block: bdev & blktrace: use consistent function doc. notationRandy Dunlap2022-12-011-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-122-5/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland2022-11-181-3/+3
| * | | | | | ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland2022-11-181-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | 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
* | | fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca2022-11-041-0/+2
* | | ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei2022-11-021-13/+3
* | | ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)2022-11-021-0/+11
|/ /
* | Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-231-0/+2
|\ \
| * | bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar2022-10-171-0/+2
| |/
* | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-211-43/+39
|\ \ | |/ |/|
| * blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin2022-10-201-3/+1
| * blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin2022-10-201-2/+2