hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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, " ");