summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)-1/+2
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang-3/+4
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)-4/+3
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang-2/+3
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)-1/+3
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi-1/+6
2020-10-07bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song-0/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+8
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi-38/+241
2020-10-05tracing: Save normal string variablesTom Zanussi-2/+32
2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi-2/+4
2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi-1/+3
2020-10-05block: add a bdget_part helperChristoph Hellwig-7/+2
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang-0/+9
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang-125/+134
2020-10-05tracing: Add flag to control different tracesTingwei Zhang-17/+19
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo-0/+2
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo-0/+2
2020-10-02ftrace: Fix some typos in commentQiujun Huang-5/+5
2020-10-01Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-8/+8
2020-09-29ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)-4/+2
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)-4/+6
2020-09-28bpf: Add bpf_seq_printf_btf helperAlan Maguire-0/+33
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire-0/+65
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu-0/+1
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu-15/+19
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig-1/+1
2020-09-24kprobes: Use module_name() macroJarkko Sakkinen-3/+4
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-10/+13
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-30/+31
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-26/+28
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu-10/+22
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu-19/+63
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu-1/+8
2020-09-21tracing: Define event fields early stageMasami Hiramatsu-37/+55
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu-2/+15
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu-2/+19
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu-0/+10
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso-4/+4
2020-09-21tracing: remove a pointless assignmentDan Carpenter-1/+0
2020-09-21kprobes: Use module_name() macroJarkko Sakkinen-3/+4
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian-1/+1
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap-5/+5
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa-0/+8
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer-10/+5
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser-2/+1
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang-61/+57
2020-09-18tracing: toplevel d_entry already initializedWei Yang-7/+2
2020-09-18tracing: fix double freeTom Rix-1/+0