summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | bpf: Introduce btf_tracing_idsSong Liu2021-11-121-2/+2
| | * | | | | | bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+2
* | | | | | | | tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-061-2/+2
* | | | | | | | tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-061-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin2021-12-091-5/+6
* | | | | | | ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa2021-12-081-0/+4
* | | | | | | ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa2021-12-081-1/+3
| |_|_|_|/ / |/| | | | |
* | | | | | tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-021-0/+3
* | | | | | tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)2021-12-021-1/+1
| |_|_|_|/ |/| | | |
* | | | | tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)2021-11-271-1/+1
* | | | | tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)2021-11-261-6/+18
* | | | | tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)2021-11-261-0/+12
| |_|_|/ |/| | |
* | | | tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa2021-11-241-0/+1
* | | | Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-192-22/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko2021-11-191-0/+12
| * | | tracing: Use memset_startat() to zero struct trace_iteratorKees Cook2021-11-191-3/+1
| * | | tracing/histogram: Fix UAF in destroy_hist_field()Kalesh Singh2021-11-181-19/+22
* | | | Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-181-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-161-2/+0
| |/ /
* | | Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-151-2/+7
|\ \ \
| * | | tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)2021-11-151-2/+7
* | | | Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-132-6/+9
|\| | | | |/ / |/| |
| * | tracing/histogram: Fix check for missing operands in an expressionKalesh Singh2021-11-121-1/+2
| * | tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu2021-11-121-4/+5
| * | tracing/osnoise: Make osnoise_instances staticDaniel Bristot de Oliveira2021-11-121-1/+2
* | | Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-112-1/+7
|\| |
| * | ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa2021-11-101-1/+2
| * | ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)2021-11-101-0/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+1
|\ \ \
| * | | sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-091-1/+1
* | | | Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-033-182/+549
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | tracing/histogram: Document hist trigger variablesKalesh Singh2021-11-021-0/+11
| * | tracing/histogram: Optimize division by constantsKalesh Singh2021-11-021-1/+104
| * | tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functionsDaniel Bristot de Oliveira2021-11-011-9/+4
| * | tracing/osnoise: Remove STACKTRACE ifdefs from inside functionsDaniel Bristot de Oliveira2021-11-011-15/+29
| * | tracing/osnoise: Allow multiple instances of the same tracerDaniel Bristot de Oliveira2021-11-011-23/+78
| * | tracing/osnoise: Remove TIMERLAT ifdefs from inside functionsDaniel Bristot de Oliveira2021-11-011-44/+106
| * | tracing/osnoise: Support a list of trace_array *trDaniel Bristot de Oliveira2021-11-011-69/+192
| * | tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()Daniel Bristot de Oliveira2021-11-011-5/+2
| * | tracing/osnoise: Split workload start from the tracer startDaniel Bristot de Oliveira2021-11-011-23/+36
| * | tracing/osnoise: Improve comments about barrier need for NMI callbacksDaniel Bristot de Oliveira2021-11-011-1/+7
| * | tracing/osnoise: Do not follow tracing_cpumaskDaniel Bristot de Oliveira2021-11-011-18/+6
* | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-17/+85
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-021-14/+4
| |\ \ \
| | * | | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-14/+2
| | * | | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-221-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-224-13/+65
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-021-3/+51
| |\ \ \ \ \
| | * | | | | bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-1/+51