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