summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-12ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann
2023-07-10tracing/user_events: Fix struct arg size match checkBeau Belgrave
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)
2023-07-11fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao
2023-07-11kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)
2023-07-06Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2023-07-05tracing/boot: Test strscpy() against less than zero for errorSteven Rostedt (Google)
2023-07-05tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-06-29Merge tag 'trace-v6.4-rc7-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-28tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-23tracing/probes: Fix tracepoint event with $arg* to fetch correct argumentMasami Hiramatsu (Google)
2023-06-23tracing/probes: Fix to return NULL and keep using current argcMasami Hiramatsu (Google)
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22tracing/boot: Replace strlcpy with strscpyAzeem Shaikh
2023-06-22tracing/timerlat: Add user-space interfaceDaniel Bristot de Oliveira
2023-06-22tracing/osnoise: Skip running osnoise if all instances are offDaniel Bristot de Oliveira
2023-06-22tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disableDaniel Bristot de Oliveira
2023-06-22ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa
2023-06-20function_graph: Support recording and printing the return value of functionDonglin Peng
2023-06-20fgraph: Add declaration of "struct fgraph_ret_regs"Steven Rostedt (Google)
2023-06-20Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming
2023-06-14tracing: Modify print_fields() for fields output ordersunliming
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-07bpf: Add extra path pointer check to d_path helperJiri Olsa
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)