summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2023-02-06trace/blktrace: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman-2/+2
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+41
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+2
2023-02-02tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose-3/+0
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-4/+4
2023-01-31cpuidle: tracing, preempt: Squash _rcuidle tracingPeter Zijlstra-8/+6
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar-15/+42
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-47/+48
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsSteven Rostedt (Google)-1/+1
2023-01-25tracing/histogram: Add stacktrace typeSteven Rostedt (Google)-0/+4
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)-5/+87
2023-01-25tracing: Allow stacktraces to be saved as histogram variablesSteven Rostedt (Google)-10/+42
2023-01-25tracing: Simplify calculating entry size using struct_size()Steven Rostedt (Google)-2/+1
2023-01-25tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai-1/+6
2023-01-25tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)-2/+93
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King-1/+1
2023-01-25tracing/filter: fix kernel-doc warningsRandy Dunlap-4/+4
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova-0/+2
2023-01-24tracing/osnoise: Use built-in RCU list checkingChuang Wang-3/+2
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap-4/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)-2/+4
2023-01-24ftrace: Export ftrace_free_filter() to modulesMark Rutland-1/+22
2023-01-24ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland-5/+111
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2023-01-19bpf: Change modules resolving for kprobe multi linkJiri Olsa-46/+47
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei-2/+2
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song-1/+2
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim-4/+2
2023-01-13tracing, hardirq: No moar _rcuidle() tracingPeter Zijlstra-8/+18
2023-01-13tracing: WARN on rcuidlePeter Zijlstra-0/+3
2023-01-13tracing: Remove trace_hardirqs_{on,off}_caller()Peter Zijlstra-29/+0
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun-0/+3
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-36/+104
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-29/+27
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-2/+2
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-34/+102
2022-12-20rv/monitors: Move monitor structure in rodataAlessandro Carminati-2/+2
2022-12-19bpf: Remove trace_printk_lockJiri Olsa-14/+6
2022-12-19bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa-3/+3
2022-12-19bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa-14/+20
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+7
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-182/+642
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)-10/+17
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)-24/+85
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+8
2022-12-14tracing: Improve panic/die notifiersGuilherme G. Piccoli-28/+27
2022-12-14ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGuilherme G. Piccoli-0/+1
2022-12-14tracing: Do not synchronize freeing of trigger filter on boot upSteven Rostedt (Google)-2/+8
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-11/+118
2022-12-13tracing: Have trigger filter parsing errors show up in error_logSteven Rostedt (Google)-1/+8