index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
stages
/
stage6_event_callback.h
Age
Commit message (
Expand
)
Author
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-03-19
tracing: Just use strcmp() for testing __string() and __assign_str() match
Steven Rostedt (Google)
2024-03-18
tracing: Use strcmp() in __assign_str() WARN_ON() check
Steven Rostedt (Google)
2024-03-18
tracing: Remove second parameter to __assign_rel_str()
Steven Rostedt (Google)
2024-03-18
tracing: Add warning if string in __assign_str() does not match __string()
Steven Rostedt (Google)
2024-03-18
tracing: Remove __assign_str_len()
Steven Rostedt (Google)
2024-03-18
tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"
Steven Rostedt (Google)
2024-03-18
tracing: Use ? : shortcut in trace macros
Steven Rostedt (Google)
2024-03-18
tracing: Do not calculate strlen() twice for __string() fields
Steven Rostedt (Google)
2024-03-18
tracing: Rework __assign_str() and __string() to not duplicate getting the st...
Steven Rostedt (Google)
2023-01-25
perf/tracing: Use stage6 of tracing to not duplicate macros
Steven Rostedt (Google)
2022-11-23
tracing: Add __cpumask to denote a trace event field that is a cpumask_t
Steven Rostedt (Google)
2022-07-30
tracing: Use a copy of the va_list for __assign_vstr()
Steven Rostedt (Google)
2022-07-15
tracing/events: Add __vstring() and __assign_vstr() helper macros
Steven Rostedt (Google)
2022-04-02
tracing: Rename the staging files for trace_events
Steven Rostedt (Google)