summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2016-07-05tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2016-06-20tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-29tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)
2016-04-26tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang
2016-04-25tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)
2016-04-19tracing: Add hist trigger 'log2' modifierNamhyung Kim
2016-04-19tracing: Add support for named hist triggersTom Zanussi
2016-04-19tracing: Add support for multiple hist triggers per eventTom Zanussi
2016-04-19tracing: Add enable_hist/disable_hist triggersTom Zanussi
2016-04-19tracing: Add hist trigger support for stacktraces as keysTom Zanussi
2016-04-19tracing: Add hist trigger 'syscall' modifierTom Zanussi
2016-04-19tracing: Add hist trigger 'execname' modifierTom Zanussi
2016-04-19tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi
2016-04-19tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi
2016-04-19tracing: Add hist trigger support for clearing a traceTom Zanussi
2016-04-19tracing: Add hist trigger support for pausing and continuing a traceTom Zanussi
2016-04-19tracing: Add hist trigger support for user-defined sorting ('sort=' param)Tom Zanussi
2016-04-19tracing: Add hist trigger support for compound keysTom Zanussi
2016-04-19tracing: Add hist trigger support for multiple values ('vals=' param)Tom Zanussi
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi
2016-04-19tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-22tracing: Record and show NMI statePeter Zijlstra
2016-03-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-03-18tracing: Fix return while holding a lock in register_tracer()Chunyu Hu
2016-03-08tracing: Make tracer_flags use the right set_flag callbackChunyu Hu
2016-01-14tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)
2015-11-10tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not setChen Gang
2015-11-07tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov
2015-11-06tracing: Make tracing work when debugfs is not configured inJiaxing Wang
2015-11-03tracing: Put back comma for empty fields in boot string parsingSteven Rostedt (Red Hat)
2015-11-03tracing: Apply tracer specific options from kernel command line.Jiaxing Wang
2015-11-03tracing: Allow dumping traces without tracking trace started cpusSasha Levin
2015-11-02tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang
2015-09-30tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)