- 23859ae Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
- 761a8c5 tracing, synthetic events: Replace buggy strcat() with seq_buf operations by Steven Rostedt (VMware) · 4 years, 2 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
- a5e5c27 Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
- e1981f7 ring-buffer: Update the description for ring_buffer_wait by Qiujun Huang · 4 years, 2 months ago
- 0a1754b ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 2 months ago
- 93f3d8f Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
- ce66f61 tracing: Remove __init from __trace_early_add_new_event() by Masami Hiramatsu · 4 years, 3 months ago
- 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
- fefa636 Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
- 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 3 months ago
- 6107742 tracing: support "bool" type in synthetic trace events by Axel Rasmussen · 4 years, 3 months ago
- 10819e25 tracing: Handle synthetic event array field type checking correctly by Tom Zanussi · 4 years, 3 months ago
- d4d7046 tracing: Add synthetic event error logging by Tom Zanussi · 4 years, 3 months ago
- 9bbb3329 tracing: Check that the synthetic event and field names are legal by Tom Zanussi · 4 years, 3 months ago
- 42d120e tracing: Move is_good_name() from trace_probe.h to trace.h by Tom Zanussi · 4 years, 3 months ago
- 7d27adf tracing: Don't show dynamic string internals in synthetic event description by Tom Zanussi · 4 years, 3 months ago
- 499f7bb tracing: Fix some typos in comments by Qiujun Huang · 4 years, 3 months ago
- c16340971 tracing/boot: Add ftrace.instance.*.alloc_snapshot option by Masami Hiramatsu · 4 years, 3 months ago
- bbeb974 tracing: Fix race in trace_open and buffer resize call by Gaurav Kohli · 4 years, 3 months ago
- 6d9bd13 tracing: Check return value of __create_val_fields() before using its result by Steven Rostedt (VMware) · 4 years, 3 months ago
- 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- ccdf7fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
- 3bff611 Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- dd502a8 Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 8481835 tracing: Fix synthetic print fmt check for use of __get_str() by Steven Rostedt (VMware) · 4 years, 3 months ago
- 43aa422 tracing: Remove a pointless assignment by Sudip Mukherjee · 4 years, 3 months ago
- 7ba031e ftrace: Format variable declarations of ftrace_allocate_records by Steven Rostedt (VMware) · 4 years, 3 months ago
- b40c6ea ftrace: Simplify the calculation of page number for ftrace_page->records by Wei Yang · 4 years, 4 months ago
- be49313 ftrace: Simplify the hash calculation by Steven Rostedt (VMware) · 4 years, 3 months ago
- 59e65b3 ftrace: Use fls() to get the bits for dup_hash() by Wei Yang · 4 years, 4 months ago
- 8db4d6b tracing: Change synthetic event string format to limit printed length by Steven Rostedt (VMware) · 4 years, 3 months ago
- 1bc36bd tracing: Add README information for synthetic_events file by Tom Zanussi · 4 years, 3 months ago
- ebfb4d4 bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n by Yonghong Song · 4 years, 3 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- bd82631 tracing: Add support for dynamic strings to synthetic events by Tom Zanussi · 4 years, 3 months ago
- 63a1e5d tracing: Save normal string variables by Tom Zanussi · 4 years, 3 months ago
- 8fbeb52 tracing: Fix parse_synth_field() error handling by Tom Zanussi · 4 years, 3 months ago
- 4a4a56b tracing: Change STR_VAR_MAX_LEN by Tom Zanussi · 4 years, 3 months ago
- 10ed166 block: add a bdget_part helper by Christoph Hellwig · 4 years, 3 months ago
- 458999c tracing: Add trace_export support for trace_marker by Tingwei Zhang · 4 years, 3 months ago
- 8ab7a2b tracing: Add trace_export support for event trace by Tingwei Zhang · 4 years, 3 months ago
- 8438f52 tracing: Add flag to control different traces by Tingwei Zhang · 4 years, 3 months ago
- 63d9b80 bpf: Introducte bpf_this_cpu_ptr() by Hao Luo · 4 years, 3 months ago
- eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 3 months ago
- fdda88d ftrace: Fix some typos in comment by Qiujun Huang · 4 years, 3 months ago
- aa5ff93 Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
- b40341f ftrace: Move RCU is watching check after recursion check by Steven Rostedt (VMware) · 4 years, 3 months ago
- 851e6f6 tracing: Fix trace_find_next_entry() accounting of temp buffer size by Steven Rostedt (VMware) · 4 years, 3 months ago
- eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 3 months ago
- c4d0bfb bpf: Add bpf_snprintf_btf helper by Alan Maguire · 4 years, 3 months ago
- 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 4 years, 3 months ago
- 720dee5 tracing/boot: Initialize per-instance event list in early boot by Masami Hiramatsu · 4 years, 3 months ago
- fa01b1e block: add a bdev_is_partition helper by Christoph Hellwig · 4 years, 4 months ago
- e9ffc8c kprobes: Use module_name() macro by Jarkko Sakkinen · 4 years, 3 months ago
- 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- eff48dd Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
- ba0fbfb tracing/boot, kprobe, synth: Initialize boot-time tracing earlier by Masami Hiramatsu · 4 years, 4 months ago
- 4114fbf tracing: Enable creating new instance early boot by Masami Hiramatsu · 4 years, 4 months ago
- a838dea tracing: Enable adding dynamic events early stage by Masami Hiramatsu · 4 years, 4 months ago
- ac343da tracing: Define event fields early stage by Masami Hiramatsu · 4 years, 4 months ago
- 3dd3aae tracing/uprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
- 4725cd8 tracing/kprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
- 8490db0 tracing/boot: Add per-instance tracing_on option support by Masami Hiramatsu · 4 years, 4 months ago
- 40d14da fgraph: Convert ret_stack tasklist scanning to rcu by Davidlohr Bueso · 4 years, 4 months ago
- eb8d8b4 tracing: remove a pointless assignment by Dan Carpenter · 4 years, 4 months ago
- f3d3642 kprobes: Use module_name() macro by Jarkko Sakkinen · 4 years, 4 months ago
- b427e76 tracing: Use __this_cpu_read() in trace_buffered_event_enable() by Xianting Tian · 4 years, 5 months ago
- 5c8c206 tracing: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
- a8a7179 selftests/bpf: Fix stat probe in d_path test by Jiri Olsa · 4 years, 3 months ago
- 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 3 months ago
- 325d0ea Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
- 7bb82ac ftrace: let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 3 months ago
- 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 6 months ago
- dc300d7 tracing: toplevel d_entry already initialized by Wei Yang · 4 years, 6 months ago
- 46bbe5c tracing: fix double free by Tom Rix · 4 years, 4 months ago
- 54fa9ba ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
- 795d637 tracing: Make the space reserved for the pid wider by Sebastian Andrzej Siewior · 4 years, 4 months ago
- 478ece9 ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms by Adrian Hunter · 4 years, 4 months ago
- d5e4750 ftrace: Free the trampoline when ftrace_startup() fails by Miroslav Benes · 4 years, 4 months ago
- 73ac74c lockdep: fix order in trace_hardirqs_off_caller() by Sven Schnelle · 4 years, 4 months ago
- e75ad2c blktrace: make function blk_trace_bio_get_cgid() static by Wang Hai · 4 years, 4 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- 0340a6b module: Fix up module_notifier return values by Peter Zijlstra · 4 years, 4 months ago
- 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 4 months ago
- 6e22ab9 bpf: Add d_path helper by Jiri Olsa · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- a1d2108 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- 15d5761 kbuild: introduce ccflags-remove-y and asflags-remove-y by Masahiro Yamada · 4 years, 6 months ago
- 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 5 months ago
- 38ce2a9 tracing: Add trace_array_init_printk() to initialize instance trace_printk() buffers by Steven Rostedt (VMware) · 4 years, 5 months ago
- eb65405 Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 5 months ago
- 0d360d6 bpf: Remove inline from bpf_do_trace_printk by Stanislav Fomichev · 4 years, 5 months ago
- 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- dd27111 Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 5 months ago
- afcab63 tracing: Use trace_sched_process_free() instead of exit() for pid tracing by Steven Rostedt (VMware) · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago