summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-54/+211
|\
| * tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-011-16/+47
| * tracing: Simplify & fix saved_tgids logicPaul Burton2021-06-301-25/+13
| * tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2021-06-251-2/+1
| * trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2021-06-251-0/+85
| * tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)2021-06-171-2/+2
| * tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)2021-06-171-11/+29
| * tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)2021-06-101-1/+35
| * tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)2021-06-101-1/+3
| * tracing: Remove redundant initialization of variable retColin Ian King2021-06-101-1/+1
* | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | 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
* tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)2021-05-131-4/+27
* Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-55/+283
|\
| * tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-04-281-26/+15
| * tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)2021-04-151-0/+34
| * tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)2021-04-151-0/+1
| * tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)2021-04-011-4/+4
| * Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)2021-04-011-1/+2
| |\
| * | tracing: Fix various typos in commentsIngo Molnar2021-03-231-9/+9
| * | tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)2021-03-181-0/+200
| * | tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)2021-03-181-0/+8
| * | tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)2021-03-181-16/+12
| * | tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-181-1/+1
* | | 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
| |/ /
* | / tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)2021-04-201-3/+7
| |/ |/|
* | tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-011-1/+2
|/
* tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)2021-03-041-0/+6
* Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-221-123/+160
|\
| * tracing: Make hash-ptr option defaultSteven Rostedt (VMware)2021-02-121-1/+2
| * tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2021-02-111-0/+3
| * tracing: Show real address for trace event argumentsMasami Hiramatsu2021-02-111-1/+70
| * tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-091-21/+2
| * tracing: Fix a kernel doc warningBean Huo2021-02-021-0/+1
| * tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior2021-02-021-2/+1
| * tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2021-02-021-36/+2
| * tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-96/+112
| * tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang2021-02-021-1/+2
* | tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-111-1/+1
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-8/+45
|\
| * tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)2020-12-151-1/+31
| * tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-141-6/+13
| * tracing: Fix some typos in commentsQiujun Huang2020-11-101-1/+1
* | tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-041-5/+8
* | tracing: Fix alignment of static bufferMinchan Kim2020-11-301-1/+1
|/
* tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-021-2/+2
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-021-1/+1