Searched refs:hisysevent_put_string (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/dfx/ |
H A D | hiview_hisysevent.h | 31 int hisysevent_put_string(struct hiview_hisysevent *event, const char *key, const char *value); 55 hisysevent_put_string(struct hiview_hisysevent *event, const char *key, const char *value) in hisysevent_put_string() function
|
/kernel/linux/linux-6.6/include/dfx/ |
H A D | hiview_hisysevent.h | 31 int hisysevent_put_string(struct hiview_hisysevent *event, const char *key, const char *value); 55 hisysevent_put_string(struct hiview_hisysevent *event, const char *key, const char *value) in hisysevent_put_string() function
|
/kernel/linux/linux-5.10/drivers/staging/hisysevent/ |
H A D | hiview_hisysevent.c | 82 int hisysevent_put_string(struct hiview_hisysevent *event, const char *key, const char *value) in hisysevent_put_string() function 90 EXPORT_SYMBOL_GPL(hisysevent_put_string); variable
|
/kernel/linux/linux-6.6/drivers/staging/hisysevent/ |
H A D | hiview_hisysevent.c | 83 int hisysevent_put_string(struct hiview_hisysevent *event, const char *key, const char *value) in hisysevent_put_string() function 91 EXPORT_SYMBOL_GPL(hisysevent_put_string); variable
|
/kernel/linux/linux-5.10/drivers/staging/zerohung/ |
H A D | zrhung_event.c | 24 ret = hisysevent_put_string(event, "MSG", msg_buf); in zrhung_send_event()
|
/kernel/linux/linux-6.6/drivers/staging/zerohung/ |
H A D | zrhung_event.c | 24 ret = hisysevent_put_string(event, "MSG", msg_buf); in zrhung_send_event()
|
Completed in 2 milliseconds