Re: [PATCH v3 4/8] perf tools: configure tmp path at build time

2012-10-08 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 08, 2012 at 09:43:29AM +0300, Irina Tirdea escreveu: > From: Irina Tirdea > > Temporary perf files are hardcoded to point to /tmp. Android does not have > a /tmp directory so it needs to set this path at compile time. > > Add a compile-time definition (PERF_TMP_DIR) in the Makefile

[PATCH v3 4/8] perf tools: configure tmp path at build time

2012-10-08 Thread Irina Tirdea
From: Irina Tirdea Temporary perf files are hardcoded to point to /tmp. Android does not have a /tmp directory so it needs to set this path at compile time. Add a compile-time definition (PERF_TMP_DIR) in the Makefile that sets the path to temp directory. By default it points to /tmp.

[PATCH v3 4/8] perf tools: configure tmp path at build time

2012-10-08 Thread Irina Tirdea
From: Irina Tirdea irina.tir...@intel.com Temporary perf files are hardcoded to point to /tmp. Android does not have a /tmp directory so it needs to set this path at compile time. Add a compile-time definition (PERF_TMP_DIR) in the Makefile that sets the path to temp directory. By default it

Re: [PATCH v3 4/8] perf tools: configure tmp path at build time

2012-10-08 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 08, 2012 at 09:43:29AM +0300, Irina Tirdea escreveu: From: Irina Tirdea irina.tir...@intel.com Temporary perf files are hardcoded to point to /tmp. Android does not have a /tmp directory so it needs to set this path at compile time. Add a compile-time definition (PERF_TMP_DIR)