aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+0
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+10
2022-06-17tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gravatar Gautam Menghani 1-1/+0
2022-06-17tracing: Simplify conditional compilation code in tracing_set_tracer()Gravatar sunliming 1-2/+0
2022-06-17tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Gravatar Masami Hiramatsu (Google) 1-1/+10
2022-06-17rethook: Reject getting a rethook if RCU is not watchingGravatar Masami Hiramatsu (Google) 1-0/+9
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexGravatar Christoph Hellwig 1-3/+0
2022-06-16bpf: Force cookies array to follow symbols sortingGravatar Jiri Olsa 1-15/+45
2022-06-16ftrace: Keep address offset in ftrace_lookup_symbolsGravatar Jiri Olsa 1-2/+11
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-4/+4
2022-06-07bpf: Use safer kvmalloc_array() where possibleGravatar Dan Carpenter 1-4/+4
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+2
2022-06-01ftrace/fgraph: fix increased missing-prototypes warningsGravatar Chengming Zhou 1-0/+2
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 20-522/+606
2022-05-28ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionGravatar Steven Rostedt (Google) 1-2/+139
2022-05-26tracing: Fix comments for event_trigger_separate_filter()Gravatar sunliming 1-4/+4
2022-05-26ftrace: Clean up hash direct_functions on register failuresGravatar Song Liu 1-3/+2
2022-05-26tracing: Fix comments of create_filter()Gravatar sunliming 1-1/+1
2022-05-26tracing: Disable kcov on trace_preemptirq.cGravatar Congyu Liu 1-0/+4
2022-05-26tracing: Initialize integer variable to prevent garbage return valueGravatar Gautam Menghani 1-1/+1
2022-05-26ftrace: Fix typo in commentGravatar Julia Lawall 1-1/+1
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Gravatar Li kunyu 1-12/+4
2022-05-26tracing: Cleanup code by removing init "char *name"Gravatar liqiong 1-3/+1
2022-05-26tracing: Change "char *" string form to "char []"Gravatar liqiong 2-2/+2
2022-05-26tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQGravatar Daniel Bristot de Oliveira 1-0/+2
2022-05-26tracing/timerlat: Print stacktrace in the IRQ handler if neededGravatar Daniel Bristot de Oliveira 1-0/+13
2022-05-26tracing/timerlat: Notify IRQ new max latency only if stop tracing is setGravatar Daniel Bristot de Oliveira 1-4/+5
2022-05-26tracing: Fix return value of trace_pid_write()Gravatar Wonhyuk Yang 1-2/+4
2022-05-26tracing: Fix potential double free in create_var_ref()Gravatar Keita Suzuki 1-0/+3
2022-05-26tracing: Use strim() to remove whitespace instead of doing it manuallyGravatar Yuntao Wang 1-5/+3
2022-05-26ftrace: Deal with error return code of the ftrace_process_locs() functionGravatar Yuntao Wang 1-4/+13
2022-05-26tracing: Use trace_create_file() to simplify creation of tracefs entriesGravatar Yuntao Wang 5-48/+21
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-94/+117
2022-05-25tracing: Reset the function filter after completing trampoline/graph selftestGravatar Li Huafei 1-0/+3
2022-05-25tracing: Have event format check not flag %p* on __get_dynamic_array()Gravatar Steven Rostedt (Google) 1-6/+7
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 3-71/+167
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-10/+4
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+18
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 3-66/+161
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+14
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGravatar Geliang Tang 1-0/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-14/+14
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapGravatar Feng Zhou 1-0/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadGravatar Delyan Kratunov 6-14/+14
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Gravatar Kui-Feng Lee 1-0/+17
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkGravatar Jiri Olsa 1-46/+66
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsGravatar Jiri Olsa 1-20/+12