summaryrefslogtreecommitdiffstats
path: root/include/trace/stages
Commit message (Expand)AuthorAgeFilesLines
* tracing: Just use strcmp() for testing __string() and __assign_str() matchSteven Rostedt (Google)2024-03-191-3/+2
* tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)2024-03-181-2/+12
* tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)2024-03-181-1/+3
* tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)2024-03-181-1/+1
* tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)2024-03-181-0/+1
* tracing: Remove __assign_str_len()Steven Rostedt (Google)2024-03-181-17/+11
* tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Steven Rostedt (Google)2024-03-182-6/+6
* tracing: Use ? : shortcut in trace macrosSteven Rostedt (Google)2024-03-182-10/+8
* tracing: Do not calculate strlen() twice for __string() fieldsSteven Rostedt (Google)2024-03-181-4/+6
* tracing: Rework __assign_str() and __string() to not duplicate getting the st...Steven Rostedt (Google)2024-03-183-11/+20
* tracing: Error if a trace event has an array for a __field()Steven Rostedt (Google)2023-04-031-4/+17
* Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-233-0/+7
|\
| * tracing: Acquire buffer from temparary trace sequenceLinyu Yuan2023-02-072-0/+4
| * perf/tracing: Use stage6 of tracing to not duplicate macrosSteven Rostedt (Google)2023-01-251-0/+3
* | tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao2023-02-121-1/+2
|/
* tracing: Remove pointer (asterisk) and brackets from cpumask_t fieldSteven Rostedt (Google)2022-12-131-2/+8
* tracing: Add __cpumask to denote a trace event field that is a cpumask_tSteven Rostedt (Google)2022-11-237-0/+52
* tracing: Use alignof__(struct {type b;}) instead of offsetof()Steven Rostedt (Google)2022-08-021-1/+1
* tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)2022-07-311-3/+5
* tracing: Use a copy of the va_list for __assign_vstr()Steven Rostedt (Google)2022-07-301-1/+6
* tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)2022-07-155-0/+20
* tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)2022-04-027-0/+0
* Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-237-2/+54
* tracing: Move the defines to create TRACE_EVENTS into their own filesSteven Rostedt (Google)2022-03-118-0/+519