index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Age
Commit message (
Expand
)
Author
2013-08-21
tracing: Kill the !CONFIG_MODULES code in trace_events.c
Oleg Nesterov
2013-08-21
tracing: Don't pass file_operations array to event_create_dir()
Oleg Nesterov
2013-08-21
tracing: Kill trace_create_file_ops() and friends
Oleg Nesterov
2013-07-31
tracing: Add comment to describe special break case in probe_remove_event_call()
Steven Rostedt (Red Hat)
2013-07-31
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
2013-07-29
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
2013-07-29
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
2013-07-29
tracing: Change f_start() to take event_mutex and verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Change event_filter_read/write to verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Change event_enable/disable_read() to verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Turn event/id->i_private into call->event.type
Oleg Nesterov
2013-07-18
tracing: Do not (ab)use trace_seq in event_id_read()
Oleg Nesterov
2013-07-18
tracing: Simplify the iteration logic in f_start/f_next
Oleg Nesterov
2013-07-18
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-07-02
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
2013-07-02
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2013-07-01
tracing: Protect ftrace_trace_arrays list in trace_events.c
Alexander Z Lam
2013-07-01
tracing: Fix disabling of soft disable
Tom Zanussi
2013-07-01
tracing: Simplify code for showing of soft disabled flag
Tom Zanussi
2013-07-01
tracing: Failed to create system directory
Steven Rostedt
2013-06-11
tracing: Do not call kmem_cache_free() on allocation failure
Namhyung Kim
2013-06-11
tracing/trivial: Consolidate error return condition
Harsh Prateek Bora
2013-05-16
tracing: Return -EBUSY when event_enable_func() fails to get module
Masami Hiramatsu
2013-05-09
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-03-15
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-01-21
tracing: Remove the extra 4 bytes of padding in events
Steven Rostedt
2012-11-02
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-10-31
tracing: Enable comm recording if trace_printk() is used
Steven Rostedt
2012-09-24
trace: Move trace event enable from fs_initcall to core_initcall
Ezequiel Garcia
2012-09-13
tracing: Skip printing "OK" if failed to disable event
Yuanhan Liu
2012-07-31
ftrace: Add default recursion protection for function tracing
Steven Rostedt
[next]