summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16tracing: Clean up after filter logic rewritingLukas Bulwahn
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-13tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia
2020-11-13ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-11-10ftrace: Remove unused varible 'ret'Alex Shi
2020-11-10ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)
2020-11-10fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)
2020-11-06perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)
2020-11-06perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)
2020-11-06ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)
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-30timekeeping: remove arch_gettimeoffsetArnd Bergmann
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)