Hello Amit,
In the last section f should be 'stderr' in fprintf -
@@ -1080,8 +1082,9 @@ static int idlestat_store(const char *path)
return -1;
f = fopen(path, "w+");
+
if (!f) {
- fprintf(f, "failed to open '%s': %m\n", path);
+ fprintf
Patch to fix the below two issues -
1. Fix the part where parent waits to fetch child status. In case
SIGALRM is received, fetch new status after killing child so that
subsequent check for termination status passes.
2. In case of normal termination, just check if program exited
normally (checking
bogomips is removed by timer-backed delay loop (commit 9fc2105a)
in ARM kernel. Using other suitable string to decide to enumerate each
cpu.
Signed-off-by: Sanjay Singh Rawat
---
src/cpu/cpu.cpp | 12
1 file changed, 12 insertions(+)
diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp
Hello,
this email is to announce that ci.linaro.org will not be available on
Friday 6th June due to planned maintenance.
We will perform a server upgrade to the latest Ubuntu LTS release.
In order to perform a smooth upgrade, please make any update to your
jobs before Thursday 5th June at 12:00UT
Thanks. Pushed out to git.
On Tue, Jun 3, 2014 at 6:08 PM, Daniel Lezcano
wrote:
> On 06/02/2014 02:49 PM, Amit Kucheria wrote:
>>
>> From: Amit Kucheria
>>
>> More cleanups to the command-line options to make idlestat easier to use
>> and
>> separate the two modes: tracing and reporting.
>>
>>
On 06/02/2014 02:49 PM, Amit Kucheria wrote:
From: Amit Kucheria
More cleanups to the command-line options to make idlestat easier to use and
separate the two modes: tracing and reporting.
Regards,
Amit
Amit Kucheria (6):
Use the correct version in the log file
Print more details when f
On 06/03/2014 11:53 AM, Mohammad Merajul Islam Molla wrote:
Hello,
I noticed some odd behaviors with idlestate.c/execute() function.
1. I wrote a sample program hello.c with infinite loop -
int main() {
while(1);
}
#sudo ../idlestat/idlestat -o /tmp/myoutput ../temp/
Hello,
I noticed some odd behaviors with idlestate.c/execute() function.
1. I wrote a sample program hello.c with infinite loop -
int main() {
while(1);
}
#sudo ../idlestat/idlestat -o /tmp/myoutput ../temp/hello
idlestat never terminates, because there is no alarm
Hi Fathi,
Thank you for pointing out the tree. Unfortunately, that tree is not
exported:
git clone git://
git.linaro.org/landing-teams/working/samsung/u-boot.git/shortlog/refs/heads/tracking-arndale_octa
Cloning into tracking-arndale_octa...
fatal: remote error: access denied or repository not e