Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate-trace.h23 #define TPS(x) tracepoint_string(x)
/linux/include/linux/
H A Dtracepoint.h458 * tracepoint_string - register constant persistent string to trace system
471 * With tracepoint_string(), the string will be registered to the tracing
482 * tracepoint_string() within a module.
484 #define tracepoint_string(str) \
492 * tracepoint_string() is used to save the string address for userspace
496 # define tracepoint_string(str) str
464 #define tracepoint_string( global() macro
476 # define tracepoint_string( global() macro
/linux/kernel/
H A Dcontext_tracking.c39 #define TPS(x) tracepoint_string(x)
/linux/block/
H A Dblk-wbt.c389 rwb_trace_step(rwb, tracepoint_string("scale up")); in scale_up()
398 rwb_trace_step(rwb, tracepoint_string("scale down")); in scale_down()
/linux/drivers/bus/mhi/host/
H A Dtrace.h88 #define TPS(x) tracepoint_string(x)
/linux/kernel/rcu/
H A Drcu.h324 #define TPS(x) tracepoint_string(x)
/linux/include/trace/events/
H A Dpower.h14 #define TPS(x) tracepoint_string(x)
/linux/lib/
H A Dmaple_tree.c67 #define TP_FCT tracepoint_string(__func__)