forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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, " ");