summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek-2/+0
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu-2/+0
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu-0/+19
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu-1/+1
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu-2/+2
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)-13/+958
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-36/+77
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu-2/+36
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)-5/+7
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)-11/+31
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)-10/+2
2021-08-18tracing/probes: Allow for dot delimiter as well as slash for system namesSteven Rostedt (VMware)-0/+3
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)-36/+31
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)-23/+80
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)-6/+8
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-35/+15
2021-08-17tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-26/+26
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko-1/+34
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko-3/+5
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko-1/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko-2/+2
2021-08-16Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+62
2021-08-16tracing/boot: Show correct histogram error commandMasami Hiramatsu-4/+10
2021-08-16tracing/boot: Support multiple histograms for each eventMasami Hiramatsu-9/+32
2021-08-16tracing/boot: Support multiple handlers for per-event histogramMasami Hiramatsu-8/+35
2021-08-16tracing/boot: Add per-event histogram action optionsMasami Hiramatsu-0/+231
2021-08-16tracing: Simplify the Kconfig dependency of FTRACEMasahiro Yamada-5/+1
2021-08-16tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)-4/+42
2021-08-16tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)-18/+14
2021-08-16tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)-0/+1
2021-08-16tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)-7/+58
2021-08-16tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu-6/+9
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu-35/+15
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+7
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)-0/+2
2021-08-12tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn-0/+5
2021-08-12trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira-1/+5
2021-08-12trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira-0/+19
2021-08-12trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira-0/+31
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann-2/+3
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann-4/+4
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+27
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)-1/+1
2021-08-04tracing: Reject string operand in the histogram expressionMasami Hiramatsu-1/+19
2021-08-04tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)-0/+4
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich-2/+2
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2/+7
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+51
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal-1/+3
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg-5/+5