summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu6-28/+13
2022-05-26tracing: Cleanup code by removing init "char *name"liqiong1-3/+1
2022-05-26tracing: Change "char *" string form to "char []"liqiong2-2/+2
2022-05-26tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQDaniel Bristot de Oliveira1-0/+2
2022-05-26tracing/timerlat: Print stacktrace in the IRQ handler if neededDaniel Bristot de Oliveira2-2/+16
2022-05-26tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira1-4/+5
2022-05-26kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu2-74/+72
2022-05-26tracing: Fix return value of trace_pid_write()Wonhyuk Yang1-2/+4
2022-05-26tracing: Fix potential double free in create_var_ref()Keita Suzuki1-0/+3
2022-05-26tracing: Use strim() to remove whitespace instead of doing it manuallyYuntao Wang1-5/+3
2022-05-26ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang1-4/+13
2022-05-26tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang5-48/+21
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-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: Add documentation for trace clock taiKurt Kanzenbach1-0/+12
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_par...Ammar Faizi1-1/+2
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie1-24/+11
2022-04-26docs: bootconfig: Add how to embed the bootconfig into kernelMasami Hiramatsu1-3/+28
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu8-11/+75
2022-04-26bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu1-12/+10
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu1-1/+1
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li1-1/+2
2022-04-26MAINTAINERS: Enlarge coverage of TRACING inside architecturesChristophe Leroy1-2/+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-14timekeeping: Introduce fast accessor to clock taiKurt Kanzenbach3-0/+19
2022-04-10Linux 5.18-rc2v5.18-rc2Linus Torvalds1-1/+1
2022-04-10Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-10/+10
2022-04-10Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-48/+4
2022-04-10Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+8
2022-04-10Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds15-35/+169