/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | pmu-events.h | 17 const char *topic; member
|
H A D | jevents.c | 293 static char *topic; variable 335 char *topic; member 350 char *topic = pd->topic; in print_events_table_entry() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.h | 64 char *topic; member
|
H A D | pmu.c | 1428 char *topic; member 308 __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, char *desc, char *val, char *long_desc, char *topic, char *unit, char *perpkg, char *metric_expr, char *metric_name, char *deprecated) __perf_pmu__new_alias() argument 1495 char *topic = NULL; print_pmu_events() local [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | memory_mgr.c | 332 const char *topic; local
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | pmu-events.h | 46 const char *topic; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pfm.c | 179 char topic[80], name[80]; in print_libpfm_event() local
|
H A D | pmu.h | 184 const char *topic; member
|
H A D | pmus.c | 353 const char *topic; member
|
H A D | pmu.c | 53 char *topic; member 506 const char *long_desc = NULL, *topic = NULL, *unit = NULL, *pmu_name = NULL; in perf_pmu__new_alias() local [all...] |
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | BroadcastSubscribeTest.cpp | 27 static void C1Callback(Consumer *consumer, const Topic *topic, const Request *request) in C1Callback() argument 32 static void C2Callback(Consumer *consumer, const Topic *topic, const Request *request) in C2Callback() argument [all...] |
H A D | BroadcastPublishTest.cpp | 28 static void C1Callback(Consumer *consumer, const Topic *topic, const Request *request) in C1Callback() argument 33 static void C2Callback(Consumer *consumer, const Topic *topic, const Request *request) in C2Callback() argument
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
H A D | broadcast_subscribe_func_test.c | 28 static void C1Callback(Consumer *consumer, const Topic *topic, const Request *request)
in C1Callback() argument 34 static void C2Callback(Consumer *consumer, const Topic *topic, const Request *request)
in C2Callback() argument [all...] |
H A D | broadcast_publish_func_test.c | 29 static void C1Callback(Consumer *consumer, const Topic *topic, const Request *request)
in C1Callback() argument 35 static void C2Callback(Consumer *consumer, const Topic *topic, const Request *request)
in C2Callback() argument
|
/third_party/gn/src/gn/ |
H A D | standard_out.cc | 221 PrintSectionHelp(const std::string& line, const std::string& topic, const std::string& tag) PrintSectionHelp() argument
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-mqtt.c | 145 secstream_mqtt_publish(struct lws *wsi, uint8_t *buf, size_t buf_len, uint32_t payload_len, const char* topic, lws_mqtt_qos_levels_t qos, uint8_t retain, uint8_t dup, int f) secstream_mqtt_publish() argument 350 secstream_mqtt_is_shadow_matched(struct lws *wsi, const char *topic) secstream_mqtt_is_shadow_matched() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTPacket.h | 203 char* topic; /**< topic string */ member
|
H A D | Clients.h | 48 char *topic; member 76 char *topic; member
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-list.c | 98 static void default_print_event(void *ps, const char *pmu_name, const char *topic, in default_print_event() argument 324 static void json_print_event(void *ps, const char *pmu_name, const char *topic, in json_print_event() argument [all...] |
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | mqtt.c | 274 lws_mqtt_validate_topic(const char *topic, size_t topiclen, uint8_t awsiot) in lws_mqtt_validate_topic() argument 330 lws_mqtt_create_sub(struct _lws_mqtt_related *mqtt, const char *topic) in lws_mqtt_create_sub() argument [all...] |
/third_party/curl/lib/ |
H A D | mqtt.c | 439 char *topic = NULL; in mqtt_subscribe() local 418 mqtt_get_topic(struct Curl_easy *data, char **topic, size_t *topiclen) mqtt_get_topic() argument 518 char *topic = NULL; mqtt_publish() local [all...] |
/third_party/curl/tests/server/ |
H A D | mqttd.c | 454 static char topic[MAX_TOPIC_LENGTH + 1]; variable 392 publish(FILE *dump, curl_socket_t fd, unsigned short packetid, char *topic, char *payload, size_t payloadlen) publish() argument [all...] |
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 576 char *topic, *par; in show_help() local [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-secure-streams-policy.h | 309 const char *topic; /* stream sends on this topic */ member
|
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 718 u8_t *topic; in mqtt_message_received() local 1096 mqtt_publish(mqtt_client_t *client, const char *topic, const void *payload, u16_t payload_length, u8_t qos, u8_t retain, mqtt_request_cb_t cb, void *arg) mqtt_publish() argument 1172 mqtt_sub_unsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub) mqtt_sub_unsub() argument [all...] |