On Wed, 2014-12-03 at 17:52 +0800, Pi-Cheng Chen wrote:
> On 3 December 2014 at 17:24, Ivan T. Ivanov wrote:
> > On Wed, 2014-12-03 at 15:08 +0800, Pi-Cheng Chen wrote:
> > > On 2 December 2014 at 19:04, Vincent Guittot guit...@linaro.org> wrote:
> > > >
On Wed, 2014-12-03 at 15:08 +0800, Pi-Cheng Chen wrote:
> On 2 December 2014 at 19:04, Vincent Guittot guit...@linaro.org> wrote:
> > On 2 December 2014 at 08:21, pi-cheng.chen c...@linaro.org> wrote:
> > > Add 2 new kind of event for running a memory or a io bounded load.
> > > "mem" name for a l
On Wed, 2014-12-03 at 14:39 +0800, Pi-Cheng Chen wrote:
> On 2 December 2014 at 19:02, Ivan T. Ivanov wrote:
> > On Tue, 2014-12-02 at 15:21 +0800, pi-cheng.chen wrote:
> > > Add 2 new kind of event for running a memory or a io bounded load.
> > > "mem" n
On Tue, 2014-12-02 at 15:21 +0800, pi-cheng.chen wrote:
> Add 2 new kind of event for running a memory or a io bounded load.
> "mem" name for a load is memory bounded, and "iorun" name for a load is io
> bounded. The default file to be written to create the load is /dev/null and
> the device/file
On Tue, 2014-11-04 at 13:52 +0100, Vincent Guittot wrote:
> The dry run option "-d" only generates a output json file and doesn't call
> rt-app. The output file can be then used with rt-app
>
> Typical use should be:
> workgen -d -o
>
Thank you Vincent. It looks ok to me, based on my very lim
On Mon, 2014-11-03 at 14:46 +0100, Vincent Guittot wrote:
> >
> On 3 November 2014 14:13, Ivan T. Ivanov wrote:
> >
> >
> > Ok. probably I have not understood purpose of the workgen script. Is is
> > supposed to be executed on the target machine? This will
Hi,
On Mon, 2014-11-03 at 13:37 +0100, Vincent Guittot wrote:
> Hi Ivan,
>
> I have intentionally not put the string of "suspend" key in the
> example because the workgen script will do the check
So is it supposed to emit error, or what?
> and others (like
> unique key id) before calling rt-
On Mon, 2014-11-03 at 13:42 +0100, Vincent Guittot wrote:
> On 3 November 2014 13:30, Ivan T. Ivanov wrote:
> > On Mon, 2014-11-03 at 12:09 +0100, Vincent Guittot wrote:
> > > On 24 October 2014 16:45, Ivan T. Ivanov wrote:
> > > > ---
> >
Hi,
On Mon, 2014-11-03 at 13:08 +0100, Vincent Guittot wrote:
> On 3 November 2014 12:32, Arnd Bergmann wrote:
> > On Monday 03 November 2014 12:06:06 Vincent Guittot wrote:
> > > On 24 October 2014 16:45, Ivan T. Ivanov wrote:
> > > > ---
> > > >
On Mon, 2014-11-03 at 12:09 +0100, Vincent Guittot wrote:
> On 24 October 2014 16:45, Ivan T. Ivanov wrote:
> > ---
> > configure.ac | 12 ++--
> > src/rt-app_parse_config.h | 2 +-
> > 2 files changed, 7 insertions(+), 7 deletions(-)
> >
Hi,
On Fri, 2014-10-24 at 17:45 +0300, Ivan T. Ivanov wrote:
> Hi,
>
> Here small set of patches which fix:
>
> - Build time dependencies. Application actually depend on json-c
> - Add __aarch64__ sched_setget|set_attr syscall numbers.
> - Fixed "suspend" ev
---
doc/examples/browser.json | 8
doc/examples/example4.json | 4 ++--
doc/examples/mp3.json | 8
doc/examples/test.json | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/doc/examples/browser.json b/doc/examples/browser.json
index a5b4dee..533c
ully I get it right. If you have any questions or/and comments,
please let me know.
Regards,
Ivan
Ivan T. Ivanov (3):
fixup json-c dependencies
add get/setattr for __aarch64__
fix suspend event definitions
configure.ac | 12 ++--
doc/examples/browser.
---
libdl/dl_syscalls.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/libdl/dl_syscalls.h b/libdl/dl_syscalls.h
index 8d70056..85dc1e9 100644
--- a/libdl/dl_syscalls.h
+++ b/libdl/dl_syscalls.h
@@ -39,6 +39,11 @@
#define __NR_sched_getattr 381
#endif
+#ifdef __aarch64__
---
configure.ac | 12 ++--
src/rt-app_parse_config.h | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index afaedd9..50d6f76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,13 +24,13 @@ AS_IF([test "x$with_deadline" != xn
15 matches
Mail list logo