summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)2016-05-031-7/+147
* tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-301-10/+0Star
* tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2016-04-291-11/+0Star
* tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2016-04-291-8/+0Star
* tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-291-2/+0Star
* tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2016-04-291-13/+0Star
* tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)2016-04-271-2/+0Star
* tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang2016-04-261-3/+3
* tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)2016-04-261-1/+10
* tracing: Add hist trigger 'log2' modifierNamhyung Kim2016-04-201-0/+1
* tracing: Add support for named hist triggersTom Zanussi2016-04-201-4/+10
* tracing: Add support for multiple hist triggers per eventTom Zanussi2016-04-201-3/+5
* tracing: Add enable_hist/disable_hist triggersTom Zanussi2016-04-201-0/+8
* tracing: Add hist trigger support for stacktraces as keysTom Zanussi2016-04-191-8/+8
* tracing: Add hist trigger 'syscall' modifierTom Zanussi2016-04-191-1/+2
* tracing: Add hist trigger 'execname' modifierTom Zanussi2016-04-191-1/+2
* tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi2016-04-191-1/+3
* tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi2016-04-191-1/+4
* tracing: Add hist trigger support for clearing a traceTom Zanussi2016-04-191-1/+4
* tracing: Add hist trigger support for pausing and continuing a traceTom Zanussi2016-04-191-1/+6
* tracing: Add hist trigger support for user-defined sorting ('sort=' param)Tom Zanussi2016-04-191-1/+5
* tracing: Add hist trigger support for compound keysTom Zanussi2016-04-191-4/+6
* tracing: Add hist trigger support for multiple values ('vals=' param)Tom Zanussi2016-04-191-5/+7
* tracing: Add 'hist' event trigger commandTom Zanussi2016-04-191-0/+17
* tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt2016-04-191-0/+3
* Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-15/+21
|\
| * tracing: Record and show NMI statePeter Zijlstra2016-03-221-0/+1
| * tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-03-181-1/+4
| * tracing: Fix return while holding a lock in register_tracer()Chunyu Hu2016-03-181-2/+4
| * tracing: Make tracer_flags use the right set_flag callbackChunyu Hu2016-03-081-14/+14
* | kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-20/+20
|/
* tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)2016-01-141-1/+1
* tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not setChen Gang2015-11-101-0/+6
* tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov2015-11-071-6/+0Star
* tracing: Make tracing work when debugfs is not configured inJiaxing Wang2015-11-061-1/+3
* tracing: Put back comma for empty fields in boot string parsingSteven Rostedt (Red Hat)2015-11-041-3/+2Star
* tracing: Apply tracer specific options from kernel command line.Jiaxing Wang2015-11-041-9/+36
* tracing: Allow dumping traces without tracking trace started cpusSasha Levin2015-11-031-2/+3
* tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang2015-11-021-1/+1
* tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)2015-09-301-21/+59
* tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)2015-09-301-5/+14
* tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)2015-09-301-10/+13
* tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)2015-09-301-7/+60
* tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-38/+54
* tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)2015-09-301-1/+1
* tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)2015-09-301-1/+3
* tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)2015-09-301-0/+6
* tracing: Always show all tracer options in the options directorySteven Rostedt (Red Hat)2015-09-301-34/+19Star
* tracing: Only create stacktrace option when STACKTRACE is configuredSteven Rostedt (Red Hat)2015-09-291-13/+15
* tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)2015-09-291-2/+2