aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret1-0/+2
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+74
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)1-3/+5
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)1-1/+1
2018-12-22tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre1-1/+1
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu1-0/+8
2018-12-08tracing: Add unified dynamic event frameworkMasami Hiramatsu1-0/+4
2018-12-08tracing: Change default buffer_percent to 50Steven Rostedt (VMware)1-1/+1
2018-12-08tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)1-1/+53
2018-12-08ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)1-4/+4
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney1-5/+5
2018-10-27tracing: Export trace_dump_stack to modulesNikolay Borisov1-0/+1
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu1-0/+4
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu1-1/+2
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu1-1/+1
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria1-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+5
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-0/+1
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+3
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)1-1/+1
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu1-0/+6
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)1-4/+4
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-1/+3
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-06-21tracing: Use swap macro in update_max_trGustavo A. R. Silva1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+5
2018-06-05tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie1-10/+5
2018-05-29tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)1-0/+17
2018-05-29tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)1-0/+2
2018-05-28tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)1-6/+6
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-1/+1
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+112
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson1-1/+1
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson1-0/+19
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2018-03-27tracing: Block comments should align the * on each lineRohit Visavalia1-1/+1
2018-03-13tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner1-1/+1
2018-03-10tracing: Make tracing_set_clock() non-staticTom Zanussi1-1/+1
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi1-0/+2
2018-03-10tracing: Add usecs modifier for hist trigger timestampsTom Zanussi1-2/+11
2018-03-10tracing: Add timestamp_mode trace fileTom Zanussi1-0/+47
2018-03-10ring-buffer: Add interface for setting absolute time stampsTom Zanussi1-1/+32
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-7/+7
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du1-2/+2
2018-01-23tracing: Clear parser->idx if only spaces are readChangbin Du1-2/+2