From: Jonathan Rajotte Julien Date: Mon, 9 Jun 2014 19:45:39 +0000 (-0400) Subject: Fix: missing context type string in save for ust context X-Git-Tag: v2.5.0-rc2~10 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=e885a3672f53d6063fd9e2d106b341fd9c0b182c;hp=e885a3672f53d6063fd9e2d106b341fd9c0b182c;p=lttng-tools.git Fix: missing context type string in save for ust context Return string for LTTNG_UST_CONTEXT_PERF_THREAD_COUNTER was missing and caused an error on save when a context of PERF_THREAD_COUNTER type was present (Error: Invalid parameter). Fixes #804 Signed-off-by: Jonathan Rajotte Julien Signed-off-by: David Goulet ---