add hisysevent

Signed-off-by: hw-wLiu <liuwei573@huawei.com>
This commit is contained in:
hw-wLiu 2024-11-06 09:50:22 +08:00
parent 6e303376d9
commit af6fda5922
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ ohos_fuzztest("DiskioStartPluginFuzzTest") {
]
sources = [ "diskiostartplugin_fuzzer.cpp" ]
deps = [
"${OHOS_PROFILER_DIR}/device/base:hiprofiler_base",
"${OHOS_PROFILER_DIR}/device/plugins/diskio_plugin:diskiodataplugin_source",
"${OHOS_PROFILER_DIR}/protos/types/plugins/diskio_data:diskio_data_cpp",
]

View File

@ -16,7 +16,7 @@ domain: PROFILER
HIPROFILER_USAGE:
__BASE: {type: STATISTIC, level: CRITICAL, tag: usageStats, desc: cpu_plugin usage statistics}
PLUGIN_NAME: { type: STRING desc: hiprofiler plugin name }
CALLER: {type: STRING, desc: hiprofiler caller} sh
CALLER: {type: STRING, desc: hiprofiler caller}
ARGS: {type: STRING, desc: hiprofiler plugin args}
ERROR_CODE: { type: INT32. desc: hiprofiler request error code }
ERROR_MESSAGE: { type: STRING, desc: hiprofiler request error message}