Home
last modified time | relevance | path

Searched refs:trace_ctx (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dtrace_events.h175 unsigned int trace_ctx) in tracing_generic_entry_update() argument
177 entry->preempt_count = trace_ctx & 0xff; in tracing_generic_entry_update()
180 entry->flags = trace_ctx >> 16; in tracing_generic_entry_update()
224 unsigned int trace_ctx; in tracing_gen_ctx_dec() local
226 trace_ctx = tracing_gen_ctx(); in tracing_gen_ctx_dec()
232 trace_ctx--; in tracing_gen_ctx_dec()
233 return trace_ctx; in tracing_gen_ctx_dec()
242 unsigned int trace_ctx);
319 unsigned int trace_ctx; member