summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+4
2022-06-07bpf: Use safer kvmalloc_array() where possibleDan Carpenter-4/+4
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+2
2022-06-01ftrace/fgraph: fix increased missing-prototypes warningsChengming Zhou-0/+2
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-522/+606
2022-05-28ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)-2/+139
2022-05-26tracing: Fix comments for event_trigger_separate_filter()sunliming-4/+4
2022-05-26ftrace: Clean up hash direct_functions on register failuresSong Liu-3/+2
2022-05-26tracing: Fix comments of create_filter()sunliming-1/+1
2022-05-26tracing: Disable kcov on trace_preemptirq.cCongyu Liu-0/+4
2022-05-26tracing: Initialize integer variable to prevent garbage return valueGautam Menghani-1/+1
2022-05-26ftrace: Fix typo in commentJulia Lawall-1/+1
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu-12/+4
2022-05-26tracing: Cleanup code by removing init "char *name"liqiong-3/+1
2022-05-26tracing: Change "char *" string form to "char []"liqiong-2/+2
2022-05-26tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQDaniel Bristot de Oliveira-0/+2
2022-05-26tracing/timerlat: Print stacktrace in the IRQ handler if neededDaniel Bristot de Oliveira-0/+13
2022-05-26tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira-4/+5
2022-05-26tracing: Fix return value of trace_pid_write()Wonhyuk Yang-2/+4
2022-05-26tracing: Fix potential double free in create_var_ref()Keita Suzuki-0/+3
2022-05-26tracing: Use strim() to remove whitespace instead of doing it manuallyYuntao Wang-5/+3
2022-05-26ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang-4/+13
2022-05-26tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang-48/+21
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-94/+117
2022-05-25tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei-0/+3
2022-05-25tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)-6/+7
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-71/+167
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+4
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+18
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-66/+161
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-12/+14
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang-0/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+14
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou-0/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov-14/+14
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee-0/+17
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa-46/+66
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa-20/+12
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa-0/+62
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar-3/+3
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig-2/+4
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig-10/+10
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou-0/+18
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel-20/+26
2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel-21/+18
2022-04-27tracing: Remove usage of list iterator variable after the loopJakob Koschel-8/+7
2022-04-27tracing: Remove usage of list iterator after the loop bodyJakob Koschel-4/+9