| /developtools/profiler/device/base/include/ |
| D | logging.h | 206 #define CHECK_TRUE(expr, retval, fmt, ...) … argument 208 …if (!(expr)) { … 209 …HILOG_WARN(LOG_CORE, "CHECK_TRUE(%s) in %s:%d FAILED, " fmt, #expr, __func__, __LINE__, ##__VA_ARG… 214 #define CHECK_TRUE(expr, retval, fmt, ...) \ argument 216 if (!(expr)) { \ 222 #define RETURN_IF(expr, retval, fmt, ...) \ argument 224 if ((expr)) { \
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | filter_base.h | 22 #define UNUSED(expr) \ argument 24 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | filter_base.h | 22 #define UNUSED(expr) \ argument 24 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
| D | rpc_server.cpp | 25 #define UNUSED(expr) \ argument 27 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/ |
| D | rpc_server.cpp | 25 #define UNUSED(expr) \ argument 27 static_cast<void>(expr); \
|
| /developtools/profiler/hiebpf/include/ |
| D | hhlog.h | 196 #define CHECK_TRUE(expr, retval, fmt, ...) … argument 198 …if (!(expr)) { … 199 …HHLOGE(true, "CHECK_TRUE(%s) in %s:%d FAILED, " fmt, #expr, __func__, __LINE__, ##__VA_ARGS__); …
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | string_help.cpp | 18 #define UNUSED(expr) \ argument 20 static_cast<void>(expr); \
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/base/ |
| D | table_base.h | 28 #define UNUSED(expr) \ argument 30 static_cast<void>(expr); \
|
| D | table_base.cpp | 23 #define UNUSED(expr) \ argument 25 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/src/table/base/ |
| D | table_base.h | 28 #define UNUSED(expr) \ argument 30 static_cast<void>(expr); \
|
| D | table_base.cpp | 23 #define UNUSED(expr) \ argument 25 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
| D | table_base.h | 29 #define UNUSED(expr) \ argument 31 static_cast<void>(expr); \
|
| D | table_base.cpp | 23 #define UNUSED(expr) \ argument 25 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/ |
| D | table_base.h | 29 #define UNUSED(expr) \ argument 31 static_cast<void>(expr); \
|
| D | table_base.cpp | 23 #define UNUSED(expr) \ argument 25 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | http_server_test.cpp | 29 #define UNUSED(expr) \ argument 31 static_cast<void>(expr); \
|
| /developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
| D | rpc_server.cpp | 28 #define UNUSED(expr) \ argument 30 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | rpc_server.cpp | 29 #define UNUSED(expr) \ argument 31 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
| D | trace_data_db.cpp | 35 #define UNUSED(expr) \ argument 37 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/trace_data/ |
| D | trace_data_db.cpp | 35 #define UNUSED(expr) \ argument 37 static_cast<void>(expr); \
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 36 #define UNUSED(expr) \ argument 38 static_cast<void>(expr); \
|
| D | trace_stdtype.cpp | 24 #define UNUSED(expr) \ argument 26 static_cast<void>(expr); \
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 36 #define UNUSED(expr) \ argument 38 static_cast<void>(expr); \
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 27 #define CHK(expr) \ argument 29 if (!(expr)) { \
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 48 #define CHECK_EXPRESSION_TRUE(expr, errorMessage) \ argument 50 if (!(expr)) { \
|