summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_synth.c
AgeCommit message (Expand)Author
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum
2023-12-20tracing/synthetic: fix kernel-doc warningsRandy Dunlap
2023-11-01tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui
2023-04-06tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)
2023-04-03tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu
2023-02-25Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2023-02-24kernel/trace: Provide default impelentations defined in trace_probe_tmpl.hSong Chen
2023-02-15tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi
2023-02-07tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)
2023-01-25tracing: Simplify calculating entry size using struct_size()Steven Rostedt (Google)
2022-12-10tracing: Fix issue of missing one synthetic fieldZheng Yejian
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2022-11-17tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing
2022-10-12tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)
2022-03-11tracing: Fix strncpy warning in trace_events_synth.cTom Zanussi
2022-02-10tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-12-11tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin
2021-12-06tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)
2021-07-23tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-03-04tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi
2021-02-09tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi
2021-02-09tracing: Update synth command errorsTom Zanussi
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)
2020-10-15tracing: support "bool" type in synthetic trace eventsAxel Rasmussen
2020-10-15tracing: Handle synthetic event array field type checking correctlyTom Zanussi
2020-10-15tracing: Add synthetic event error loggingTom Zanussi
2020-10-15tracing: Check that the synthetic event and field names are legalTom Zanussi
2020-10-15tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi
2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi
2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap