aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-25tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei1-0/+3
2022-05-25tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)1-6/+7
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-71/+167
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+4
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+18
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-66/+161
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+14
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+1
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-0/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-14/+14
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou1-0/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov6-14/+14
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-0/+17
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa1-46/+66
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa1-20/+12
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa1-0/+62
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2-3/+3
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-2/+4
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig1-10/+10
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou1-0/+18
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel3-20/+26
2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel2-21/+18
2022-04-27tracing: Remove usage of list iterator variable after the loopJakob Koschel1-8/+7
2022-04-27tracing: Remove usage of list iterator after the loop bodyJakob Koschel1-4/+9
2022-04-27tracing: Introduce trace clock taiKurt Kanzenbach1-0/+1
2022-04-27ring-buffer: Have 32 bit time stamps use all 64 bitsSteven Rostedt (Google)1-10/+18
2022-04-27ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)1-5/+44
2022-04-26tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai1-10/+22
2022-04-26tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai1-0/+7
2022-04-26ring-buffer: Simplify if-if to if-elseWan Jiabing1-2/+2
2022-04-26tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui1-9/+3
2022-04-26tracing: Fix sleeping function called from invalid context on RT kernelJun Miao1-3/+3
2022-04-26tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi1-1/+1
2022-04-26tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_parse()Ammar Faizi1-1/+2
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie1-24/+11
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li1-1/+2
2022-04-26tracing: Fix kernel-docJiapeng Chong1-1/+1
2022-04-26tracing: Fix inconsistent style of mini-HOWTOOscar Shiang1-2/+2
2022-04-26tracing: Separate hist state updates from hist registrationTom Zanussi1-18/+48
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi4-151/+69
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi4-60/+36
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi3-77/+45
2022-04-26tracing: Cleanup double word in commentTom Rix1-2/+2
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-0/+1
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain1-0/+6
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain1-37/+34
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney1-0/+1
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev1-1/+4