Searched refs:UL (Results 1 - 6 of 6) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
H A D | ftrace_sunrpc_event_formatter.cpp | 203 __print_flags(msg.runstate(), "|", {(1UL << 0), "RUNNING"}, {(1UL << 1), "QUEUED"}, 204 {(1UL << 2), "ACTIVE"}, {(1UL << 3), "NEED_XMIT"}, {(1UL << 4), "NEED_RECV"}, 205 {(1UL << 5), "MSG_PIN_WAIT"}, {(1UL << 6), "SIGNALLED"}), 214 __print_flags(msg.runstate(), "|", {(1UL << 0), "RUNNING"}, {(1UL << 1), "QUEUED"}, 215 {(1UL << [all...] |
H A D | ftrace_ext4_event_formatter.cpp | 230 __print_flags(msg.flags(), "", {((((1UL))) << (5)), "N"}, {((((1UL))) << (4)), "M"}, 231 {((((1UL))) << (11)), "U"}, {((((1UL))) << (9)), "B"})); 620 __print_flags(msg.mflags(), "", {((((1UL))) << (5)), "N"}, {((((1UL))) << (4)), "M"}, 621 {((((1UL))) << (11)), "U"}, {((((1UL))) << (9)), "B"}), 846 __print_flags(msg.flags(), "", {((((1UL))) << (5)), "N"}, {((((1UL))) << ( [all...] |
H A D | ftrace_kmem_event_formatter.cpp | 354 msg.pfn() != -1UL ? msg.pfn() : 0, msg.order(), msg.migratetype(), 445 "0000000000000000", msg.pfn() != -1UL ? msg.pfn() : 0, msg.order(), msg.migratetype(), msg.order() == 0);
|
/developtools/hiperf/include/ |
H A D | spe_decoder.h | 26 #define UL(x) (_UL(x)) macro 27 #define BIT(x) (UL(1) << (x)) 34 (((~UL(0)) - (UL(1) << (l)) + 1) & \ 35 (~UL(0) >> (BITS_PER_LONG - 1 - (h))))
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_manager.cpp | 35 constexpr uint32_t BUFFER_SIZE = (1UL << 23);
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
H A D | network_profiler_manager.cpp | 35 constexpr uint32_t BUFFER_SIZE = (1UL << 23);
|
Completed in 6 milliseconds