index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Commit message (
Expand
)
Author
Age
*
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-08-04
*
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2013-07-25
*
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
2013-07-25
*
tracing: Protect ftrace_trace_arrays list in trace_events.c
Alexander Z Lam
2013-07-25
*
tracing: Failed to create system directory
Steven Rostedt
2013-07-25
*
tracing: Return -EBUSY when event_enable_func() fails to get module
Masami Hiramatsu
2013-05-16
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-09
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-09
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-09
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
*
tracing: Rename trace_event_mutex to trace_event_sem
zhangwei(Jovi)
2013-03-15
*
tracing: Convert trace_destroy_fields() to static
zhangwei(Jovi)
2013-03-15
*
tracing: Move find_event_field() into trace_events.c
zhangwei(Jovi)
2013-03-15
*
tracing: Add function probe triggers to enable/disable events
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Add alloc_snapshot kernel command line parameter
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Fix trace events build without modules
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Use direct field, type and system names
Steven Rostedt
2013-03-15
*
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
Steven Rostedt
2013-03-15
*
tracing: Get trace_events kernel command line working again
Steven Rostedt
2013-03-15
*
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
2013-03-15
*
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
2013-03-15
*
tracing: Separate out trace events from global variables
Steven Rostedt
2013-03-15
*
tracing: Remove the extra 4 bytes of padding in events
Steven Rostedt
2013-01-21
*
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
2012-11-02
*
tracing: Separate open function from set_event and available_events
Steven Rostedt
2012-11-02
*
tracing: Enable comm recording if trace_printk() is used
Steven Rostedt
2012-10-31
*
trace: Move trace event enable from fs_initcall to core_initcall
Ezequiel Garcia
2012-09-24
*
tracing: Skip printing "OK" if failed to disable event
Yuanhan Liu
2012-09-13
*
ftrace: Add default recursion protection for function tracing
Steven Rostedt
2012-07-31
*
ftrace: Return pt_regs to function trace callback
Steven Rostedt
2012-07-19
*
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
2012-07-19
*
tracing: Do not enable function event with enable
Steven Rostedt
2012-05-10
*
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
2012-02-21
*
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
2012-02-21
*
tracing: fix event_subsystem ref counting
Ilya Dryomov
2011-12-05
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2011-07-21
|
\
|
*
tracing: Have "enable" file use refcounts like the "filter" file
Steven Rostedt
2011-07-07
|
*
tracing: Fix bug when reading system filters on module removal
Steven Rostedt
2011-07-07
*
|
tracing: Convert to kstrtoul_from_user
Peter Huewe
2011-06-14
|
/
*
tracing: Have event with function tracer check error return
Steven Rostedt
2011-05-25
*
Regression: partial revert "tracing: Remove lock_depth from event entry"
Arjan van de Ven
2011-05-06
*
tracing: Export trace_set_clr_event()
Yuanhan Liu
2011-03-10
*
tracing: Remove lock_depth from event entry
Steven Rostedt
2011-03-10
*
tracing: Replace trace_event struct array with pointer array
Steven Rostedt
2011-02-02
*
tracing/events: Show real number in array fields
Steven Rostedt
2010-11-19
*
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
|
\
[next]