summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2024-03-01Merge tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+6
2024-03-01fprobe: Fix to allocate entry_data_size buffer with rethook instancesMasami Hiramatsu (Google)-8/+6
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+13
2024-02-21ring-buffer: Do not let subbuf be bigger than write maskSteven Rostedt (Google)-0/+4
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2024-02-17tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)-2/+2
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-3/+7
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-53/+67
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum-1/+2
2024-02-14tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)-0/+3
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar-1/+1
2024-02-13tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle-1/+1
2024-02-13tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu-1/+1
2024-02-09Merge tag 'trace-v6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-38/+47
2024-02-09tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)-38/+37
2024-02-09ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)-0/+10
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2024-02-08tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)-12/+13
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)-3/+7
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2024-02-01tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira-3/+3
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu-4/+4
2024-01-31ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort-1/+1
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+16
2024-01-26tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)-2/+4
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko-1/+1
2024-01-23bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa-0/+15
2024-01-22tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu-1/+6
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-363/+777
2024-01-18Merge tag 'probes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-2/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-17/+163
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao-1/+1
2024-01-09ring-buffer: Remove stale comment from ring_buffer_size()Steven Rostedt (Google)-6/+0
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+1
2024-01-08tracing histograms: Simplify parse_actions() functionSteven Rostedt (Google)-25/+24
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-61/+86
2023-12-30Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-59/+73
2023-12-30ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)-53/+47
2023-12-29tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)-4/+19
2023-12-29ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)-2/+7
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-132/+87
2023-12-21Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+13
2023-12-21ring-buffer: Use subbuf_order for buffer page maskingSteven Rostedt (Google)-8/+11
2023-12-21tracing: Update subbuffer with kilobytes not page orderSteven Rostedt (Google)-13/+25
2023-12-21ring-buffer: Just update the subbuffers when changing their allocation orderSteven Rostedt (Google)-17/+71
2023-12-21ring-buffer: Keep the same size when updating the orderSteven Rostedt (Google)-1/+4
2023-12-21tracing: Stop the tracing while changing the ring buffer subbuf sizeSteven Rostedt (Google)-3/+10
2023-12-21tracing: Update snapshot order along with main buffer orderSteven Rostedt (Google)-2/+43
2023-12-21ring-buffer: Make sure the spare sub buffer used for reads has same sizeSteven Rostedt (Google)-0/+11