index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.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_synth.c
Age
Commit message (
Expand
)
Author
2025-08-01
tracing: Add guard(ring_buffer_nest)
Steven Rostedt
2025-04-09
tracing: Do not add length to print format in synthetic events
Steven Rostedt
2025-03-25
tracing: Replace strncpy with memcpy for fixed-length substring copy
Siddarth G
2025-03-25
tracing: Fix synth event printk format for str fields
Douglas Raillard
2025-03-24
tracing: Do not use PERF enums when perf is not defined
Steven Rostedt
2025-03-23
tracing: Ensure module defining synth event cannot be unloaded while tracing
Douglas Raillard
2025-03-23
tracing: Align synth event print fmt
Douglas Raillard
2024-12-26
tracing: Switch trace_events_synth.c code over to use guard()
Steven Rostedt
2024-02-15
tracing/synthetic: Fix trace_string() return value
Thorsten Blum
2023-12-20
tracing/synthetic: fix kernel-doc warnings
Randy Dunlap
2023-11-01
tracing: Have the user copy of synthetic event address use correct context
Steven Rostedt (Google)
2023-09-11
tracing/synthetic: Print out u64 values properly
Tero Kristo
2023-08-16
tracing/synthetic: Allocate one additional element for size
Sven Schnelle
2023-08-16
tracing/synthetic: Skip first entry for stack traces
Sven Schnelle
2023-08-16
tracing/synthetic: Use union instead of casts
Sven Schnelle
2023-07-28
tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.c
Gaosheng Cui
2023-04-06
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
2023-04-03
tracing/synthetic: Fix races on freeing last_cmd
Tze-nan Wu
2023-02-25
Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2023-02-24
kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
Song Chen
2023-02-15
tracing/histogram: Don't use strlen to find length of stacktrace variables
Tom Zanussi
2023-02-07
tracing: Fix trace_event_raw_event_synth() if else statement
Steven Rostedt (Google)
2023-01-25
tracing: Allow synthetic events to pass around stacktraces
Steven Rostedt (Google)
2023-01-25
tracing: Simplify calculating entry size using struct_size()
Steven Rostedt (Google)
2022-12-10
tracing: Fix issue of missing one synthetic field
Zheng Yejian
2022-11-23
tracing: Add tracing_reset_all_online_cpus_unlocked() function
Steven Rostedt (Google)
2022-11-17
tracing: Fix wild-memory-access in register_synth_event()
Shang XiaoJing
2022-10-12
tracing: Fix reading strings from synthetic events
Steven Rostedt (Google)
2022-03-11
tracing: Fix strncpy warning in trace_events_synth.c
Tom Zanussi
2022-02-10
tracing: Remove size restriction on synthetic event cmd error logging
Tom Zanussi
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-12-11
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
2021-12-09
tracing: Fix possible memory leak in __create_synth_event() error path
Miaoqian Lin
2021-12-06
tracing: Fix synth_event_add_val() kernel-doc comment
Qiujun Huang
2021-10-08
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-08-18
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-18
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
2021-07-23
tracing: Clean up alloc_synth_event()
Steven Rostedt (VMware)
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2021-03-04
tracing: Fix memory leak in __create_synth_event()
Vamshi K Sthambamkadi
2021-02-09
tracing: Add a backward-compatibility check for synthetic event creation
Tom Zanussi
2021-02-09
tracing: Update synth command errors
Tom Zanussi
2021-02-09
tracing: Rework synthetic event command parsing
Tom Zanussi
2021-02-09
tracing/dynevent: Delegate parsing to create function
Masami Hiramatsu
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
2020-11-02
tracing: Make -ENOMEM the default error for parse_synth_field()
Steven Rostedt (VMware)
2020-10-27
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
2020-10-15
tracing: support "bool" type in synthetic trace events
Axel Rasmussen
2020-10-15
tracing: Handle synthetic event array field type checking correctly
Tom Zanussi
2020-10-15
tracing: Add synthetic event error logging
Tom Zanussi
[next]