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