summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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-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-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)
2022-04-27ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)
2022-04-26tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai
2022-04-26tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2022-04-26ring-buffer: Simplify if-if to if-elseWan Jiabing
2022-04-26tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui
2022-04-26tracing: Fix sleeping function called from invalid context on RT kernelJun Miao
2022-04-26tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi
2022-04-26tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li
2022-04-26tracing: Fix kernel-docJiapeng Chong
2022-04-26tracing: Fix inconsistent style of mini-HOWTOOscar Shiang
2022-04-26tracing: Separate hist state updates from hist registrationTom Zanussi
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi
2022-04-26tracing: Cleanup double word in commentTom Rix
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy
2022-04-02tracing: Set user_events to BROKENSteven Rostedt (Google)
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave
2022-04-02tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave
2022-03-30rethook: Fix to use WRITE_ONCE() for rethook:: HandlerMasami Hiramatsu
2022-03-30bpf: Fix sparse warnings in kprobe_multi_resolve_symsJiri Olsa
2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu
2022-03-28fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu
2022-03-28fprobe: Fix smatch type mismatch warningMasami Hiramatsu