aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_synth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-10tracing: Fix some typos in commentsQiujun Huang1-2/+2
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)1-10/+7
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)1-14/+22
2020-10-15tracing: support "bool" type in synthetic trace eventsAxel Rasmussen1-0/+4
2020-10-15tracing: Handle synthetic event array field type checking correctlyTom Zanussi1-3/+9
2020-10-15tracing: Add synthetic event error loggingTom Zanussi1-2/+90
2020-10-15tracing: Check that the synthetic event and field names are legalTom Zanussi1-0/+9
2020-10-15tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi1-1/+9
2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)1-1/+1
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)1-1/+3
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi1-32/+216
2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi1-2/+4
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu1-5/+14
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap1-1/+1
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointerWei Yang1-6/+3
2020-06-01tracing: Move synthetic events to a separate fileTom Zanussi1-0/+1789