On Thu, Aug 12, 2010 at 5:07 PM, malc <av1...@comtv.ru> wrote: > On Thu, 12 Aug 2010, Stefan Hajnoczi wrote: > >> This patch introduces the trace-events file where trace events can be >> declared like so: >> >> qemu_malloc(size_t size) "size %zu" >> qemu_free(void *ptr) "ptr %p" >> > > [..snip..] > >> + echo -n "$name, " > > Once again: standard echo doesn't have any command line arguments, please > use printf instead.
Sorry about this. The s/echo -n/printf "%s"/ fix is in the patchset in "[PATCH 07/14] trace: Add simple built-in tracing backend". I didn't push the change back far enough in the commit history. Will fix for v2. Stefan