Re: [PATCH v20 00/15] Introduce Data Access MONitor (DAMON)

2020-09-25 Thread SeongJae Park
On Mon, 31 Aug 2020 13:22:35 +0200 SeongJae Park wrote: > On Thu, 20 Aug 2020 09:27:38 +0200 SeongJae Park wrote: > > > On Mon, 17 Aug 2020 12:51:22 +0200 SeongJae Park wrote: > > > > > From: SeongJae Park > > > [...] > > > Introduction > > > > > > > > > DAMON is a data access

Re: [PATCH v20 00/15] Introduce Data Access MONitor (DAMON)

2020-09-23 Thread SeongJae Park
On Wed, 23 Sep 2020 10:04:57 -0700 Shakeel Butt wrote: > On Mon, Aug 17, 2020 at 3:52 AM SeongJae Park wrote: > > > > From: SeongJae Park > > > > Changes from Previous Version > > = > > > > - Place 'CREATE_TRACE_POINTS' after '#include' statements (Steven Rostedt) >

Re: [PATCH v20 00/15] Introduce Data Access MONitor (DAMON)

2020-09-23 Thread Shakeel Butt
On Mon, Aug 17, 2020 at 3:52 AM SeongJae Park wrote: > > From: SeongJae Park > > Changes from Previous Version > = > > - Place 'CREATE_TRACE_POINTS' after '#include' statements (Steven Rostedt) > - Support large record file (Alkaid) > - Place 'put_pid()' of virtual mon

Re: [PATCH v20 00/15] Introduce Data Access MONitor (DAMON)

2020-09-09 Thread SeongJae Park
This is just a reminder ping to let you know I'm still waiting more reviews! Any comments will be appreciated! Thanks, SeongJae Park

Re: [PATCH v20 00/15] Introduce Data Access MONitor (DAMON)

2020-08-31 Thread SeongJae Park
On Thu, 20 Aug 2020 09:27:38 +0200 SeongJae Park wrote: > On Mon, 17 Aug 2020 12:51:22 +0200 SeongJae Park wrote: > > > From: SeongJae Park > > > > Changes from Previous Version > > = > > > > - Place 'CREATE_TRACE_POINTS' after '#include' statements (Steven Rosted

Re: [PATCH v20 00/15] Introduce Data Access MONitor (DAMON)

2020-08-20 Thread SeongJae Park
On Mon, 17 Aug 2020 12:51:22 +0200 SeongJae Park wrote: > From: SeongJae Park > > Changes from Previous Version > = > > - Place 'CREATE_TRACE_POINTS' after '#include' statements (Steven Rostedt) > - Support large record file (Alkaid) > - Place 'put_pid()' of virtual

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)

2020-08-17 Thread SeongJae Park
From: SeongJae Park Changes from Previous Version = - Place 'CREATE_TRACE_POINTS' after '#include' statements (Steven Rostedt) - Support large record file (Alkaid) - Place 'put_pid()' of virtual monitoring targets in 'cleanup' callback - Avoid conflict between concurr