summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_synth.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi2021-03-041-1/+3
* tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi2021-02-091-19/+74
* tracing: Update synth command errorsTom Zanussi2021-02-091-11/+19
* tracing: Rework synthetic event command parsingTom Zanussi2021-02-091-102/+143
* tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-091-14/+46
* tracing: Fix some typos in commentsQiujun Huang2020-11-101-2/+2
* tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)2020-11-021-10/+7
* tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)2020-10-271-14/+22
* tracing: support "bool" type in synthetic trace eventsAxel Rasmussen2020-10-151-0/+4
* tracing: Handle synthetic event array field type checking correctlyTom Zanussi2020-10-151-3/+9
* tracing: Add synthetic event error loggingTom Zanussi2020-10-151-2/+90
* tracing: Check that the synthetic event and field names are legalTom Zanussi2020-10-151-0/+9
* tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi2020-10-151-1/+9
* tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)2020-10-081-1/+1
* tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)2020-10-081-1/+3
* tracing: Add support for dynamic strings to synthetic eventsTom Zanussi2020-10-051-32/+216
* tracing: Fix parse_synth_field() error handlingTom Zanussi2020-10-051-2/+4
* tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu2020-09-211-5/+14
* tracing: Delete repeated words in commentsRandy Dunlap2020-09-211-1/+1
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-6/+3
* tracing: Move synthetic events to a separate fileTom Zanussi2020-06-011-0/+1789