Re: [PATCH 11/74] perf python: Fix breakage introduced by the test_attr infrastructure

2013-01-28 Thread Thomas Backlund
Arnaldo Carvalho de Melo skrev 24.1.2013 22:07: From: Arnaldo Carvalho de Melo The test_attr infrastructure hooks on the sys_perf_event_open call, checking if a variable is set and if so calling a function to intercept calls and do the checking. But both the variable and the function aren't on

[PATCH 11/74] perf python: Fix breakage introduced by the test_attr infrastructure

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo The test_attr infrastructure hooks on the sys_perf_event_open call, checking if a variable is set and if so calling a function to intercept calls and do the checking. But both the variable and the function aren't on objects that are linked on the python binding, br