summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-28tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)1-1/+10
2023-05-11tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek1-1/+1
2023-04-20tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)1-7/+7
2023-04-20tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)1-10/+17
2023-04-13tracing: Free error logs of tracing instancesSteven Rostedt (Google)1-0/+1
2023-03-22tracing: Make splice_read available againSung-hun Kim1-0/+2
2023-02-14tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose1-3/+0
2023-02-01tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)1-0/+2
2023-01-12tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong1-1/+14
2023-01-12tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)1-10/+13
2022-11-26tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)1-1/+1
2022-11-26tracing: Fix memory leak in tracing_read_pipe()Wang Yufen1-0/+1
2022-10-29tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-29tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming1-2/+0
2022-10-26tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)1-0/+22
2022-10-26tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)1-0/+6
2022-10-26tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)1-0/+15
2022-10-26tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long1-0/+23
2022-07-29tracing: Fix return value of trace_pid_write()Wonhyuk Yang1-2/+4
2022-07-29tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-51/+27
2022-07-21tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson1-5/+6
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai1-0/+7
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao1-3/+3
2022-04-08tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)1-2/+7
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle1-4/+6
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap1-2/+2
2022-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo1-0/+4
2022-02-01tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi1-1/+2
2022-01-11tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao1-2/+2
2022-01-11tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao1-1/+1
2021-12-08tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko1-0/+12
2021-11-18tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-36/+37
2021-10-07tracing: Fix missing osnoise tracer on max_latencyJackie Liu1-7/+4
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-7/+19
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+7
2021-09-03tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner1-7/+19
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-2/+0
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)1-1/+4
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)1-2/+2
2021-08-16tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)1-0/+1
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu1-3/+15
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal1-1/+3
2021-07-26printk: remove NMI trackingJohn Ogness1-2/+0
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)1-0/+4
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-54/+211
2021-07-01tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton1-16/+47
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-30tracing: Simplify & fix saved_tgids logicPaul Burton1-25/+13
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)1-2/+1