forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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, " ");