aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-50/+278
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionGravatar Song Liu 1-26/+216
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockGravatar Song Liu 1-24/+62
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-6/+10
2022-07-12ftrace: Be more specific about arch impact when function tracer is enabledGravatar Steven Rostedt (Google) 1-1/+2
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpGravatar Douglas Anderson 1-5/+6
2022-07-12tracing/histograms: Fix memory leak problemGravatar Zheng Yejian 1-0/+2
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+2
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-7/+10
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-17/+65
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-20uprobe: gate bpf call behind BPF_EVENTSGravatar Delyan Kratunov 1-0/+2
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 2-5/+4
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-16bpf: implement sleepable uprobes by chaining gpsGravatar Delyan Kratunov 2-5/+4
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