Searched refs:__get_bitmask (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/trace/ |
D | perf.h | 20 #undef __get_bitmask 21 #define __get_bitmask(field) (char *)__get_dynamic_array(field) macro
|
D | trace_events.h | 255 #undef __get_bitmask 256 #define __get_bitmask(field) \ macro 639 #undef __get_bitmask 640 #define __get_bitmask(field) (char *)__get_dynamic_array(field) macro 644 memcpy(__get_bitmask(dst), (src), __bitmask_size_in_bytes(nr_bits)) 714 #undef __get_bitmask
|
/linux-4.4.14/include/trace/events/ |
D | ipi.h | 34 TP_printk("target_mask=%s (%s)", __get_bitmask(target_cpus), __entry->reason)
|
D | thermal.h | 108 __get_bitmask(cpumask), __entry->freq, 135 __get_bitmask(cpumask), __entry->freq, __entry->cdev_state,
|
/linux-4.4.14/samples/trace_events/ |
D | trace-events-sample.h | 296 __get_str(str), __get_bitmask(cpus))
|