forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/tools/lib/traceevent/parse-utils.c
....@@ -14,7 +14,7 @@
1414 void __vwarning(const char *fmt, va_list ap)
1515 {
1616 if (errno)
17
- perror("trace-cmd");
17
+ perror("libtraceevent");
1818 errno = 0;
1919
2020 fprintf(stderr, " ");