summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-11-19lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-10-28Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2020-10-22ring-buffer: Update the description for ring_buffer_waitQiujun Huang
2020-10-22ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-15tracing: support "bool" type in synthetic trace eventsAxel Rasmussen
2020-10-15tracing: Handle synthetic event array field type checking correctlyTom Zanussi
2020-10-15tracing: Add synthetic event error loggingTom Zanussi
2020-10-15tracing: Check that the synthetic event and field names are legalTom Zanussi
2020-10-15tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi
2020-10-15tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi
2020-10-15tracing: Fix some typos in commentsQiujun Huang
2020-10-15tracing/boot: Add ftrace.instance.*.alloc_snapshot optionMasami Hiramatsu
2020-10-15tracing: Fix race in trace_open and buffer resize callGaurav Kohli
2020-10-15tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-12Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi
2020-10-07bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi
2020-10-05tracing: Save normal string variablesTom Zanussi
2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi
2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang