summaryrefslogtreecommitdiff
path: root/taia.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-10taia: minor: small cleanup and commentDaniel Borkmann1-1/+4
2013-06-04taia: move taia evaluation out of curve.Daniel Borkmann1-0/+7
2013-06-04curve: move taia related functions into own headerDaniel Borkmann1-0/+159
t (Red Hat) <rostedt@goodmis.org>2015-05-13 15:33:52 -0400 committerSteven Rostedt <rostedt@goodmis.org>2015-05-13 21:48:58 -0400 commit62323a148fbeb0258be2c92854d758572bee2a46 (patch) tree2a563e6f986afd460ff1e08eba314524c571af31 /include/trace parenta7237765730a10d429736f47ac4b89779ec6c534 (diff)
tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call
The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The structure ftrace_data_offset_##call is used to find the offsets of dynamically allocated fields in trace_events. It has nothing to do with function tracing. Rename it. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/trace')