diff options
| author | 童宗振 <[email protected]> | 2024-03-11 12:19:52 +0000 |
|---|---|---|
| committer | 童宗振 <[email protected]> | 2024-03-11 12:19:52 +0000 |
| commit | 185fd827741024844b6f230d1d6f1999f22aff58 (patch) | |
| tree | a5aad319b584f7d4fd85ee124070778e0470ad29 /include/external | |
| parent | b01622bd9d000b628188789d64294fbf0a7e74c5 (diff) | |
dp trace enhancement
Diffstat (limited to 'include/external')
| -rw-r--r-- | include/external/marsio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h index d16d139..ba3af46 100644 --- a/include/external/marsio.h +++ b/include/external/marsio.h @@ -296,6 +296,7 @@ int marsio_buff_prepend_sid_list(marsio_buff_t * m, sid_t * slist, uint8_t sz_sl int marsio_buff_get_current_sid(marsio_buff_t * m, sid_t * sid); /******************************** data path trace**************************************/ +void marsio_dp_trace_filter_exec(struct mr_instance * instance, marsio_buff_t * mbuf); int marsio_dp_trace_record_can_emit(const marsio_buff_t * mbuf); int marsio_dp_trace_record_emit_str(struct mr_instance * instance, marsio_buff_t * mbuf, const char * module, const char * str); |
