summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2023-06-281-1/+10
* tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek2023-05-111-1/+1
* tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)2023-04-201-7/+7
* tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)2023-04-201-10/+17
* tracing: Free error logs of tracing instancesSteven Rostedt (Google)2023-04-131-0/+1
* tracing: Make splice_read available againSung-hun Kim2023-03-221-0/+2
* tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose2023-02-141-3/+0
* tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-02-011-0/+2
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-121-1/+14
* tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)2023-01-121-10/+13
* tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-261-1/+1
* tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-261-0/+1
* tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)2022-10-291-4/+6
* tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming2022-10-291-2/+0
* tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)2022-10-261-0/+22
* tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)2022-10-261-0/+6
* tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-10-261-0/+15
* tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long2022-10-261-0/+23
* tracing: Fix return value of trace_pid_write()Wonhyuk Yang2022-07-291-2/+4
* tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2022-07-291-51/+27
* tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-211-5/+6
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
* tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-06-141-3/+3
* tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)2022-04-081-2/+7
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* tracing: Fix return value of __setup handlersRandy Dunlap2022-03-081-2/+2
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi2022-02-011-1/+2
* tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-111-2/+2
* tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-111-1/+1
* tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko2021-12-081-0/+12
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-11-181-36/+37
* tracing: Fix missing osnoise tracer on max_latencyJackie Liu2021-10-071-7/+4
* Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-091-7/+19
|\
| * tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner2021-09-031-7/+19
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+7
|\|
| * tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-1/+4
| * tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-181-2/+2
| * tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)2021-08-161-0/+1
* | 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
* | | tracing: Apply trace filters on all output channelsPingfan Liu2021-08-161-3/+15
* | | tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-07-301-1/+3
* | | tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-231-0/+4
|/ /
* | 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