mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-27 00:51:47 +00:00
add hisysevent
Signed-off-by: hw-wLiu <liuwei573@huawei.com>
This commit is contained in:
parent
6e303376d9
commit
af6fda5922
@ -27,6 +27,7 @@ ohos_fuzztest("DiskioStartPluginFuzzTest") {
|
|||||||
]
|
]
|
||||||
sources = [ "diskiostartplugin_fuzzer.cpp" ]
|
sources = [ "diskiostartplugin_fuzzer.cpp" ]
|
||||||
deps = [
|
deps = [
|
||||||
|
"${OHOS_PROFILER_DIR}/device/base:hiprofiler_base",
|
||||||
"${OHOS_PROFILER_DIR}/device/plugins/diskio_plugin:diskiodataplugin_source",
|
"${OHOS_PROFILER_DIR}/device/plugins/diskio_plugin:diskiodataplugin_source",
|
||||||
"${OHOS_PROFILER_DIR}/protos/types/plugins/diskio_data:diskio_data_cpp",
|
"${OHOS_PROFILER_DIR}/protos/types/plugins/diskio_data:diskio_data_cpp",
|
||||||
]
|
]
|
||||||
|
@ -16,7 +16,7 @@ domain: PROFILER
|
|||||||
HIPROFILER_USAGE:
|
HIPROFILER_USAGE:
|
||||||
__BASE: {type: STATISTIC, level: CRITICAL, tag: usageStats, desc: cpu_plugin usage statistics}
|
__BASE: {type: STATISTIC, level: CRITICAL, tag: usageStats, desc: cpu_plugin usage statistics}
|
||||||
PLUGIN_NAME: { type: STRING desc: hiprofiler plugin name }
|
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}
|
ARGS: {type: STRING, desc: hiprofiler plugin args}
|
||||||
ERROR_CODE: { type: INT32. desc: hiprofiler request error code }
|
ERROR_CODE: { type: INT32. desc: hiprofiler request error code }
|
||||||
ERROR_MESSAGE: { type: STRING, desc: hiprofiler request error message}
|
ERROR_MESSAGE: { type: STRING, desc: hiprofiler request error message}
|
||||||
|
Loading…
Reference in New Issue
Block a user