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