Searched refs:__get_bitmask (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/trace/ |
D | perf.h | 21 #undef __get_bitmask 22 #define __get_bitmask(field) (char *)__get_dynamic_array(field) macro
|
D | bpf_probe.h | 21 #undef __get_bitmask 22 #define __get_bitmask(field) (char *)__get_dynamic_array(field) macro
|
D | trace_events.h | 278 #undef __get_bitmask 279 #define __get_bitmask(field) \ macro 679 #undef __get_bitmask 680 #define __get_bitmask(field) (char *)__get_dynamic_array(field) macro 684 memcpy(__get_bitmask(dst), (src), __bitmask_size_in_bytes(nr_bits)) 752 #undef __get_bitmask
|
/Linux-v4.19/include/trace/events/ |
D | ipi.h | 35 TP_printk("target_mask=%s (%s)", __get_bitmask(target_cpus), __entry->reason)
|
D | thermal.h | 120 __get_bitmask(cpumask), __entry->freq, 147 __get_bitmask(cpumask), __entry->freq, __entry->cdev_state,
|
/Linux-v4.19/samples/trace_events/ |
D | trace-events-sample.h | 297 __get_str(str), __get_bitmask(cpus))
|