hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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, " ");