summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-098-21/+50
|\
| * tracing/boot: Fix to loop on only subkeysMasami Hiramatsu2021-09-081-3/+3
| * tracing: Dynamically allocate the per-elt hist_elt_data arrayTom Zanussi2021-09-081-2/+12
| * tracing: synth events: increase max fields countArtem Bityutskiy2021-09-081-1/+1
| * tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()Qiang.Zhang2021-09-081-3/+3
| * tracing: Fix some alloc_event_probe() error handling bugsDan Carpenter2021-09-071-2/+3
| * tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner2021-09-033-10/+28
* | Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-09-071-3/+9
|\ \
| * | kdb: Rename members of struct kdbtab_tSumit Garg2021-07-271-5/+5
| * | kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-271-3/+9
* | | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-0521-172/+1594
|\ \ \ | | |/ | |/|
| * | tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-208-13/+958
| * | tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu2021-08-194-2/+36
| * | tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)2021-08-193-5/+7
| * | tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)2021-08-194-11/+31
| * | tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)2021-08-182-10/+2
| * | tracing/probes: Allow for dot delimiter as well as slash for system namesSteven Rostedt (VMware)2021-08-181-0/+3
| * | tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)2021-08-184-36/+31
| * | tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-188-23/+80
| * | tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)2021-08-184-6/+8
| * | tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-173-26/+26
| * | tracing/boot: Show correct histogram error commandMasami Hiramatsu2021-08-161-4/+10
| * | tracing/boot: Support multiple histograms for each eventMasami Hiramatsu2021-08-161-9/+32
| * | tracing/boot: Support multiple handlers for per-event histogramMasami Hiramatsu2021-08-161-8/+35
| * | tracing/boot: Add per-event histogram action optionsMasami Hiramatsu2021-08-161-0/+231
| * | tracing: Simplify the Kconfig dependency of FTRACEMasahiro Yamada2021-08-161-5/+1
| * | tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)2021-08-161-4/+42
| * | tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)2021-08-161-18/+14
| * | tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)2021-08-161-0/+1
| * | tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)2021-08-161-7/+58
| * | tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu2021-08-161-6/+9
* | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-2/+0
|\ \ \
| * \ \ Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-2/+0
| |\ \ \
| | * | | printk: remove NMI trackingJohn Ogness2021-07-261-2/+0
* | | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-12/+100
|\ \ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-301-10/+62
| |\ \ \ \ \
| | * | | | | bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu2021-08-251-2/+0
| | * | | | | bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+19
| | * | | | | bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu2021-08-251-1/+1
| | * | | | | bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-251-2/+2
| | * | | | | bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-1/+34
| | * | | | | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-3/+5
| | * | | | | bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-171-1/+1
| | * | | | | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-195-36/+77
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-6/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-053-3/+27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-311-2/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-231-1/+6
| | * | | | | | | | bpf: Fix pointer cast warningArnd Bergmann2021-07-221-1/+1