Re: [PATCH 3/3] perf tools: add 'keep tracking' test

2013-08-26 Thread Adrian Hunter
On 13/08/13 05:33, Namhyung Kim wrote: > On Wed, 7 Aug 2013 16:30:31 +0300, Adrian Hunter wrote: >> Add a test for the newly added PERF_COUNT_SW_DUMMY event. >> The test checks that tracking events continue when an >> event is disabled but a dummy software event is not >> disabled. > > [SNIP] >

Re: [PATCH 3/3] perf tools: add 'keep tracking' test

2013-08-26 Thread Adrian Hunter
On 13/08/13 05:33, Namhyung Kim wrote: On Wed, 7 Aug 2013 16:30:31 +0300, Adrian Hunter wrote: Add a test for the newly added PERF_COUNT_SW_DUMMY event. The test checks that tracking events continue when an event is disabled but a dummy software event is not disabled. [SNIP] +int

Re: [PATCH 3/3] perf tools: add 'keep tracking' test

2013-08-12 Thread Namhyung Kim
On Wed, 7 Aug 2013 16:30:31 +0300, Adrian Hunter wrote: > Add a test for the newly added PERF_COUNT_SW_DUMMY event. > The test checks that tracking events continue when an > event is disabled but a dummy software event is not > disabled. [SNIP] > +int test__keep_tracking(void) > +{ > +

Re: [PATCH 3/3] perf tools: add 'keep tracking' test

2013-08-12 Thread Namhyung Kim
On Wed, 7 Aug 2013 16:30:31 +0300, Adrian Hunter wrote: Add a test for the newly added PERF_COUNT_SW_DUMMY event. The test checks that tracking events continue when an event is disabled but a dummy software event is not disabled. [SNIP] +int test__keep_tracking(void) +{ + struct

[PATCH 3/3] perf tools: add 'keep tracking' test

2013-08-07 Thread Adrian Hunter
Add a test for the newly added PERF_COUNT_SW_DUMMY event. The test checks that tracking events continue when an event is disabled but a dummy software event is not disabled. Signed-off-by: Adrian Hunter --- tools/perf/Makefile | 1 + tools/perf/tests/builtin-test.c | 4 ++

[PATCH 3/3] perf tools: add 'keep tracking' test

2013-08-07 Thread Adrian Hunter
Add a test for the newly added PERF_COUNT_SW_DUMMY event. The test checks that tracking events continue when an event is disabled but a dummy software event is not disabled. Signed-off-by: Adrian Hunter adrian.hun...@intel.com --- tools/perf/Makefile | 1 +