index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_synth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
2023-04-06
1
-1
/
+1
*
tracing/synthetic: Fix races on freeing last_cmd
Tze-nan Wu
2023-04-03
1
-4
/
+15
*
Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2023-02-25
1
-3
/
+3
|
\
|
*
kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
Song Chen
2023-02-24
1
-3
/
+3
*
|
tracing/histogram: Don't use strlen to find length of stacktrace variables
Tom Zanussi
2023-02-15
1
-1
/
+6
*
|
tracing: Fix trace_event_raw_event_synth() if else statement
Steven Rostedt (Google)
2023-02-07
1
-2
/
+2
*
|
tracing: Allow synthetic events to pass around stacktraces
Steven Rostedt (Google)
2023-01-25
1
-1
/
+79
*
|
tracing: Simplify calculating entry size using struct_size()
Steven Rostedt (Google)
2023-01-25
1
-2
/
+1
|
/
*
tracing: Fix issue of missing one synthetic field
Zheng Yejian
2022-12-10
1
-1
/
+1
*
tracing: Add tracing_reset_all_online_cpus_unlocked() function
Steven Rostedt (Google)
2022-11-23
1
-2
/
+0
*
tracing: Fix wild-memory-access in register_synth_event()
Shang XiaoJing
2022-11-17
1
-3
/
+2
*
tracing: Fix reading strings from synthetic events
Steven Rostedt (Google)
2022-10-12
1
-6
/
+17
*
tracing: Fix strncpy warning in trace_events_synth.c
Tom Zanussi
2022-03-11
1
-4
/
+1
*
tracing: Remove size restriction on synthetic event cmd error logging
Tom Zanussi
2022-02-10
1
-3
/
+14
*
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
1
-7
/
+8
|
\
|
*
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
2021-12-11
1
-6
/
+7
|
*
tracing: Fix synth_event_add_val() kernel-doc comment
Qiujun Huang
2021-12-06
1
-1
/
+1
*
|
tracing: Fix possible memory leak in __create_synth_event() error path
Miaoqian Lin
2021-12-09
1
-5
/
+6
|
/
*
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-10-08
1
-2
/
+2
*
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-18
1
-7
/
+12
*
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
2021-08-18
1
-1
/
+1
*
tracing: Clean up alloc_synth_event()
Steven Rostedt (VMware)
2021-07-23
1
-5
/
+3
*
tracing: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
tracing: Fix memory leak in __create_synth_event()
Vamshi K Sthambamkadi
2021-03-04
1
-1
/
+3
*
tracing: Add a backward-compatibility check for synthetic event creation
Tom Zanussi
2021-02-09
1
-19
/
+74
*
tracing: Update synth command errors
Tom Zanussi
2021-02-09
1
-11
/
+19
*
tracing: Rework synthetic event command parsing
Tom Zanussi
2021-02-09
1
-102
/
+143
*
tracing/dynevent: Delegate parsing to create function
Masami Hiramatsu
2021-02-09
1
-14
/
+46
*
tracing: Fix some typos in comments
Qiujun Huang
2020-11-10
1
-2
/
+2
*
tracing: Make -ENOMEM the default error for parse_synth_field()
Steven Rostedt (VMware)
2020-11-02
1
-10
/
+7
*
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
2020-10-27
1
-14
/
+22
*
tracing: support "bool" type in synthetic trace events
Axel Rasmussen
2020-10-15
1
-0
/
+4
*
tracing: Handle synthetic event array field type checking correctly
Tom Zanussi
2020-10-15
1
-3
/
+9
*
tracing: Add synthetic event error logging
Tom Zanussi
2020-10-15
1
-2
/
+90
*
tracing: Check that the synthetic event and field names are legal
Tom Zanussi
2020-10-15
1
-0
/
+9
*
tracing: Don't show dynamic string internals in synthetic event description
Tom Zanussi
2020-10-15
1
-1
/
+9
*
tracing: Fix synthetic print fmt check for use of __get_str()
Steven Rostedt (VMware)
2020-10-08
1
-1
/
+1
*
tracing: Change synthetic event string format to limit printed length
Steven Rostedt (VMware)
2020-10-08
1
-1
/
+3
*
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
2020-10-05
1
-32
/
+216
*
tracing: Fix parse_synth_field() error handling
Tom Zanussi
2020-10-05
1
-2
/
+4
*
tracing/boot, kprobe, synth: Initialize boot-time tracing earlier
Masami Hiramatsu
2020-09-21
1
-5
/
+14
*
tracing: Delete repeated words in comments
Randy Dunlap
2020-09-21
1
-1
/
+1
*
tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...
Wei Yang
2020-09-18
1
-6
/
+3
*
tracing: Move synthetic events to a separate file
Tom Zanussi
2020-06-01
1
-0
/
+1789