Hi David,
On Thu, 26 Dec 2013 09:51:25 -0500, David Ahern wrote:
> On 12/26/13, 12:38 AM, Namhyung Kim wrote:
>> diff --git a/tools/perf/util/log.c b/tools/perf/util/log.c
>> new file mode 100644
>> index ..3838d49f82de
>> --- /dev/null
>> +++ b/tools/perf/util/log.c
>> @@ -0,0 +1,105
Hi Arnaldo,
On Thu, 26 Dec 2013 11:50:51 -0300, Arnaldo Carvalho de Melo wrote:
> Em Thu, Dec 26, 2013 at 02:38:00PM +0900, Namhyung Kim escreveu:
>> From: Namhyung Kim
>>
>> Add new functions to save error messages in a temp file. It'll be
>> used by some UI front-ends to see the messages.
[S
On 12/26/13, 12:38 AM, Namhyung Kim wrote:
diff --git a/tools/perf/util/log.c b/tools/perf/util/log.c
new file mode 100644
index ..3838d49f82de
--- /dev/null
+++ b/tools/perf/util/log.c
@@ -0,0 +1,105 @@
+#include
+#include
+#include "util/debug.h"
+
+#define LINEMAP_GROW 128
+
+st
Em Thu, Dec 26, 2013 at 02:38:00PM +0900, Namhyung Kim escreveu:
> From: Namhyung Kim
>
> Add new functions to save error messages in a temp file. It'll be
> used by some UI front-ends to see the messages.
>
> Signed-off-by: Namhyung Kim
> ---
> tools/perf/Makefile.perf | 1 +
> tools/perf/
From: Namhyung Kim
Add new functions to save error messages in a temp file. It'll be
used by some UI front-ends to see the messages.
Signed-off-by: Namhyung Kim
---
tools/perf/Makefile.perf | 1 +
tools/perf/perf.c| 3 ++
tools/perf/util/debug.h | 15 +++
tools/perf/util/log
5 matches
Mail list logo