summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix rcu handling of event_trigger_data filter fieldSteven Rostedt (Red Hat)2014-01-021-1/+1
* tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-021-0/+2
* tracing: Add and use generic set_trigger_filter() implementationTom Zanussi2013-12-211-0/+5
* tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi2013-12-211-0/+4
* tracing: Add 'snapshot' event trigger commandTom Zanussi2013-12-211-0/+1
* tracing: Add basic event trigger frameworkTom Zanussi2013-12-201-0/+181
* Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-11-161-20/+30
|\
| * tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)2013-11-111-2/+2
| * tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)2013-11-061-0/+2
| * tracing: Add helper function tracing_is_disabled()Geyslan G. Bem2013-11-061-0/+1
| * tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2013-11-051-2/+2
| * tracing: Update event filters for multibufferTom Zanussi2013-11-051-16/+2
| * ftrace: Add set_graph_notrace filterNamhyung Kim2013-10-181-0/+22
| * ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2013-10-181-2/+1
* | ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra2013-11-111-0/+1
|/
* Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-09-091-0/+1
|\
| * tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2013-08-221-0/+1
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-031-0/+3
|\ \ | |/ |/|
| * tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2013-07-261-0/+3
* | tracing: Kill trace_cpu struct/membersOleg Nesterov2013-07-241-8/+0
* | tracing: Kill trace_array->waiterOleg Nesterov2013-07-191-1/+0
* | tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)2013-07-181-0/+9
|/
* Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-111-11/+6
|\
| * tracing: Remove ftrace() functionzhangwei(Jovi)2013-07-021-5/+0
| * tracing: Remove TRACE_EVENT_TYPE enum definitionzhangwei(Jovi)2013-07-021-6/+0
| * tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)2013-07-021-0/+3
| * tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam2013-07-011-0/+2
| * ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)2013-07-011-0/+1
* | tracing: Fix outputting formats of x86-tsc and counter when use trace_clockYoshihiro YUNOMAE2013-06-111-2/+0
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-5/+0
|\
| * uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov2013-04-131-5/+0
* | tracing: Move find_event_field() into trace_events.czhangwei(Jovi)2013-03-151-4/+2
* | tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)2013-03-151-0/+1
* | tracing: Add internal ftrace trace_puts() for ftrace to useSteven Rostedt (Red Hat)2013-03-151-0/+11
* | tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-151-0/+2
* | tracing: Add alloc_snapshot kernel command line parameterSteven Rostedt (Red Hat)2013-03-151-1/+1
* | tracing: Prevent deleting instances when they are being readSteven Rostedt (Red Hat)2013-03-151-0/+1
* | tracing: Have trace_array keep track if snapshot buffer is allocatedSteven Rostedt (Red Hat)2013-03-151-1/+1
* | tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-7/+30
* | tracing: Clear all trace buffers when unloaded module event was usedSteven Rostedt (Red Hat)2013-03-151-1/+1
* | tracing: Add __per_cpu annotation to trace array percpu data pointerSteven Rostedt (Red Hat)2013-03-151-1/+1
* | tracing: Use direct field, type and system namesSteven Rostedt2013-03-151-2/+2
* | tracing: Add rmdir to remove multibuffer instancesSteven Rostedt2013-03-151-0/+1
* | tracing: Add interface to allow multiple trace buffersSteven Rostedt2013-03-151-0/+2
* | tracing: Make syscall events suitable for multiple buffersSteven Rostedt2013-03-151-0/+11
* | tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-1/+1
* | tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt2013-03-151-1/+20
* | tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt2013-03-151-2/+0
* | tracing: Separate out trace events from global variablesSteven Rostedt2013-03-151-3/+36
|/
* tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-141-0/+6