Searched refs:__bitmask (Results 1 – 7 of 7) sorted by relevance
| /linux/include/trace/stages/ |
| H A D | stage5_get_offsets.h | 109 #undef __bitmask 110 #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, \ macro 114 #define __cpumask(item) __bitmask(item, nr_cpumask_bits)
|
| H A D | stage2_data_offsets.h | 38 #undef __bitmask 39 #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, -1) macro
|
| H A D | stage1_struct_define.h | 32 #undef __bitmask 33 #define __bitmask(item, nr_bits) __dynamic_array(char, item, -1) macro
|
| H A D | stage4_event_fields.h | 47 #undef __bitmask 48 #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, -1) macro
|
| H A D | stage6_event_callback.h | 52 #undef __bitmask 53 #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, -1) 55 #define __bitmask( global() macro
|
| /linux/include/trace/events/ |
| H A D | ipi.h | 71 __bitmask(target_cpus, nr_cpumask_bits)
|
| /linux/samples/trace_events/ |
| H A D | trace-events-sample.h | 304 __bitmask( cpus, num_possible_cpus() )
|