summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-181-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-181-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-181-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-081-1/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-081-1/+7
* bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-021-20/+12
* tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)2021-05-131-4/+27
* Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-05-061-1/+4
|\
| * ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-051-1/+4
* | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-0325-260/+1122
|\|
| * tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-04-301-14/+30
| * tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-04-281-26/+15
| * ftrace: Reuse the output of the function tracer for func_repeatsSteven Rostedt (VMware)2021-04-151-10/+13
| * tracing: Add "func_no_repeats" option for function tracingYordan Karadzhov (VMware)2021-04-151-3/+159
| * tracing: Unify the logic for function tracing optionsYordan Karadzhov (VMware)2021-04-151-27/+38
| * tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)2021-04-152-0/+38
| * tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)2021-04-152-0/+13
| * tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)2021-04-153-0/+73
| * tracing: Define static void trace_print_time()Yordan Karadzhov (VMware)2021-04-151-9/+17
| * ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)2021-04-011-8/+2
| * ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds2021-04-011-18/+17
| * tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)2021-04-012-5/+5
| * Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)2021-04-012-4/+8
| |\
| * | tracing: Update create_system_filter() kernel-doc commentQiujun Huang2021-03-251-2/+3
| * | tracing: A minor cleanup for create_system_filter()Qiujun Huang2021-03-251-4/+3
| * | kernel: trace: Mundane typo fixes in the file trace_events_filter.cBhaskar Chowdhury2021-03-241-1/+1
| * | tracing: Fix various typos in commentsIngo Molnar2021-03-2319-44/+45
| * | tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)2021-03-184-1/+215
| * | tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)2021-03-181-0/+210
| * | tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)2021-03-182-0/+9
| * | ring-buffer: Add verifier for using ring_buffer_event_time_stamp()Steven Rostedt (VMware)2021-03-181-4/+52
| * | tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)2021-03-183-21/+17
| * | ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)2021-03-182-16/+46
| * | tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-184-51/+92
| * | ring-buffer: Add a event_stamp to cpu_buffer for each level of nestingSteven Rostedt (VMware)2021-03-181-1/+10
| * | ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()Steven Rostedt (VMware)2021-03-181-18/+23
* | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-337/+34
|\ \ \
| * | | bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-271-24/+10
| * | | bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest2021-04-271-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-251-334/+39
| |\ \ \
| | * | | bpf: Add a bpf_snprintf helperFlorent Revest2021-04-191-0/+2
| | * | | bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-191-334/+37
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-2/+4
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-4/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-5/+38
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-091-0/+6
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+2
| | * | | | | bpf: Enable task local storage for tracing programsSong Liu2021-02-261-0/+4
* | | | | | | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kernel: Initialize cpumask before parsingTetsuo Handa2021-04-101-1/+1
| |/ / / / / /