aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko1-0/+12
2021-11-18tracing: Use memset_startat() to zero struct trace_iteratorKees Cook1-3/+1
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+11
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-87/+64
2021-11-01tracing/histogram: Document hist trigger variablesKalesh Singh1-0/+11
2021-10-08tracing: 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-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-51/+27
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-7/+19
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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/printk/linuxLinus 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/rostedt/linux-traceLinus 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
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira1-0/+85
2021-06-18tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)1-9/+0
2021-06-18tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)1-2/+0
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)1-2/+2
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)1-11/+29
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)1-1/+35
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)1-1/+3
2021-06-10tracing: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan1-1/+1
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)1-4/+27
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-55/+283
2021-04-28tracing: Map all PIDs to command linesSteven Rostedt (VMware)1-26/+15
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)1-3/+7
2021-04-15tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)1-0/+34
2021-04-15tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)1-0/+1
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa1-1/+1
2021-04-01tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)1-4/+4
2021-04-01Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)1-1/+2
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-9/+9
2021-03-18tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)1-0/+200
2021-03-18tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)1-0/+8
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)1-16/+12
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)1-1/+1