aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_synth.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum1-1/+2
2023-12-20tracing/synthetic: fix kernel-doc warningsRandy Dunlap1-2/+2
2023-11-01tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)1-1/+1
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo1-1/+1
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle1-1/+2
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle1-13/+4
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle1-50/+37
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui1-0/+1
2023-04-06tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)1-1/+1
2023-04-03tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu1-4/+15
2023-02-25Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-3/+3
2023-02-24kernel/trace: Provide default impelentations defined in trace_probe_tmpl.hSong Chen1-3/+3
2023-02-15tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi1-1/+6
2023-02-07tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)1-2/+2
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)1-1/+79
2023-01-25tracing: Simplify calculating entry size using struct_size()Steven Rostedt (Google)1-2/+1
2022-12-10tracing: Fix issue of missing one synthetic fieldZheng Yejian1-1/+1
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)1-2/+0
2022-11-17tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing1-3/+2
2022-10-12tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)1-6/+17
2022-03-11tracing: Fix strncpy warning in trace_events_synth.cTom Zanussi1-4/+1
2022-02-10tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi1-3/+14
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-7/+8
2021-12-11tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave1-6/+7
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin1-5/+6
2021-12-06tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang1-1/+1
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-2/+2
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)1-7/+12
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)1-1/+1
2021-07-23tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)1-5/+3
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-04tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi1-1/+3
2021-02-09tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi1-19/+74
2021-02-09tracing: Update synth command errorsTom Zanussi1-11/+19
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi1-102/+143
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu1-14/+46
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 p...Wei Yang1-6/+3
2020-06-01tracing: Move synthetic events to a separate fileTom Zanussi1-0/+1789