summaryrefslogtreecommitdiffstats
path: root/samples/trace_events
AgeCommit message (Expand)AuthorLines
2024-10-30tracing: Add __print_dynamic_array() helperSteven Rostedt-1/+6
2024-08-12treewide: remove unnecessary <linux/version.h> inclusionMasahiro Yamada-1/+0
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-9/+10
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)-1/+1
2024-03-18tracing: Add __string_len() exampleSteven Rostedt (Google)-2/+5
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)-4/+5
2023-11-30samples: Replace strlcpy() with strscpy()Kees Cook-1/+1
2022-12-14tracing: Fix cpumask() example typoSteven Rostedt (Google)-1/+1
2022-11-23tracing: Add __cpumask to denote a trace event field that is a cpumask_tSteven Rostedt (Google)-9/+27
2022-07-24tracing: Add example and documentation for new __vstring() macroSteven Rostedt (Google)-6/+40
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov-3/+3
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-0/+158
2022-03-11tracing: Add TRACE_CUSTOM_EVENT() macroSteven Rostedt (Google)-236/+120
2022-03-11tracing: Add sample code for custom trace eventsSteven Rostedt (Google)-0/+273
2022-01-13tracing: Fix mismatched comment in __string_lenGeliang Tang-1/+1
2021-12-06samples/trace_event: Add '__rel_loc' using sample eventMasami Hiramatsu-0/+36
2021-08-17tracing: Add trace_event helper macros __string_len() and __assign_str_len()Steven Rostedt (VMware)-0/+27
2020-05-07tracing: Fix doc mistakes in trace sampleWei Yang-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+5
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27Fix tracing sample code warning.Linus Torvalds-1/+1
2017-10-17tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)-3/+11
2017-10-12tracing: Fix doc mistakes in trace sampleJeremy Linton-5/+5
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar-1/+1
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)-2/+3
2015-11-02Sample: Trace_event: Correct the commentsChunyan Zhang-3/+3
2015-07-17tracing: Fix sample output of dynamic arraysSteven Rostedt (Red Hat)-2/+5
2015-04-08tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM()Steven Rostedt (Red Hat)-1/+63
2015-04-08tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentationSteven Rostedt (Red Hat)-1/+19
2015-02-09tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT()Steven Rostedt (Red Hat)-0/+88
2015-02-09tracing: Add TRACE_EVENT_FN exampleSteven Rostedt (Red Hat)-0/+95
2015-02-09tracing: Add TRACE_EVENT_CONDITION sampleSteven Rostedt (Red Hat)-0/+61
2015-02-09tracing: Update the TRACE_EVENT fields available in the sample codeSteven Rostedt (Red Hat)-14/+150
2014-07-01tracing: Change trace event sample to use strlcpy instead of strncpyZhao Hongjiang-1/+1
2014-06-21tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt-1/+2
2009-09-15debugfs: Change debuhgfs directory of trace-events-sample.hGeunSik Lim-1/+1
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan-17/+20
2009-06-16tracing: update sample event documentationSteven Rostedt-11/+24
2009-05-06tracing: update sample with TRACE_INCLUDE_FILESteven Rostedt-1/+6
2009-05-06tracing: small trave_events sample Makefile cleanupChristoph Hellwig-3/+1
2009-05-06tracing/events: don't say hi when loading the trace event sampleLi Zefan-4/+0
2009-04-14tracing/events: add trace-events-sampleSteven Rostedt-0/+188